Template:TagPair: Difference between revisions

From KDE Wiki Sandbox
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<tt>&lt;{{{1}}}&gt;{{{2}}}&lt;/{{{1}}}&gt;</tt>
<noinclude>Dispaly a tag endtag pair with an item in between it the typewriter font: Example
 
{{Input|1=<nowiki>{{TagPair|tag|content}}</nowiki>}}
 
displays
 
{{Output|1={{TagPair|tag|content}}}}
----
[[Category:Template]]
</noinclude><tt>&lt;{{{1}}}&gt;{{{2}}}&lt;/{{{1}}}&gt;</tt>

Latest revision as of 18:09, 26 October 2011

Dispaly a tag endtag pair with an item in between it the typewriter font: Example

{{TagPair|tag|content}}

displays

<tag>content</tag>

<{{{1}}}>{{{2}}}</{{{1}}}>