Template:Rarity/doc

From Yugipedia
< Template:Rarity(Redirected from Template:R/doc)
Jump to: navigation, search

Usage

This template is used to standardize rarity names/abbreviations for templates, so they don't have to implement such a check locally. It currently supports all official rarities and their abbreviations, and is not case-sensitive. The template doesn't return anything when fed unsupported values, which can be used for error-checking.

Basic usage is {{rarity|rarity}}, outputting the abbreviation for the given rarity. The full name can be output instead by using the {{{full}}} parameter.

Examples

Code Result Code Result
{{rarity|Common}} C {{rarity|C}} C
{{rarity|common}} C {{rarity|c}} C
{{rarity|Common|full=yes}} Common {{rarity|C|full=yes}} Common
{{rarity|Rare}} R {{rarity|R}} R
{{rarity|Ghost Rare}} GR {{rarity|GR}} GR
{{rarity|Foo}} {{rarity|BLA}}
{{rarity|}} {{rarity}}

See also