Template:C: Difference between revisions
Template page
More actions
cat |
add pipetrick |
||
| Line 1: | Line 1: | ||
[[:Category:{{{1}}}|{{{1}}}]]<noinclude> | [[:Category:{{{1}}}|{{{2|{{{1}}}}}}]]<noinclude> | ||
<hr/> | |||
;usage | |||
:Template will take a pipe trick as <code> <nowiki>{{{2}}}</nowiki> </code> and display that, | |||
;or just:the category name given as <code> <nowiki>{{{1}}}</nowiki> </code> | |||
<pre> | |||
code implemented as: | |||
[[:Category:{{{1}}}|{{{2|{{{1}}}}}}]] | |||
</pre> | |||
[[Category:Internal link templates|{{PAGENAME}}]] | [[Category:Internal link templates|{{PAGENAME}}]] | ||
[[Category:Typing-aid templates|{{PAGENAME}}]] | [[Category:Typing-aid templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:52, 5 July 2008
[[:Category:{{{1}}}|{{{1}}}]]
- usage
- Template will take a pipe trick as
{{{2}}}and display that,
- or just
- the category name given as
{{{1}}}
code implemented as:
[[:Category:{{{1}}}|{{{2|{{{1}}}}}}]]