Mall:Tag

Från Wikipedia

<tag>...</tag>

[visa] [redigera] [rensa sidcachen]

Dokumentation


{{tag|taggnamn [|typ] [|content=text] [|params=parametrar]}}

Användning[redigera wikitext]

{{tag}}-mallen kan användas när man vill nämna eller beskriva en HTML-tagg på ett förformaterat vis, t.ex. på diskussions- eller hjälpsidor.

exempel ger:
{{tag|ref}}
<ref>...</ref>
{{tag|ref|content=}}
<ref></ref>
{{tag|ref|content=hello}}
<ref>hello</ref>
{{tag|span|content=foo}}
<span>foo</span>
{{tag|span|open}}
<span>
{{tag|span|open|content=hello}}
<span>hello
{{tag|span|close|content=hello}}
hello</span>
{{tag|span|pair|content=hello}}
<span>hello</span>
{{tag|ref|open|params=group="note"}}
<ref group="note">
{{tag|references|single}}
<references />
{{tag|br|single}}
<br />
{{tag|!--|content=comment}}
<!--comment-->
{{tag|math|params=chem}}
<math chem>...</math>
{{tag|a
 |params=href="<nowiki>https://en.wikipedia.org/</nowiki>"
 |content=English Wikipedia}}
<a href="https://en.wikipedia.org/">English Wikipedia</a>