<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Template%3AScript%2FRunic%2Fdoc</id>
	<title>Template:Script/Runic/doc - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Template%3AScript%2FRunic%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Template:Script/Runic/doc&amp;action=history"/>
	<updated>2026-06-27T08:27:09Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Template:Script/Runic/doc&amp;diff=1909748&amp;oldid=prev</id>
		<title>imported&gt;Addbot：​Bot: Migrating interwiki links, now provided by Wikidata on d:q6864351</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Template:Script/Runic/doc&amp;diff=1909748&amp;oldid=prev"/>
		<updated>2013-08-19T19:09:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=User:Addbot&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Addbot（页面不存在）&quot;&gt;Bot&lt;/a&gt;: Migrating interwiki links, now provided by &lt;a href=&quot;/index.php?title=D:&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;D:（页面不存在）&quot;&gt;Wikidata&lt;/a&gt; on &lt;a href=&quot;/index.php?title=D:q6864351&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;D:q6864351（页面不存在）&quot;&gt;d:q6864351&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{缺乏中文说明}}&lt;br /&gt;
{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
    PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
=== Usage ===&lt;br /&gt;
This template marks a string as [[Runic alphabet|Runic script]]. It is transcluded by {{tl|script}} or, alternatively, by {{tl|runic}}. Do not include this template directly, but instead use: {{tlx|script|Runr|‹Runic script string›}}.&lt;br /&gt;
&lt;br /&gt;
=== Under the hood ===&lt;br /&gt;
This template fixes font size at 125&amp;amp;nbsp;%. It contains:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;span title=&amp;quot;runes&amp;quot; lang=&amp;quot;gem&amp;quot; xml:lang=&amp;quot;gem&amp;quot; class=&amp;quot;script-runic&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;class=&amp;quot;script-runic&amp;quot;&amp;lt;/code&amp;gt; has two goals. It allows fixing broken display of Runic characters in Internet Explorer, and it allows users to specify their own style for Runic script.&lt;br /&gt;
&lt;br /&gt;
The broken display of Runic characters in Internet Explorer is fixed by explicit font declarations in [[MediaWiki:Common.css/WinFixes.css]], which is invoked by [[MediaWiki:Common.js]]. The following fonts are declared for Internet Explorer:&lt;br /&gt;
&lt;br /&gt;
 .script-runic {&lt;br /&gt;
     font-family: Junicode, FreeMono, Code2000, Hnias;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Registered Wikipedia users can specify their own style for Runic script text by including a custom font declaration for &amp;lt;code&amp;gt;.script-runic&amp;lt;/code&amp;gt; in their user CSS, see [[Help:User style]].&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
Placing a Runic string in {{tl|script}}:&lt;br /&gt;
&lt;br /&gt;
 {{tlx|script|Runr|ᚠᚢᚦᚨᚱᚲ}}&lt;br /&gt;
&lt;br /&gt;
The result will be a span with a class attribute, like this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;span title=&amp;quot;runes&amp;quot; lang=&amp;quot;gem&amp;quot; xml:lang=&amp;quot;gem&amp;quot; class=&amp;quot;script-runic&amp;quot;&amp;gt;ᚠᚢᚦᚨᚱᚲ&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which appears in your browser as:&lt;br /&gt;
&lt;br /&gt;
: {{script|Runr|ᚠᚢᚦᚨᚱᚲ}}&lt;br /&gt;
&lt;br /&gt;
Without {{tl|script}}:&lt;br /&gt;
&lt;br /&gt;
: ᚠᚢᚦᚨᚱᚲ&lt;br /&gt;
&lt;br /&gt;
The last two should only look different if you are using Internet Explorer 6 or lower on Windows, or if you have a custom style defined for &amp;lt;code&amp;gt;class=&amp;quot;script-runic&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Please mark all Runic text with {{tlx|script|Runr}}. This will allow users to format all examples of Runic text consistently, with their choice of fonts, colours, etc.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*{{tl|unicode}}&lt;br /&gt;
*{{tl|mufi}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:MSIE font fix templates|Runic]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Addbot</name></author>
	</entry>
</feed>