Difference between revisions of "Template:Rarity/doc"

From Yugipedia
Jump to: navigation, search
(update documentation)
(Usage: missed some)
Line 5: Line 5:
 
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.
 
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 {{tlx|r|''rarity''}}, outputting the abbreviation for the given rarity. The full name can be outputted instead by using the <code><nowiki>{{{full}}}</nowiki></code> parameter, and the link can be omitted via <code><nowiki>{{{nolink}}}</nowiki></code>.
+
Basic usage is {{tlx|r|''rarity''}}, outputting the abbreviation for the given rarity. The full name can be output instead by using the <code><nowiki>{{{full}}}</nowiki></code> parameter.
  
 
==== Examples ====
 
==== Examples ====

Revision as of 03:15, 7 August 2010

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 {{r|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
{{r|Common}} [1] {{r|C}} [2]
{{r|common}} [3] {{r|c}} [4]
{{r|Common|full=yes}} [1] {{r|C|full=yes}} [2]
{{r|Rare}} [5] {{r|R}} [6]
{{r|Ghost Rare}} [7] {{r|GR}} [8]
{{r|Foo}} [9] {{r|BLA}} [10]

See also

  1. a b Cite error: Invalid <ref> tag; no text was provided for refs named Common
  2. a b Cite error: Invalid <ref> tag; no text was provided for refs named C
  3. Cite error: Invalid <ref> tag; no text was provided for refs named common
  4. Cite error: Invalid <ref> tag; no text was provided for refs named c
  5. Cite error: Invalid <ref> tag; no text was provided for refs named Rare
  6. Cite error: Invalid <ref> tag; no text was provided for refs named R
  7. Cite error: Invalid <ref> tag; no text was provided for refs named Ghost Rare
  8. Cite error: Invalid <ref> tag; no text was provided for refs named GR
  9. Cite error: Invalid <ref> tag; no text was provided for refs named Foo
  10. Cite error: Invalid <ref> tag; no text was provided for refs named BLA