Difference between revisions of "Template:Tag"

From Dharmawiki
Jump to navigation Jump to search
m (1 revision imported)
 
col-float>SMcCandlish
(These are called attributes; no one who does HTML calls them "parameters".)
Line 3: Line 3:
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
 
   |c|close =
 
   |c|close =
   |s|single
+
   |e|empty|s|single|v|void
 
   |o|open
 
   |o|open
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
+
   |p|pair = <{{#if:{{{link|}}}|[[HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}}
 
  }}<!--
 
  }}<!--
 
  Content between tags
 
  Content between tags
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
 
   |c|close = {{{content|}}}
 
   |c|close = {{{content|}}}
   |s|single = &#32;&#47;&gt;
+
   |e|empty|s|single|v|void = &#32;&#47;&gt;
 
   |o|open = &gt;{{{content|}}}
 
   |o|open = &gt;{{{content|}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
Line 16: Line 16:
 
  Closing tag
 
  Closing tag
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |s|single
+
   |e|empty|s|single|v|void
 
   |o|open =
 
   |o|open =
 
   |c|close
 
   |c|close

Revision as of 22:47, 26 July 2018

<tag>...</tag> Lua error in mw.lua at line 307: frame:expandTemplate: a title is required.