Help:Card tags
Card tags produce a link to a Scryfall page for a specified Magic card. Unlike ordinary hyperlinks, these links have a visually distinct underline, and offer a tooltip card image when a reader hovers over the link.
Card template
Use of the {{card}} template is preferred. It offers several options to select a specific printing of a card, which can be important if the artwork or Oracle text of the card is changed in later printings.
The template can also change the link text to something other than the name of the card. This may occasionally be useful, but should generally be avoided. Readers should be able expect that links displaying card names generally offer tooltips and lead to Scryfall, while other texts link to wiki articles. Changing the text of a card link violates that expectation.
- {{card|Jace Beleren}}
- {{card|Jace Beleren|Lorwyn}}
- {{card|Jace Beleren|Promo|PMEI}}
- {{card|Jace Beleren||PMEI}}
- {{card|Golgari Guildgate|Guilds of Ravnica|#=248}}
{{card|Golgari Guildgate|Guilds of Ravnica|#=249}}- Golgari Guildgate (Guilds of Ravnica, #248)
- Golgari Guildgate (Guilds of Ravnica, #249)
- {{card|Black Lotus|title=a lotus which is black}}
Bare tagging
It is also possible to write a "bare" card link using the c
tag. The {{card}} template produces c
tags internally.
- <c>Black Lotus</c>
See also
Note
The c
tag is not defined in HTML, but is instead recognized and parsed by the ScryfallLinks MediaWiki extension.