Template:Rarity: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Use documentation/template demo templates)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{SmallIcon|Rarity Icon.png}} Rarity: {{#switch:{{{1|common}}}
<includeonly>{{SmallIcon|Rarity Icon.png|class=bg3wiki-lightmode-drop-shadow}} Rarity: {{#switch: {{{1|}}}
| <!-- accept empty value for "common", for ease of use from other templates -->
| <!-- accept empty value for "common", for ease of use from other templates -->
| common = Common
| common = Common
| uncommon = {{Uncommon}}
| uncommon = {{Uncommon}}
| rare = {{Rare}}
| rare = {{Rare}}
| very rare = {{VeryRare}}
| very rare = {{very rare}}
| story = {{StoryRarity}}
| legendary = {{Legendary}}
}}</includeonly><noinclude>
| story = {{Story}}
Usage: {{code|<nowiki>{{rarity|}}</nowiki>}}
}} {{#if: {{{2|}}}
 
| / {{#switch: {{{2}}}
Result: {{rarity|}}
| common = Common
 
| uncommon = {{Uncommon}}
Usage: {{code|<nowiki>{{rarity|common}}</nowiki>}}
| rare = {{Rare}}
 
| very rare = {{very rare}}
Result: {{rarity|common}}
| legendary = {{Legendary}}
 
| story = {{Story}}
Usage: {{code|<nowiki>{{rarity|uncommon}}</nowiki>}}
}}{{Honour}}}}</includeonly><noinclude>{{Documentation|content=
 
A template that displays item rarity, for use in page generating templates.
Result: {{rarity|uncommon}}
 
Usage: {{code|<nowiki>{{rarity|rare}}</nowiki>}}
 
Result: {{rarity|rare}}
 
Usage: {{code|<nowiki>{{rarity|very rare}}</nowiki>}}


Result: {{rarity|very rare}}
{{Template demo
| style = table
| <nowiki>{{rarity|}}</nowiki>
| <nowiki>{{rarity|common}}</nowiki>
| <nowiki>{{rarity|uncommon}}</nowiki>
| <nowiki>{{rarity|rare}}</nowiki>
| <nowiki>{{rarity|very rare}}</nowiki>
| <nowiki>{{rarity|legendary}}</nowiki>
| <nowiki>{{rarity|story}}</nowiki>
| <nowiki>{{rarity|uncommon|rare}}</nowiki>
}}


[[Category:Weapon Property Templates]]
}}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 21:27, 19 January 2025

Template documentation

A template that displays item rarity, for use in page generating templates.

Markup Renders as
{{rarity|}}
Rarity: Common
{{rarity|common}}
Rarity: Common
{{rarity|uncommon}}
Rarity: Uncommon
{{rarity|rare}}
Rarity: Rare
{{rarity|very rare}}
Rarity: Very rare
{{rarity|legendary}}
Rarity: Legendary
{{rarity|story}}
Rarity: Story Item
{{rarity|uncommon|rare}}
Rarity: Uncommon / RareHHonour