mediawiki-skins-Citizen/templates/Wordmark.mustache

12 lines
260 B
Plaintext

{{!
}}
{{#data-logos}}
{{#wordmark}}
<img class="mw-logo-wordmark" alt="{{msg-sitetitle}}"
src="{{src}}" width="{{width}}" height="{{height}}">
{{/wordmark}}
{{^wordmark}}
<span class="mw-logo-wordmark">{{msg-sitetitle}}</span>
{{/wordmark}}
{{/data-logos}}