Template:Card: Difference between revisions

From MTG Wiki
Jump to navigation Jump to search
>Yandere-sliver
No edit summary
>WGnome
(added option to use template only with set code, rather than name -- see new documentation)
Line 1: Line 1:
<includeonly>{{#tag:c|{{{1}}}|set={{#if:{{{2|}}}|{{{3|{{Code by set|{{{2|}}}}}}}}}}|title={{{1}}}}}{{#if:{{{2|}}}|&#32;(''{{#if:{{{3|}}}|[[{{{2|}}}]]|[[{{Set by code|{{Code by set|{{{2|}}}}}}}|{{{2|}}}]]}}'')}}</includeonly><noinclude>==Usage==
<includeonly>{{#tag:c|{{{1}}}|set={{#if:{{{2|}}}|{{{3|{{Code by set|{{{2|}}}}}}}}|{{#if:{{{3|}}}|{{{3|}}}}}}}|title={{{1}}}}}{{#if:{{{2|}}}|&#32;(''{{#if:{{{3|}}}|[[{{{2|}}}]]|[[{{Set by code|{{Code by set|{{{2|}}}}}}}|{{{2|}}}]]}}'')}}</includeonly><noinclude>==Usage==
This template can be used within another template to link to a card passed as a parameter.
This template can be used within another template to link to a card passed as a parameter.


Line 7: Line 7:
*<code>{{{1}}}</code>: the official card name.
*<code>{{{1}}}</code>: the official card name.
*<code>{{{2}}}</code>: Optional - the edition to be used. Also shown after the card name.
*<code>{{{2}}}</code>: Optional - the edition to be used. Also shown after the card name.
*<code>{{{3}}}</code>: Optional - [https://scryfall.com Scryfall] set code. Only needed for special releases like media Inserts of FNM promos.  
*<code>{{{3}}}</code>: Optional - [https://scryfall.com Scryfall] set code. Only needed for special releases like media Inserts of FNM promos. Use third parameter while leaving second parameter blank to avoid having the edition shown in parentheses after the card name.  


===Examples===
===Examples===
Line 16: Line 16:
# <nowiki>{{cardlink|Jace Beleren|Promo|PDD2}}</nowiki>  
# <nowiki>{{cardlink|Jace Beleren|Promo|PDD2}}</nowiki>  
#* {{cardlink|Jace Beleren|Promo|PDD2}}
#* {{cardlink|Jace Beleren|Promo|PDD2}}
# <nowiki>{{cardlink|Jace Beleren||M10}}</nowiki>
#* {{cardlink|Jace Beleren||M10}}


[[Category:Magic product templates]]
[[Category:Magic product templates]]

Revision as of 05:11, 25 August 2018

Usage

This template can be used within another template to link to a card passed as a parameter.

{{cardlink|card name|edition|scryfall set code}}

Parameters

  • {{{1}}}: the official card name.
  • {{{2}}}: Optional - the edition to be used. Also shown after the card name.
  • {{{3}}}: Optional - Scryfall set code. Only needed for special releases like media Inserts of FNM promos. Use third parameter while leaving second parameter blank to avoid having the edition shown in parentheses after the card name.

Examples

  1. {{cardlink|Jace Beleren}}
  2. {{cardlink|Jace Beleren|Lorwyn}}
  3. {{cardlink|Jace Beleren|Promo|PDD2}}
  4. {{cardlink|Jace Beleren||M10}}