Template:RarityColor: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
m (what if)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{color|
<includeonly>{{color|
{{#switch:{{{1}}}
{{#switch: {{{1}}}
| uncommon = limegreen
| common = #FFFFFF
| rare = deepskyblue
| uncommon = #01BD39
| very rare
| rare = #01BFFF
| veryrare = mediumvioletred
| very rare = #D1017B
| legendary = goldenrod
| legendary = #B7861D
}}|{{{2}}}}}</includeonly><noinclude>
| story = #FF5901
}} | {{{2}}} }}</includeonly><noinclude>
Usage: {{code|<nowiki>{{RarityColor|common|Common Item}}</nowiki>}}
 
Result: {{RarityColor|common|Common Item}}
 
Usage: {{code|<nowiki>{{RarityColor|uncommon|Uncommon Item}}</nowiki>}}
Usage: {{code|<nowiki>{{RarityColor|uncommon|Uncommon Item}}</nowiki>}}


Line 19: Line 24:
Result: {{RarityColor|very rare|Very Rare Item}}
Result: {{RarityColor|very rare|Very Rare Item}}


Usage: {{code|<nowiki>{{RarityColor|veryrare|Very Rare Item}}</nowiki>}}
Usage: {{code|<nowiki>{{RarityColor|legendary|Legendary Item}}</nowiki>}}


Result: {{RarityColor|veryrare|Very Rare Item}}
Result: {{RarityColor|legendary|Legendary Item}}


Usage: {{code|<nowiki>{{RarityColor|legendary|Legendary Item}}</nowiki>}}
Usage: {{code|<nowiki>{{RarityColor|story|Story Item}}</nowiki>}}


Result: {{RarityColor|legendary|Legendary Item}}
Result: {{RarityColor|story|Story Item}}
</noinclude>
</noinclude>

Latest revision as of 16:02, 30 December 2023

Usage: {{RarityColor|common|Common Item}}

Result: Common Item

Usage: {{RarityColor|uncommon|Uncommon Item}}

Result: Uncommon Item

Usage: {{RarityColor|rare|Rare Item}}

Result: Rare Item

Usage: {{RarityColor|very rare|Very Rare Item}}

Result: Very Rare Item

Usage: {{RarityColor|legendary|Legendary Item}}

Result: Legendary Item

Usage: {{RarityColor|story|Story Item}}

Result: Story Item