Usage and Example
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.
{{GlobalFlag
|title = Lucky Coins
|type = Currency
|max = 100
|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
}}
Type : |
Currency |
Max Amount : |
100 |
Flag (Hex) : |
B |
Flag (Dec) : |
11 |
Bitmask (Hex) : |
00001FC |
Bitmask (Dec) : |
508 |
|