mediawiki-skins-Vector/includes/templates/Indicators.mustache
jdlrobson 0536bda116 Model indicators as their own template rather than a block of HTML
Bug: T251212
Change-Id: I44b1e17f21112896d2bef54d04f17df861bb3dbb
2020-06-03 18:25:51 +00:00

7 lines
157 B
Plaintext

{{! @typedef Indicator[]}}
<div class="mw-indicators mw-body-content">
{{#data-indicators}}
<div class="{{id}}">{{{html}}}</div>
{{/data-indicators}}
</div>