Difference between revisions of "Template:Tag"

From Krafties
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
{{TemplateExplanation|[[Category:Tag Templates]]
 
{{TemplateExplanation|[[Category:Tag Templates]]
 
This template is made to unify the overall design of all [[:Category:Tag Templates|Tag Templates]]. But each tag can customize the color design.
 
This template is made to unify the overall design of all [[:Category:Tag Templates|Tag Templates]]. But each tag can customize the color design.
===<code><nowiki>{{Tag||||}}</nowiki></code>===
+
===Default Colors - <code><nowiki>{{Tag||}}</nowiki></code>===
 +
:How to fill <code><nowiki>{{Tag|1|2}}</nowiki></code>
 +
:#Tag heading
 +
:#Tag content
 +
 
 +
===With Custom Color - <code><nowiki>{{Tag||||}}</nowiki></code>===
 
:How to fill in <code><nowiki>{{Tag|1|2|3|4}}</nowiki></code>
 
:How to fill in <code><nowiki>{{Tag|1|2|3|4}}</nowiki></code>
 
:#Tag heading
 
:#Tag heading
 
:#Tag content
 
:#Tag content
:#HEADER color
+
:#HEADER color '''(optional)'''
:#Header FONT color
+
:#Header FONT color '''(optional)'''
 +
 
 
}}
 
}}

Revision as of 05:24, 17 August 2014

{{{1}}}
{{{2}}}
Documentation icon Template documentation ( view · talk · edit)
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 or pair(default) display a matched pair of open-and-close tags:
font
pair
    • o or open – display only the opening tag of an open-and-close pair:
span
open
    • c or close – display only the closing tag of an open-and-close pair:
span
close
    • s or single – 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}}}