Usage
editThis template sets the font for its argument to one which is known to support Medieval Unicode Font Initiative (MUFI) special symbols. The argument is specified using HTML character encoding, either in decimal (e.g. {
) or hexadecimal (e.g. ©
). Do not paste it as plain text, since some Wikipedia editors will choke on such PUA characters. Example:
{{MUFI|}}
→ {{MUFI||!}}
→ [may not display]
Purpose
editThis template was created to allow easy switching to fonts that support characters in the Private Use Area of Unicode according to conventions laid out by the Medieval Unicode Font Initiative. Browsers should not use different fonts, because they may use the same coded positions for completely different characters and hence glyphs.
The fonts selected are designed to maximize the probability of rendering MUFI characters correctly. They are specified in descending order of MUFI support.
Internals
editThe source for the template is:
<span class="MUFI mufi" style="font-family: Junicode VF, Junicode, Cardo, Palemonas, Palemonas MUFI, Andron Scriptor, Andron Scriptor Web, LeedsUni, Alphabetum, ALPHABETUM Unicode, Titus Cyberbit, TITUS Cyberbit Basic, ALPHA-Demo">{{PUA|{{{1|}}}}}</span>{{#ifeq:{{{2|}}}|!
|<sup class="noprint Inline-Template">[''[[Medieval Unicode Font Initiative|may not display]]'']</sup>}}
You can override this with your own MUFI
class definition in your personal stylesheet (e.g. User:username/common.css
).
Template data
editTemplateData for MUFI
Set the font so that MUFI PUA characters are more likely to work.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Character | 1 | The code, either in decimal, hexadecimal or symbol form. | Line | optional |
Note | 2 | A literal exclamation mark ‘!’ enables an inline warning message. | Line | optional |