You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Unicode: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><span class="Unicode">{{{1}}}</span></includeonly><noinclude>
<includeonly><span class="Unicode">{{{1}}}</span></includeonly><noinclude>
Adds a '''<nowiki><span class="Unicode">{{{1}}}</span></nowiki>''' around the parameter.
Adds a '''<nowiki><span class="Unicode">{{{1}}}</span></nowiki>''' around the parameter.
</noinclude>
 
===Helpful?===
Flay, can you add this to the stylesheets for the wiki?
 
<code>
.Unicode {
    font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Code2000", "Code2001";
    font-size-adjust: 0.54;
}
</code>
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 13:27, 29 August 2012

Adds a <span class="Unicode">{{{1}}}</span> around the parameter.

Helpful?

Flay, can you add this to the stylesheets for the wiki?

.Unicode {
   font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
                "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans",
                "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic",
                "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL",
                "Code2000", "Code2001";
   font-size-adjust: 0.54;
}