Template:GlobalFlag: Difference between revisions
From Ephinea PSO Wiki
Tag: Undo |
(Template rewrite) |
||
Line 19: | Line 19: | ||
{{#if:{{{fhex|}}}| | {{#if:{{{fhex|}}}| | ||
<tr> | <tr> | ||
<th style="text-align: left;"><div style="display: inline;" align="left">Flag (Hex)</div><div style="float: right;">:</div></th> | <th style="text-align: left;"><div style="display: inline;" align="left">Flag {{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|(Hex)}}</div><div style="float: right;">:</div></th> | ||
<td style="text-align: right;">{{{fhex}}}</td> | <td style="text-align: right;">{{{fhex}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{bmhex|}}}| | {{#if:{{{bmhex|}}}| | ||
<tr> | <tr> | ||
<th style="text-align: left;"><div style="display: inline;" align="left">Bitmask (Hex)</div><div style="float: right;">:</div></th> | <th style="text-align: left;"><div style="display: inline;" align="left">Bitmask {{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|(Hex)}}</div><div style="float: right;">:</div></th> | ||
<td style="text-align: right;">{{{bmhex}}}</td> | <td style="text-align: right;">{{{bmhex}}}</td> | ||
</tr>}}</table></table><noinclude> | </tr>}}</table></table><noinclude> | ||
==Usage and Example== | ==Usage and Example== | ||
Line 46: | Line 34: | ||
|type = Currency | |type = Currency | ||
|max = 100 | |max = 100 | ||
|fhex = | |fhex = {{Note|Flag (Dec): 11|B}} | ||
| | |bmhex = {{Note|Bitmask (Dec): 508|000001FC}} | ||
|bmhex = | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
{{GlobalFlag | {{GlobalFlag | ||
|title = Lucky Coins | |title = Lucky Coins | ||
|type = Currency | |type = Currency | ||
|max = 100 | |max = 100 | ||
|fhex = | |fhex = {{Note|Flag (Dec): 11|B}} | ||
| | |bmhex = {{Note|Bitmask (Dec): 508|000001FC}} | ||
|bmhex = | |||
| | |||
}} | }} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 19:40, 21 December 2021
|
Usage and Example
{{GlobalFlag |title = Lucky Coins |type = Currency |max = 100 |fhex = {{Note|Flag (Dec): 11|B}} |bmhex = {{Note|Bitmask (Dec): 508|000001FC}} }}
|