Helmet Hide: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="mw-dropdown-ui" | <div class="mw-dropdown-ui" data-options='{ | ||
data-options='{"raw":{"label":"Raw Hide","content":"No perk applied."},"opt2":{"label":"Option 2","content":"Second option info here."},"opt3":{"label":"Option 3","content":"Third option info here."}}'> | "raw": { | ||
"label": "Raw Hide", | |||
"content": "No perk applied." | |||
}, | |||
"opt2": { | |||
"label": "Option 2", | |||
"content": "Second option info here." | |||
}, | |||
"opt3": { | |||
"label": "Option 3", | |||
"content": "Third option info here." | |||
} | |||
}'> | |||
</div> | </div> | ||