Difference between revisions of "Template:Tag"

From Shipbucket Wiki
Jump to: navigation, search
(fix order of switch statements)
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
 
   |c|close =
 
   |c|close =
   |e|empty|s|single|v|void
+
   |s|single
 
   |o|open
 
   |o|open
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
Line 10: Line 10:
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
 
   |c|close = {{{content|}}}
 
   |c|close = {{{content|}}}
   |e|empty|s|single|v|void =  />
+
   |s|single =  />
 
   |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|v|void
+
   |s|single
 
   |o|open =
 
   |o|open =
 
   |c|close
 
   |c|close

Latest revision as of 20:46, 9 February 2018

<tag>...</tag>

Documentation icon Template documentation[create]