Difference between revisions of "Template:Tag"

From Krafties
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<onlyinclude>{|class=wikitable style="width:90%;margin:auto;border:2px solid {{{1|cornflowerblue}}};background:white"
+
<onlyinclude>{|style="width:90%;margin:auto;border:2px solid {{{1|#bbdbfc}}};background:white;border-collapse:collapse;"
!style="background:{{{1|cornflowerblue}}};color:{{{2|white}}}"|{{{3}}}
+
!style="background:{{{1|#bbdbfc}}};color:{{{2|black}}};"|{{{3}}}
 
|-
 
|-
 
|style="text-align:center;"|{{{4}}}
 
|style="text-align:center;"|{{{4}}}

Revision as of 05:08, 17 August 2014

{{{3}}}
{{{4}}}
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:
{{{3}}}
{{{4}}}
    • o or open – display only the opening tag of an open-and-close pair:
{{{3}}}
{{{4}}}
    • c or close – display only the closing tag of an open-and-close pair:
{{{3}}}
{{{4}}}
    • s or single – display a single tag:
{{{3}}}
{{{4}}}
  • content= — the text content of the tags
  • params= — any parameters to be included in the opening tag

Examples

  • {{tag|ref}}
{{{3}}}
{{{4}}}
  • {{tag|ref|content=hello}}
{{{3}}}
{{{4}}}
  • {{tag|font|content=foo}}
{{{3}}}
{{{4}}}
  • {{tag|font|open}}
{{{3}}}
{{{4}}}
  • {{tag|font|open|content=hello}}
{{{3}}}
{{{4}}}
  • {{tag|span|close|content=hello}}
{{{3}}}
{{{4}}}
  • {{tag|span|pair|content=hello}}
{{{3}}}
{{{4}}}
  • {{tag|ref|open|params=group=note}}
{{{3}}}
{{{4}}}
  • {{tag|references|single}}
{{{3}}}
{{{4}}}
  • {{tag|br|single}}
{{{3}}}
{{{4}}}
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
{{{3}}}
{{{4}}}