Template:Rarity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{SmallIcon|Rarity Icon.png}} Rarity: {{#switch:{{{1| | <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 = {{ | | very rare = {{very rare}} | ||
| legendary = {{Legendary}} | | legendary = {{Legendary}} | ||
| story = {{ | | story = {{Story}} | ||
}}</includeonly><noinclude> | }} {{#if: {{{2|}}} | ||
| / {{#switch: {{{2}}} | |||
| common = Common | |||
| uncommon = {{Uncommon}} | |||
| rare = {{Rare}} | |||
| very rare = {{very rare}} | |||
| legendary = {{Legendary}} | |||
| story = {{Story}} | |||
}}{{Honour}}}}</includeonly><noinclude> | |||
Usage: {{code|<nowiki>{{rarity|}}</nowiki>}} | Usage: {{code|<nowiki>{{rarity|}}</nowiki>}} | ||
Line 36: | Line 44: | ||
Result: {{rarity|story}} | Result: {{rarity|story}} | ||
[[Category:Weapon Property | Usage: {{code|<nowiki>{{rarity|uncommon|rare}}</nowiki>}} | ||
Result: {{rarity|uncommon|rare}} | |||
[[Category:Weapon Property templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 15:22, 23 June 2024
Usage: {{rarity|}}
Result: Rarity: Common
Usage: {{rarity|common}}
Result: Rarity: Common
Usage: {{rarity|uncommon}}
Result: Rarity: Uncommon
Usage: {{rarity|rare}}
Result: Rarity: Rare
Usage: {{rarity|very rare}}
Result: Rarity: Very Rare
Usage: {{rarity|legendary}}
Result: Rarity: Legendary
Usage: {{rarity|story}}
Result: Rarity: Story Item
Usage: {{rarity|uncommon|rare}}
Result: Rarity: Uncommon / RareHHonour