Template:Rarity: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(add drop shadow)
(Use documentation/template demo templates)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{SmallIcon|Rarity Icon.png|class=bg3wiki-lightmode-drop-shadow}} 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
Line 7: Line 7:
| legendary = {{Legendary}}
| legendary = {{Legendary}}
| story = {{Story}}
| story = {{Story}}
}}</includeonly><noinclude>
}} {{#if: {{{2|}}}
Usage: {{code|<nowiki>{{rarity|}}</nowiki>}}
| / {{#switch: {{{2}}}
 
| common = Common
Result: {{rarity|}}
| uncommon = {{Uncommon}}
 
| rare = {{Rare}}
Usage: {{code|<nowiki>{{rarity|common}}</nowiki>}}
| very rare = {{very rare}}
 
| legendary = {{Legendary}}
Result: {{rarity|common}}
| story = {{Story}}
 
}}{{Honour}}}}</includeonly><noinclude>{{Documentation|content=
Usage: {{code|<nowiki>{{rarity|uncommon}}</nowiki>}}
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}}
 
Usage: {{code|<nowiki>{{rarity|legendary}}</nowiki>}}
 
Result: {{rarity|legendary}}
 
Usage: {{code|<nowiki>{{rarity|story}}</nowiki>}}


Result: {{rarity|story}}
{{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