Template:Tag: Difference between revisions

From Frontierpedia, the Microsoft Agent encyclopedia
en>Sardanaphalus
(Update via sandbox/testcases (style option, code comprehensibility))
en>Sardanaphalus
({{{name}}} and {{{type}}} alternatives (to {{{1}}}, {{{2}}}))
Line 2: Line 2:


  Opening tag
  Opening tag
  -->{{#switch:{{{2|<!--(else default:)-->pair}}}
  -->{{#switch:{{{type|{{{2|<!--(else default:)-->pair}}}}}}
     |c|close =
     |c|close =
     |s|single
     |s|single
     |o|open
     |o|open
     |p|pair = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
     |p|pair = &lt;{{{name|{{{1|tag}}}}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
     }}<!--
     }}<!--


  Content between tags
  Content between tags
  -->{{#switch:{{{2|pair}}}
  -->{{#switch:{{{type|{{{2|pair}}}}}}
     |c|close = {{{content|}}}
     |c|close = {{{content|}}}
     |s|single = &#32;&#47;&gt;
     |s|single = &#32;&#47;&gt;
     |o|open = &gt;{{{content|}}}
     |o|open = &gt;{{{content|}}}
     |p|pair = {{#ifeq:{{{1|tag}}}|!-- | |&gt;}}{{{content|...}}}
     |p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- | |&gt;}}{{{content|...}}}
     }}<!--
     }}<!--


  Closing tag
  Closing tag
  -->{{#switch:{{{2|pair}}}
  -->{{#switch:{{{type|{{{2|pair}}}}}}
     |s|single
     |s|single
     |o|open =
     |o|open =
     |c|close
     |c|close
     |p|pair = {{#ifeq:{{{1|tag}}}|!-- |--&gt; |&lt;&#47;{{{1|tag}}}&gt;}}
     |p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- |--&gt; |&lt;&#47;{{{1|tag}}}&gt;}}
     }}<!--
     }}<!--



Revision as of 12:36, 14 December 2014

<tag>...</tag>