Revision as of 16:45, 14 December 2014 editSardanaphalus (talk | contribs)119,752 editsm →Parameters: margin-bottom before footnote← Previous edit | Revision as of 16:47, 14 December 2014 edit undoSardanaphalus (talk | contribs)119,752 edits →Examples: parameter id (type=)Next edit → | ||
Line 80: | Line 80: | ||
| <nowiki>{{tag|ref|content=hello}}</nowiki> | {{tag|ref|content=hello}} | | <nowiki>{{tag|ref|content=hello}}</nowiki> | {{tag|ref|content=hello}} | ||
| <nowiki>{{tag|font|content=foo}}</nowiki> | {{tag|font|content=foo}} | | <nowiki>{{tag|font|content=foo}}</nowiki> | {{tag|font|content=foo}} | ||
| <nowiki>{{tag|font|open}}</nowiki> |
| <nowiki>{{tag|font|type=open}}</nowiki> | {{tag|font|type=open}} | ||
| <nowiki>{{tag|font|open|content=hello}}</nowiki> | {{tag|font|open|content=hello}} | | <nowiki>{{tag|font|type=open|content=hello}}</nowiki> | {{tag|font|type=open|content=hello}} | ||
| <nowiki>{{tag|span|close|content=hello}}</nowiki> | {{tag|span|close|content=hello}} | | <nowiki>{{tag|span|type=close|content=hello}}</nowiki> | {{tag|span|type=close|content=hello}} | ||
| <nowiki>{{tag|span|pair|content=hello}}</nowiki> | {{tag|span|pair|content=hello}} | | <nowiki>{{tag|span|type=pair|content=hello}}</nowiki> | {{tag|span|type=pair|content=hello}} | ||
| <nowiki>{{tag|ref|open|params=group="note"}}</nowiki> | {{tag|ref|open|params=group="note"}} | | <nowiki>{{tag|ref|type=open|params=group="note"}}</nowiki> | {{tag|ref|type=open|params=group="note"}} | ||
| <nowiki>{{tag|references|single}}</nowiki> | {{tag|references|single}} | | <nowiki>{{tag|references|single}}</nowiki> | {{tag|references|single}} | ||
| <nowiki>{{tag|br|single}}</nowiki> | {{tag|br|single}} | | <nowiki>{{tag|br|single}}</nowiki> | {{tag|br|single}} |
Revision as of 16:47, 14 December 2014
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.