Template:Semantic markup templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
deprecated |
meta>Grolltech add missing examples for clarity |
||
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|Semantic templates see also|plain=y}}</div> | <div style="float:right; padding:0 1em;">{{navbar|Semantic templates see also|plain=y}}</div> | ||
* {{tl|strong}} – for semantically indicating strong emphasis instead of simple typographical boldfacing | * {{tl|strong}} – for semantically indicating {{strong|strong emphasis}} instead of simple typographical boldfacing | ||
* {{tl|strongbad}} – same as {{tnull|strong}} but red like this: {{strongbad|Never}} use {{tnull|strongbad}} in articles. | * {{tl|strongbad}} – same as {{tnull|strong}} but red like this: {{strongbad|Never}} use {{tnull|strongbad}} in articles. | ||
* {{tl|stronggood}} – same as {{tnull|strongbad}} but green like this: {{stronggood|Only}} use {{tnull|stronggood}} on non-article pages. | * {{tl|stronggood}} – same as {{tnull|strongbad}} but green like this: {{stronggood|Only}} use {{tnull|stronggood}} on non-article pages. | ||
* {{tl|em}} – similar template for semantically indicating mild emphasis instead of simple typographical italicization | * {{tl|em}} – similar template for semantically indicating {{em|mild emphasis}} instead of simple typographical italicization | ||
* {{tl|var}} – same as {{tl|varserif}} use for all variables | * {{tl|var}} – same as {{tl|varserif}} use for all variables (e.g. {{var|strIllustratePrefix}}), except for 'I' (upper-case i) and 'l' (lower-case L), for which use {{tl|varserif}} | ||
* {{tl|varserif}} – same as {{tl|var}} but uses serif font, especially for distinguishing between I (upper-case i) and l (lower-case L) as variables | * {{tl|varserif}} – same as {{tl|var}} but uses serif font (e.g. {{varserif|strIllustratePrefix}}), especially for distinguishing between 'I' (upper-case i) and 'l' (lower-case L) as variables | ||
* {{tl|wikivar}} – for displaying wikicode variables and magicwords as they would appear in source code, e.g. {{wikivar|PAGENAME}}, {{wikivar|DEFAULTSORT|Lastname, Firstname}} | * {{tl|wikivar}} – for displaying wikicode variables and magicwords as they would appear in source code, e.g. {{wikivar|PAGENAME}}, {{wikivar|DEFAULTSORT|Lastname, Firstname}} | ||
* {{tl|para}} – for displaying wiki template parameters ({{para|title}}) or parameters and values ({{para|year|2008}}) | * {{tl|para}} – for displaying wiki template parameters ({{para|title}}) or parameters and values ({{para|year|2008}}) | ||
* {{tl|tlx}} and related – for displaying entire templates (with or without parameters and values) as code | * {{tl|tlx}} and related – for displaying entire templates (with or without parameters and values) as code | ||
* {{tl|tag}} – for using HTML elements ("tags") in prose | * {{tl|tag}} – for using HTML elements ("tags") in prose (e.g. "When coding HTML {{tag|img}} tags, be sure to use the {{code|1=alt=}} parameter...") | ||
* {{tl|code}} – for computer source code ({{tnull|var}} and other templates cannot be used inside it; in that case use {{tag|code}} as the wrapper, not {{tnull|code}}) | * {{tl|code}} – for computer source code ({{tnull|var}} and other templates cannot be used inside it; in that case use {{tag|code}} as the wrapper, not {{tnull|code}}) | ||
* {{tl|syntaxhighlight}} or {{tl|sxhl}} – wrapper for {{tag|syntaxhighlight}}, but will wrap overflowing text | * {{tl|syntaxhighlight}} or {{tl|sxhl}} – wrapper for {{tag|syntaxhighlight}}, but will wrap overflowing text | ||
Line 16: | Line 16: | ||
* {{tl|pre}} – for larger blocks of source code and other pre-formatted text | * {{tl|pre}} – for larger blocks of source code and other pre-formatted text | ||
* {{tl|bq}} – for indented blocks of content, such as block quotations, examples, poems, etc. | * {{tl|bq}} – for indented blocks of content, such as block quotations, examples, poems, etc. | ||
* {{tl|kbd}} – for indicating user input | * {{tl|kbd}} – for indicating {{kbd|user input}} | ||
* {{tl|key press}} – for indicating the input of specific keystrokes, e.g. {{key press|Ctrl}}{{key press|X}} | * {{tl|key press}} – for indicating the input of specific keystrokes, e.g. {{key press|Ctrl}}{{key press|X}} | ||
* {{tl|PlayStation key press}} – for indicating PS-style gamepad key presses, e.g. {{pskeypress|x}} | * {{tl|PlayStation key press}} – for indicating PS-style gamepad key presses, e.g. {{pskeypress|x}} | ||
* {{tl|samp}} – for example output<!-- | * {{tl|samp}} – for {{samp|example output}}<!-- | ||
--><noinclude> | --><noinclude> | ||
<!-- ADD CATEGORIES AND INTERWIKIS TO THE /doc PAGE, NOT HERE, THANKS --> | <!-- ADD CATEGORIES AND INTERWIKIS TO THE /doc PAGE, NOT HERE, THANKS --> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 02:02, 24 September 2012
- {{strong}} – for semantically indicating strong emphasis instead of simple typographical boldfacing
- {{strongbad}} – same as
{{strong}}
but red like this: Never use{{strongbad}}
in articles. - {{stronggood}} – same as
{{strongbad}}
but green like this: Only use{{stronggood}}
on non-article pages. - {{em}} – similar template for semantically indicating mild emphasis instead of simple typographical italicization
- {{var}} – same as {{varserif}} use for all variables (e.g. strIllustratePrefix), except for 'I' (upper-case i) and 'l' (lower-case L), for which use {{varserif}}
- {{varserif}} – same as {{var}} but uses serif font (e.g. Template:Varserif), especially for distinguishing between 'I' (upper-case i) and 'l' (lower-case L) as variables
- {{wikivar}} – for displaying wikicode variables and magicwords as they would appear in source code, e.g. Template:Wikivar, Template:Wikivar
- {{para}} – for displaying wiki template parameters (
|title=
) or parameters and values (|year=2008
) - {{tlx}} and related – for displaying entire templates (with or without parameters and values) as code
- {{tag}} – for using HTML elements ("tags") in prose (e.g. "When coding HTML
<img>...</img>
tags, be sure to use thealt=
parameter...") - {{code}} – for computer source code (
{{var}}
and other templates cannot be used inside it; in that case use<code>...</code>
as the wrapper, not{{code}}
) - {{syntaxhighlight}} or {{sxhl}} – wrapper for
<syntaxhighlight>...</syntaxhighlight>
, but will wrap overflowing text - {{deprecated code}} or {{dc}} – for deprecated source code in template documentation, articles on HTML specs, etc.
- {{pre}} – for larger blocks of source code and other pre-formatted text
- {{bq}} – for indented blocks of content, such as block quotations, examples, poems, etc.
- {{kbd}} – for indicating user input
- {{key press}} – for indicating the input of specific keystrokes, e.g. CtrlX
- {{PlayStation key press}} – for indicating PS-style gamepad key presses, e.g. Template:Pskeypress
- {{samp}} – for example output