Munurin millum rættingarnar hjá "Fyrimynd:Unicode/doc"

Content deleted Content added
Stovnaði síðu við "{{documentation subpage}} {{TOCright}} == Usage == In its basic version, this template sets the font for its argument to one which is likely to support special symbols...."
 
Xqbot (kjak | íkøst)
s Bot: Erstatt forældet <source> -tag og parameteren "enclose" [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
Linja 27:
 
The source for the template is:
<sourcesyntaxhighlight lang="XML">
<span class="Unicode">{{{1}}}</span>
</syntaxhighlight>
</source>
and <code>class="Unicode"</code> is defined in [[MediaWiki:Common.js]] as follows:
<sourcesyntaxhighlight lang="CSS">
.Unicode {
font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}
</syntaxhighlight>
</source>
Note it is defined ''only'' for Windows XP. It does so by targeting XP in JavaScript.