Template:Xtag/doc: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "{{Documentation subpage}} {{Commons Import}} <!----Categories where indicated at the bottom of this page, please----> This template adds a formatted MediaWiki parser or exte..." |
Caleb Cooper (talk | contribs) |
||
| Line 35: | Line 35: | ||
* {{tl|tag}} |
* {{tl|tag}} |
||
====Other formatting templates==== |
|||
{{#lsth:Template:Template-linking_templates|Other formatting templates}} |
|||
<includeonly>{{Sandbox other|| |
<includeonly>{{Sandbox other|| |
||
<!----Categories below this line, please:----> |
<!----Categories below this line, please:----> |
||
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}}