Template:Xtag: Difference between revisions
Appearance
| [unchecked revision] | [unchecked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) m 1 revision imported |
Caleb Cooper (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
|categorytree=[[mw:Extension:CategoryTree|categorytree]] |
|categorytree=[[mw:Extension:CategoryTree|categorytree]] |
||
|charinsert=[[mw:Extension:CharInsert|charinsert]] |
|charinsert=[[mw:Extension:CharInsert|charinsert]] |
||
|chem=[[Help:Displaying a formula#Chemistry|chem]] |
|||
|ce=[[Help:Displaying a formula#Chemistry|ce]] |
|ce=[[Help:Displaying a formula#Chemistry|ce]] |
||
| |
|chem=[[Help:Displaying a formula#Chemistry|chem]] |
||
| |
|gallery=[[Wikipedia:Help:Gallery tag|gallery]] |
||
|graph=[[Wikipedia:Help:Graph|graph]] |
|||
|hiero=[[mw:Extension:WikiHiero|hiero]] |
|hiero=[[mw:Extension:WikiHiero|hiero]] |
||
|includeonly=[[Help: |
|includeonly=[[Wikipedia:Help:Template #Noinclude, includeonly, and onlyinclude|includeonly]] |
||
|indicator=[[mw:Help:Page status indicators|indicator]] |
|indicator=[[mw:Help:Page status indicators|indicator]] |
||
|imagemap=[[mw:Extension:ImageMap|imagemap]] |
|imagemap=[[mw:Extension:ImageMap|imagemap]] |
||
|inputbox=[[mw:Extension:InputBox|inputbox]] |
|inputbox=[[mw:Extension:InputBox|inputbox]] |
||
|mapframe=[[mw:Extension:Kartographer|mapframe]] |
|||
|maplink=[[mw:Extension:Kartographer#<maplink>|maplink]] |
|||
|math=[[mw:Extension:Math|math]] |
|math=[[mw:Extension:Math|math]] |
||
|math chem=[[Help:Displaying a formula#Chemistry|math chem]] |
|math chem=[[Help:Displaying a formula#Chemistry|math chem]] |
||
|noinclude=[[Help: |
|noinclude=[[Wikipedia:Help:Template #Noinclude, includeonly, and onlyinclude|noinclude]] |
||
|nowiki=[[Help:Nowiki|nowiki]] |
|nowiki=[[Wikipedia:Help:Nowiki|nowiki]] |
||
|onlyinclude=[[Help: |
|onlyinclude=[[Wikipedia:Help:Template #Noinclude, includeonly, and onlyinclude|onlyinclude]] |
||
|poem=[[mw:Extension:Poem|poem]] |
|poem=[[mw:Extension:Poem|poem]] |
||
|pre=[[WP:PRE|pre]] |
|pre=[[Wikipedia:WP:PRE|pre]] |
||
|ref=[[mw:Extension:Cite/Cite.php|ref]] |
|ref=[[mw:Extension:Cite/Cite.php|ref]] |
||
|references=[[mw:Extension:Cite/Cite.php|references]] |
|references=[[mw:Extension:Cite/Cite.php|references]] |
||
| ⚫ | |||
|section=[[mw:Extension:Labeled Section Transclusion|section]] |
|section=[[mw:Extension:Labeled Section Transclusion|section]] |
||
| ⚫ | |||
|source=[[mw:Extension:SyntaxHighlight|source]] |
|source=[[mw:Extension:SyntaxHighlight|source]] |
||
|syntaxhighlight=[[mw:Extension:SyntaxHighlight|syntaxhighlight]] |
|syntaxhighlight=[[mw:Extension:SyntaxHighlight|syntaxhighlight]] |
||
|templatedata=[[Wikipedia:TemplateData/Tutorial|templatedata]] |
|templatedata=[[Wikipedia:TemplateData/Tutorial|templatedata]] |
||
|templatestyles=[[mw:Extension:TemplateStyles|templatestyles]] |
|||
|timeline=[[mw:Extension:EasyTimeline|timeline]] |
|timeline=[[mw:Extension:EasyTimeline|timeline]] |
||
|#default={{{1|}}}[[Category:Pages using xtag template with unsupported tag name]] |
|||
|#default=tag |
|||
}}{{#if:{{{params|}}}| {{{params}}}}} |
}}{{#if:{{{params|}}}| {{{params}}}}} |
||
}}{{#switch:{{{2|open}}} |
}}{{#switch:{{{2|open}}} |
||
| Line 44: | Line 46: | ||
|p|pair = </{{{1|tag}}}> |
|p|pair = </{{{1|tag}}}> |
||
}}</code><noinclude> |
}}</code><noinclude> |
||
{{documentation}} |
|||
</noinclude> |
</noinclude> |
||
Latest revision as of 10:02, 22 October 2020
<>
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
This template adds a formatted MediaWiki parser or extension tag that links to the help or extension page. This template is similar to {{tag}}, but it links the tag and defaults to open.
Parser and extension tags
For a machine-generated list, see Special:Version. It may include tags not documented here.- Parser tags
<gallery>,<includeonly>,<noinclude>,<nowiki>,<onlyinclude>,<pre>
- Extension tags
<categorytree>,<charinsert>,<chem>(alias<ce>),<graph>,<hiero>,<imagemap>,<indicator>,<inputbox>,<mapframe>,<maplink>,<math>,<math chem>,<poem>,<ref>,<references>,<score>,<section>,<syntaxhighlight>(alias<source>),<templatedata>,<templatestyles>,<timeline>
Parameters
- first parameter (mandatory): the name of the HTML tag
- second parameter: what type of tag to display:
porpair: display a matched pair of open-and-close tags- To suppress the ellipsis which appears between the tags, add an empty
|content=parameter
- To suppress the ellipsis which appears between the tags, add an empty
ooropen(default): display only the opening tag of an open-and-close paircorclose: display only the closing tag of an open-and-close pairsorsingle: display a single tag
- content= the text content of the tags
- params= any parameters to be included in the opening tag
Examples
| Markup | Renders as |
|---|---|
{{xtag|nowiki}}
|
|
{{xtag|nowiki|s}}}
|
|
Markup → Renders as:
{{xtag | syntaxhighlight | p | params= enclose="div" lang="text"}} →
<syntaxhighlight enclose="div" lang="text">...</ syntaxhighlight >
See also
- {{tag}}