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:5px auto;border:2px solid {{{ | + | <onlyinclude>{|style="width:90%;margin:5px auto;border:2px solid {{{Background|SlateBlue}}};background:white;border-collapse:collapse;95%" |
− | !style="background:{{{ | + | !style="background:{{{Background|SlateBlue}}};color:{{{color|white}}};"|{{{1}}} |
|- | |- | ||
|style="text-align:center;padding:3px;"|{{{2}}} | |style="text-align:center;padding:3px;"|{{{2}}} | ||
Line 13: | Line 13: | ||
:#Tag content | :#Tag content | ||
− | ===With Custom Color - <code><nowiki> | + | ===With Custom Color=== |
− | : | + | :To add custom color, just add these in the commands (no special order, just add them behind the order-sensitive commands) |
− | + | :*<code><nowiki>Color=</nowiki></code> font color in {{monospace|HTML colorname}}, {{monospace|HEX}} or {{monospace|rgb()}} | |
− | + | :*<code><nowiki>Background=</nowiki></code> bacground/border color in {{monospace|HTML colorname}}, {{monospace|HEX}} or {{monospace|rgb()}} | |
− | |||
− | |||
− | |||
}} | }} |
Revision as of 02:32, 21 August 2014
{{{1}}} |
---|
{{{2}}} |
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 |
---|
pair |
o
oropen
– display only the opening tag of an open-and-close pair:
span |
---|
open |
c
orclose
– display only the closing tag of an open-and-close pair:
span |
---|
close |
s
orsingle
– display a single tag:
br |
---|
single |
- content= — the text content of the tags
- params= — any parameters to be included in the opening tag
Examples
{{tag|ref}}
→
ref |
---|
{{{2}}} |
{{tag|ref|content=hello}}
→
ref |
---|
{{{2}}} |
{{tag|font|content=foo}}
→
font |
---|
{{{2}}} |
{{tag|font|open}}
→
font |
---|
open |
{{tag|font|open|content=hello}}
→
font |
---|
open |
{{tag|span|close|content=hello}}
→
span |
---|
close |
{{tag|span|pair|content=hello}}
→
span |
---|
pair |
{{tag|ref|open|params=group=note}}
→
ref |
---|
open |
{{tag|references|single}}
→
references |
---|
single |
{{tag|br|single}}
→
br |
---|
single |
- 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 |
---|
{{{2}}} |