Template:GlobalFlag

From Ephinea PSO Wiki
Revision as of 04:20, 24 December 2021 by Twilight (talk | contribs) (Added "Global flag" to infobox so its purpose is more clear; Added attributes for "Collection" type; Added example; Examples reorganization)
Global flag
GlobalFlag

Usage and Examples

There is a side effect where an expanded hexadecimal value revealing its decimal conversion will reveal the relevant conversion for all global flag infoboxes on a page, however at that point it is likely the user will want to make use of the decimal conversions within them as well, so there is no practical reason to fix this currently.

Global flag
Lucky Coins
Type
:
Currency
Max Amount
:
100
Flag (Hex)
:
B
Flag (Dec)
:
11
Bitmask (Hex)
:
00001FC
Bitmask (Dec)
:
508
{{GlobalFlag
|title = Lucky Coins
|type = Currency
|max = 100         // used with Currency type
|fhex = B
|fdec = 11         // optional, will be hidden until hexadecimal value is clicked/tapped
|bmhex = 00001FC
|bmdec = 508       // optional, will be hidden until hexadecimal value is clicked/tapped
}}
Global flag
Wrapping Papers
Type
:
Collection
Complete (Hex)
:
1FF
Complete (Dec)
:
511
Flag (Hex)
:
B
Flag (Dec)
:
11
Bitmask (Hex)
:
1FF00000
Bitmask (Dec)
:
535822336
{{GlobalFlag
|title = Wrapping Papers
|type = Collection
|chex = 1FF        // used with Collection type
|cdec = 511        // optional, will be hidden until hexadecimal value is clicked/tapped
|fhex = B
|fdec = 11         // optional, will be hidden until hexadecimal value is clicked/tapped
|bmhex = 1FF00000
|bmdec = 535822336 // optional, will be hidden until hexadecimal value is clicked/tapped
}}