This is an old revision of this page, as edited by Sardanaphalus (talk | contribs) at 16:47, 14 December 2014 (→Examples: parameter id (type=)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 16:47, 14 December 2014 by Sardanaphalus (talk | contribs) (→Examples: parameter id (type=))(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)This is a documentation subpage for Template:Tag. It may contain usage information, categories and other content that is not part of the original template page. |
This template provides a quick way to mention an XML/HTML-style tag in a preformatted way. Mainly used on discussion/help pages.
Syntax examples
Template:Syntax descriptions/three columns
The name of the tag (as |name= or the first unnamed parameter) is required; combinations of the other parameters may be included or omitted.
- Full syntax
{{tag (|style=) |(name=)name (|(type=)type) (|params=parameters) (|content=content)}}
Parameters
Template:Parameter descriptions/with examples To suppress the ellipsis ("...") between the tags, add an empty content parameter ( ... |content=}} ).
Examples
Markup | Renders as |
---|---|
{{tag|ref}} |
|
{{tag|ref|content=}} |
|
{{tag|ref|content=hello}} |
|
{{tag|font|content=foo}} |
|
{{tag|font|type=open}} |
|
{{tag|font|type=open|content=hello}} |
|
{{tag|span|type=close|content=hello}} |
|
{{tag|span|type=pair|content=hello}} |
|
{{tag|ref|type=open|params=group="note"}} |
|
{{tag|references|single}} |
|
{{tag|br|single}} |
|
{{tag|!--|content=comment}} |
|
See also
- {{HTMLElement}}
- {{XMLElement}}
- {{xtag}} adds a MediaWiki parser or extension tag that links to the extension page.
- #tag:, the parser function that generates working tags.