Template:Semantic markup templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>SMcCandlish update |
meta>SMcCandlish tweak |
||
| Line 6: | Line 6: | ||
* {{tl|var}} – same as {{tl|varserif}} use for all variables other than I (upper-case i) and l (lower-case L), for which use {{tl|varserif}} | * {{tl|var}} – same as {{tl|varserif}} use for all variables other than 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, 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| | * {{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 | ||
Revision as of 16:50, 31 January 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 other than I (upper-case i) and l (lower-case L), for which use {{varserif}}
- {{varserif}} – same as {{var}} but uses serif font, 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. source code examples
- {{nowiki}} – for preventing the parsing of wiki markup and HTML in the content, e.g. in source code examples
- {{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}}) - {{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