Difference between revisions of "Template:Tag"

From MINR.ORG WIKI
(Adding |e and |empty, to use industry-standard terms from the specs, instead of just WP's own made-up labels that no one's apt to remember. And |closed ("close" as an adjective doesn't mean the same thing, it means "nearby"))
m (49 revisions imported: Import Template Tlx and subtemplates)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
  Opening tag
 
  Opening tag
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |c|closed|close =
+
   |c|close =
   |e|empty|s|single
+
   |e|empty|s|single|v|void
 
   |o|open
 
   |o|open
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
Line 9: Line 9:
 
  Content between tags
 
  Content between tags
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |c|closed|close = {{{content|}}}
+
   |c|close = {{{content|}}}
   |e|empty|s|single =  />
+
   |e|empty|s|single|v|void =  />
 
   |o|open = >{{{content|}}}
 
   |o|open = >{{{content|}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
Line 16: Line 16:
 
  Closing tag
 
  Closing tag
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |e|empty|s|single
+
   |e|empty|s|single|v|void
 
   |o|open =
 
   |o|open =
   |c|closed|close
+
   |c|close
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
 
  }}<!--
 
  }}<!--

Latest revision as of 20:26, 11 August 2017

<tag>...</tag>

Template documentation[create]