Teamplaid:!Xt2/documentation

O Wiktionary

Ùsaid - Usage[deasaich]

Use template {{Xt2}} to format a style example (for example, on the Manual of Style and its subpages) to be displayed on its own line, in green, in a serif font, and indented in block-quotation style. (Use 1= before the argument if it contains equals signs.) For examples to be displayed inline within running text, use {{Xt}}. For bad/wrong examples, use {{!Xt2}} (or {{!Xt}} inline).

Eisimpleirean - Examples
What you write
For nested quotations, use double quotes for the outermost level, single quotes for the next inner level, and continue alternating: {{Xt2|The Dalai Lama stated in his book ''The Universe in a Single Atom'': "I am told that one of the greatest of all quantum theorists, Richard Feynman, wrote 'I think I can safely say that nobody understands quantum mechanics', so at least I feel I am in good company."}}
What you get
For nested quotations, use double quotes for the outermost level, single quotes for the next inner level, and continue alternating:

The Dalai Lama stated in his book The Universe in a Single Atom: "I am told that one of the greatest of all quantum theorists, Richard Feynman, wrote 'I think I can safely say that nobody understands quantum mechanics', so at least I feel I am in good company."

For blocks of code, such as template code, use {{Xt2|1=<code>code here</code>}}.

The parameter |title= takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" (in most browsers) when the cursor hovers over the block of text.

Faic cuideachd - Also see


  • {{Xt}} inline positive example text, in green, with serif font
  • {{Xt2}} same as {{xt}} but for blocks of text
  • {{Bxt}} same as {{xt}} but uses bold instead of serif font
  • {{Mxt}} same as {{xt}} but uses mono-spaced font (especially useful in source code)
     
  • {{!Xt}} inline negative example text, in red, with serif font
  • {{!Xt2}} same as {{!Xt}} but for blocks (i.e., same as {{xt2}} but red)
  • {{!Bxt}} same as {{!Xt}} but uses boldface
  • {{!Mxt}} same as {{!Xt}} but uses mono-spaced font; used for incorrect or strongly deprecated code/output/input examples and should usually be wrapped in <code>, <samp>, or <kbd> as appropriate; see also {{Deprecated code}} and its variants below
  • {{Dcr}} inline strongly deprecated or deleted material; {{Dc2}} variant has Strikethrough (they both use the <del> element, and do not add monospace font on their own; can be used in mainspace (articles), and where necessary wrapped in <code>, <samp>, or <kbd>)
     
  • {{Xtd}} inline Deprecated (or uncertain, unavailable, lorem, etc.) example text, in grey
  • {{Bxtd}} same as {{xtd}} but uses boldface
  • {{Mxtd}} same as {{xtd}} but uses mono-spaced font
  • {{Deprecated code}} inline Deprecated or deleted material; (uses the <del> element, and does not add monospace font on it own; can be used in mainspace (articles), and where necessary wrapped in <code>, <samp>, or <kbd>)
     
  • {{Xtn}} inline neutral example text, with no color change, when none of the above applies; used for "permissible" examples neither favored nor deprecated
  • {{Bxtn}} same as {{xtn}} but uses boldface; it still applies a CSS class, so it's not simply boldfacing
  • {{Mxtn}} same as {{xtn}} but uses mono-spaced font; this is a good template to use when the shaded box formatting of <code>...</code> might be undesirable, or the semantics of it is incorrect in the context
     
  • {{Strongbad}} – for introducing something as deprecated or issuing some other warning in documentation, e.g.: {{Strongbad|Not for use in mainspace.}}