সাঁচ:Script/Runic

অসমীয়া ৱিকিপিডিয়াৰ পৰা

{{{1}}}

Usage[সম্পাদনা কৰক]

This template marks a string as Runic script. It is transcluded by {{script}} or, alternatively, by {{runic}}. Do not include this template directly, but instead use: {{script|Runr|‹Runic script string›}}.

Under the hood[সম্পাদনা কৰক]

This template fixes font size at 125 %. It contains:

<span title="runes" lang="gem" xml:lang="gem" class="script-runic">{{{1}}}</span>

The class="script-runic" 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.

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:

.script-runic {
    font-family: Junicode, FreeMono, Code2000, Hnias;
}

Registered Wikipedia users can specify their own style for Runic script text by including a custom font declaration for .script-runic in their user CSS, see Help:User style.

Example[সম্পাদনা কৰক]

Placing a Runic string in {{script}}:

{{script|Runr|ᚠᚢᚦᚨᚱᚲ}}

The result will be a span with a class attribute, like this:

<span title="runes" lang="gem" xml:lang="gem" class="script-runic">ᚠᚢᚦᚨᚱᚲ</span>

Which appears in your browser as:

ᚠᚢᚦᚨᚱᚲ

Without {{script}}:

ᚠᚢᚦᚨᚱᚲ

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 class="script-runic".

Please mark all Runic text with {{script|Runr}}. This will allow users to format all examples of Runic text consistently, with their choice of fonts, colours, etc.

See also[সম্পাদনা কৰক]