Template:Xt/see also: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>SMcCandlish
top: note
meta>SMcCandlish
consistent markup, and identify main use for an important one
Line 1: Line 1:
<!--This is transcluded into all these templates' /doc pages to save time.-->
<!--This is transcluded into all these templates' /doc pages to save time.-->
<div style="float:right; padding:0 1em;">{{navbar|Xt see also|plain=y}}</div>
<div style="float:right; padding:0 1em;">{{navbar|Xt see also|plain=y}}</div>
*{{tl|xt}} inline {{xt|positive example text}}, in green, with serif font
*{{tlx|xt}} inline {{xt|positive example text}}, in green, with serif font
*{{tl|bxt}} same as {{tnull|xt}} but uses {{bxt|bold instead of serif font}}
*{{tlx|bxt}} same as {{tnull|xt}} but uses {{bxt|bold instead of serif font}}
*{{tl|mxt}} same as {{tnull|xt}} but uses {{mxt|mono-spaced font}} (especially useful in source code)
*{{tlx|mxt}} same as {{tnull|xt}} but uses {{mxt|mono-spaced font}} (especially useful in source code)
*{{tl|xt2}} same as {{tnull|xt}} but for blocks of text
*{{tlx|xt2}} same as {{tnull|xt}} but for blocks of text
*{{tl|!xt}} inline {{!xt|negative example text}}, in red, with serif font
*{{tlx|!xt}} inline {{!xt|negative example text}}, in red, with serif font
*{{tl|!bxt}} same as {{tnull|!xt}} but uses {{!bxt|boldface}}
*{{tlx|!bxt}} same as {{tnull|!xt}} but uses {{!bxt|boldface}}
*{{tl|!mxt}} same as {{tnull|!xt}} but uses {{!mxt|mono-spaced font}}
*{{tlx|!mxt}} same as {{tnull|!xt}} but uses {{!mxt|mono-spaced font}}; used for incorrect/deprecated code examples – try {{nowrap|<code>&lt;code&gt;<nowiki>{{!mxt|1=&lt;nowiki&gt;...&lt;/nowiki&gt;}}</nowiki>&lt;/code&gt;</code>}}
*{{tl|!xt2}} same as {{tnull|!xt}} but for blocks
*{{tlx|!xt2}} same as {{tnull|!xt}} but for blocks
*{{tl|xtd}} inline {{xtd|deprecated (or uncertain, unavailable, lorem, etc.) example text}}, in grey
*{{tlx|xtd}} inline {{xtd|deprecated (or uncertain, unavailable, lorem, etc.) example text}}, in grey
*{{tl|bxtd}} same as {{tnull|xtd}} but uses {{bxtg|boldface}}
*{{tlx|bxtd}} same as {{tnull|xtd}} but uses {{bxtg|boldface}}
*{{tl|mxtd}} same as {{tnull|xtd}} but uses {{mxtd|mono-spaced font}}
*{{tlx|mxtd}} same as {{tnull|xtd}} but uses {{mxtd|mono-spaced font}}
*{{tl|xtn}} inline {{xtn|neutral example text}}, with no color change, when none of the above applies
*{{tlx|xtn}} inline {{xtn|neutral example text}}, with no color change, when none of the above applies
*{{tl|bxtn}} same as {{tnull|xtn}} but uses {{bxtn|boldface}}; it still applies a CSS class, so it's not simply boldfacing
*{{tlx|bxtn}} same as {{tnull|xtn}} but uses {{bxtn|boldface}}; it still applies a CSS class, so it's not simply boldfacing
*{{tl|mxtn}} same as {{tnull|xtn}} but uses {{mxtn|mono-spaced font}}; this is a good template to use when the shaded box formatting of {{tag|code}} might be undesirable, or the [[Semantic HTML|semantics]] of it incorrect in the context
*{{tlx|mxtn}} same as {{tnull|xtn}} but uses {{mxtn|mono-spaced font}}; this is a good template to use when the shaded box formatting of {{tag|code}} might be undesirable, or the [[Semantic HTML|semantics]] of it incorrect in the context
*{{tl|dc}} inline {{dc|deprecated or deleted material}}; {{tl|dc2}} variant has {{dc2|strikethrough}} (both explicitly use the {{tag|del|open}} element); can be used in mainspace (articles), and where necessary wrapped in {{tag|code|o}}, {{tag|samp|o}}, or {{tag|kbd|o}}
*{{tlx|dc}} inline {{dc|deprecated or deleted material}}; {{tl|dc2}} variant has {{dc2|strikethrough}} (both explicitly use the {{tag|del|open}} element); can be used in mainspace (articles), and where necessary wrapped in {{tag|code|o}}, {{tag|samp|o}}, or {{tag|kbd|o}}
<!--
<!--
--><noinclude>
--><noinclude>

Revision as of 20:22, 26 December 2017

  • {{xt}} inline positive example text, in green, with serif font
  • {{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)
  • {{xt2}} same as {{xt}} but for blocks of text
  • {{!xt}} inline negative example text, in red, with serif font
  • {{!bxt}} same as {{!xt}} but uses boldface
  • {{!mxt}} same as {{!xt}} but uses mono-spaced font; used for incorrect/deprecated code examples – try <code>{{!mxt|1=<nowiki>...</nowiki>}}</code>
  • {{!xt2}} same as {{!xt}} but for blocks
  • {{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
  • {{xtn}} inline neutral example text, with no color change, when none of the above applies
  • {{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 incorrect in the context
  • {{dc}} inline deprecated or deleted material; {{dc2}} variant has strikethrough (both explicitly use the <del> element); can be used in mainspace (articles), and where necessary wrapped in <code>, <samp>, or <kbd>