mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
449278f0be
* Use template data for page tools if available * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details * emptyPortlet class is added by the core * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details * Update PageTools.php * Set toolbox to always valid data Co-authored-by: github-actions <github-actions@users.noreply.github.com>
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
{{!
|
|
|
|
}}
|
|
<nav class="mw-portal{{#class}} {{.}}{{/class}}" id="{{id}}" aria-labelledby="{{label-id}}" {{{html-tooltip}}}
|
|
{{{html-userlangattributes}}}>
|
|
<h3 id="{{label-id}}"{{#label-class}} class="{{.}}"{{/label-class}}>{{label}}</h3>
|
|
<ul>{{{html-items}}}</ul>
|
|
{{{html-after-portal}}}
|
|
</nav> |