Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 5bb09bc

Browse files
authored
1.41 (#14)
* Render title as HTML Title is raw HTML not plain text * Add requires badge of honor This field acts as a badge of honor that the skin works with 1.41
1 parent 439bc65 commit 5bb09bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resources/templates/main.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div id="logo" class="uk-logo">{{{logo}}}</div>
1515
<div id="page-title" class="uk-padding-remove uk-margin-small-left">
1616
<h1 class="uk-h3 uk-margin-remove-bottom">
17-
<a href={{{content_navigation.namespaces.main.href}}}>{{title}}</a>
17+
<a href={{{content_navigation.namespaces.main.href}}}>{{{title}}}</a>
1818
<span> - </span>
1919
<p style="font-style: italic;">{{sitename}}</p>
2020
</h1>

skin.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"namemsg": "skinname-2018",
88
"license-name": "MIT",
99
"type": "skin",
10+
"requires": {
11+
"MediaWiki": ">= 1.41.0"
12+
},
1013
"ValidSkinNames": {
1114
"s2018": {
1215
"class": "Skin2018",

0 commit comments

Comments
 (0)