Mudanças entre as edições de "Tag"

De Wiki Coolab
Ir para navegação Ir para pesquisar
NumBlk>Gadget850
(add 'wrap' for long samples)
NumBlk>SMcCandlish
(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"))
Linha 2: Linha 2:
 
  Opening tag
 
  Opening tag
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |c|close =
+
   |c|closed|close =
   |s|single
+
   |e|empty|s|single
 
   |o|open
 
   |o|open
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
 
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
Linha 9: Linha 9:
 
  Content between tags
 
  Content between tags
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |c|close = {{{content|}}}
+
   |c|closed|close = {{{content|}}}
   |s|single =  />
+
   |e|empty|s|single =  />
 
   |o|open = >{{{content|}}}
 
   |o|open = >{{{content|}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
Linha 16: Linha 16:
 
  Closing tag
 
  Closing tag
 
-->{{#switch:{{{2|pair}}}
 
-->{{#switch:{{{2|pair}}}
   |s|single
+
   |e|empty|s|single
 
   |o|open =
 
   |o|open =
   |c|close
+
   |c|closed|close
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
 
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
 
  }}<!--
 
  }}<!--

Edição das 23h48min de 30 de julho de 2017

{{#switch:pair

 |c|closed|close =
 |e|empty|s|single
 |o|open
 |p|pair = <tag{{#if:| {{{params}}}}}
}}{{#switch:pair
 |c|closed|close = 
 |e|empty|s|single =  />
 |o|open = >
 |p|pair = {{#ifeq:tag|!--||>}}...
}}{{#switch:pair
 |e|empty|s|single
 |o|open =
 |c|closed|close
 |p|pair = {{#ifeq:tag|!--|-->|</tag>}}
}}

Erro de script: Nenhum módulo desse tipo "documentation".