Help:Card tags

From Magic the Archiving
Jump to navigation Jump to search

Card tags are used to denote specific Magic card names that can be linked to the Scryfall card viewer. This will open a new window to display the card, along with Oracle text and tournament restrictions.

Instructions[edit]

Simple use[edit]

Enclose the name of the card with "<c></c>":

  1. <c>Black Lotus</c>
    • <c>Black Lotus</c>

Card template[edit]

The {{card}} template should be used if a specific card version is needed or something other then the card title should be displayed.

  1. {{card|Jace Beleren}}
    • <c set="" number="" title="Jace Beleren" artist="">Jace Beleren</c>
  2. {{card|Jace Beleren|Lorwyn}}
    • <c set="LRW" number="" title="Jace Beleren" artist="">Jace Beleren</c> (Lorwyn)
  3. {{card|Jace Beleren|Promo|PBOOK}}
    • <c set="PBOOK" number="" title="Jace Beleren" artist="">Jace Beleren</c> (Promo)
  4. {{card|Jace Beleren||PBOOK}}
    • <c set="PBOOK" number="" title="Jace Beleren" artist="">Jace Beleren</c>
  5. {{card|Golgari Guildgate|Guilds of Ravnica|#=248}}
    {{card|Golgari Guildgate|Guilds of Ravnica|#=249}}
    • <c set="GRN" number="248" title="Golgari Guildgate" artist="">Golgari Guildgate</c> (Guilds of Ravnica, #248)
    • <c set="GRN" number="249" title="Golgari Guildgate" artist="">Golgari Guildgate</c> (Guilds of Ravnica, #249)
  6. {{card|Black Lotus|title=a lotus which is black}}
    • <c set="" number="" title="a lotus which is black" artist="">Black Lotus</c>

See also[edit]