mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 19:32:00 +00:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
|
||
|
{{! @typedef Indicator[]}}
|
||
|
<div class="mw-indicators mw-body-content">
|
||
|
{{#array-indicators}}
|
||
|
<div id="{{id}}" class="{{class}}">{{{html}}}</div>
|
||
|
{{/array-indicators}}
|
||
|
</div>
|