mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
a6dd9b25c5
This reverts commit be3843e2a3
and
makes a few corrections.
Bug: T251212
Change-Id: Icb17f94e7fa4a70b0a0ea0b9cb9a12f2e727946f
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
{{! @typedef Indicator[]}}
|
|
<div class="mw-indicators mw-body-content">
|
|
{{#data-indicators}}
|
|
<div id="{{id}}" class="{{class}}">{{{html}}}</div>
|
|
{{/data-indicators}}
|
|
</div>
|