Template:Xt/see also: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>SMcCandlish
update
meta>SMcCandlish
top: note
Line 14: Line 14:
*{{tl|xtn}} inline {{xtn|neutral example text}}, with no color change, when none of the above applies
*{{tl|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
*{{tl|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}}
*{{tl|mxtn}} same as {{tnull|xtn}} but uses {{mxtn|mono-spaced font}}; this is a good template to use when the 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 code or text}}; {{tl|dc2}} variant has {{dc2|strikethrough}} (both explicitly use the {{tag|del|open}} element); can be used in mainspace (articles)
*{{tl|dc}} inline {{dc|deprecated or deleted code or text}}; {{tl|dc2}} variant has {{dc2|strikethrough}} (both explicitly use the {{tag|del|open}} element); can be used in mainspace (articles)
<!--
<!--

Revision as of 01:42, 10 July 2016

  • {{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
  • {{!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 formatting of <code>...</code> might be undesirable, or the semantics of it incorrect in the context
  • {{dc}} inline deprecated or deleted code or text; {{dc2}} variant has strikethrough (both explicitly use the <del> element); can be used in mainspace (articles)