Difference between revisions of "Template:Tag"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) m |
MyraMidnight (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | <onlyinclude>{| style="width:90%;margin:auto;{{{4|border: | + | <onlyinclude>{| style="width:90%;margin:auto;{{{4|border:2px solid black}}}" |
!style="{{{3|background:cornflowerblue;color:white}}}"|{{{1}}} | !style="{{{3|background:cornflowerblue;color:white}}}"|{{{1}}} | ||
|- | |- |
Revision as of 03:41, 17 August 2014
{{{2}}}
{{{1}}} |
---|
Template documentation (
)
)
- For the page status indicator Phabricator tags, see Template:ptag.
This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.
Usage
- first parameter — (mandatory) the name of the HTML tag
- second parameter — what type of tag to display:
p
orpair
– (default) display a matched pair of open-and-close tags:
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 |
---|
- content= — the text content of the tags
- params= — any parameters to be included in the opening tag
Examples
{{tag|ref}}
→
ref |
---|
{{tag|ref|content=hello}}
→
ref |
---|
{{tag|font|content=foo}}
→
font |
---|
{{tag|font|open}}
→
font |
---|
{{tag|font|open|content=hello}}
→
font |
---|
{{tag|span|close|content=hello}}
→
span |
---|
{{tag|span|pair|content=hello}}
→
span |
---|
{{tag|ref|open|params=group=note}}
→
ref |
---|
{{tag|references|single}}
→
references |
---|
{{tag|br|single}}
→
br |
---|
- The above documentation is transcluded from Template:Tag/doc.
- Editors can experiment in this template's sandbox
- Please add categories to the /doc subpage within
includeonly |
---|