Template:Card: Difference between revisions

From Perplex City Wiki
Jump to navigationJump to search
m (Template:Test moved to Template:Card)
No edit summary
Line 1: Line 1:
[http://perplexcitycardcatalog.com/view.php?item={{{1}}} Card #{{{1}}} - {{{2}}}]
[http://perplexcitycardcatalog.com/view.php?item={{{1}}} Card #{{{1}}} - {{{2}}}]
<noinclude>
I am a genius :)
To include a link to the card catalog, use the "Card" Template.  It's usage is thus:
<pre><nowiki>
{{Card|NUMBER|NAME}}
</nowiki></pre>
So fFor example, to Identify Card #001, you might do use this:
<pre><nowiki>
{{Card|001|Dem Old Bones}}
</nowiki></pre>
Which will look like this:
{{Card|001|Dem Old Bones}}
The fFormat really wants you to have 2 parameters:  The card Number, and the Card Name.  They should seperated by a pipe ''|''.
By the way, templates rock my socks off :)
</noinclude>

Revision as of 06:20, 22 March 2006

Card #{{{1}}} - {{{2}}}

I am a genius :)

To include a link to the card catalog, use the "Card" Template. It's usage is thus:

 {{Card|NUMBER|NAME}}

So fFor example, to Identify Card #001, you might do use this:

 {{Card|001|Dem Old Bones}}

Which will look like this:

Card #001 - Dem Old Bones


The fFormat really wants you to have 2 parameters: The card Number, and the Card Name. They should seperated by a pipe |.

By the way, templates rock my socks off :)