Template:Tag
<tag>...</tag>
This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.
Usage
Types
p
orpair
– (default) display a matched pair of open-and-close tags:<font>...</font>
o
oropen
– display only the opening tag of an open-and-close pair:<span>
c
orclose
– display only the closing tag of an open-and-close pair:</span>
s
orsingle
– display a single tag:<br />
Examples
Input | Output |
---|---|
{{Tag|ref}} |
<ref>...</ref>
|
{{Tag|ref|content=hello}} |
<ref>hello</ref>
|
{{Tag|font|content=foo}} |
<font>foo</font>
|
{{Tag|font|open}} |
<font>
|
{{Tag|font|open|content=hello}} |
<font>hello
|
{{Tag|span|close|content=hello}} |
hello</span>
|
{{Tag|span|pair|content=hello}} |
<span>hello</span>
|
{{Tag|ref|open|params=group=note}} |
<ref group=note>
|
{{Tag|references|single}} |
<references />
|
{{Tag|br|single}} |
<br />
|
Params
- 1 or
tag
The tag to display (required) - 2 or
type
See types above. Single, pair, open or closed tag content
The content of the tag (only used for type=pair)params
Parameters (attributes) for the opening tag, unused in close type.plain
Avoid using monospace font and grey background for the tag.
Template data
Show/hide template's data | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date. This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.
|