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
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
Adds a '''<nowiki><span class="Unicode">{{{1}}}</span></nowiki>''' around the parameter.
Adds a '''<nowiki><span class="Unicode">{{{1}}}</span></nowiki>''' around the parameter.


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


 
<code>
<nowiki>.Unicode {font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS","Microsoft Sans Serif", "Lucida Sans Unicode";}</nowiki>
.Unicode {
 
    font-family: "Microsoft Sans Serif", "Arial Unicode MS", "Free Sans",
</noinclude>
                "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;
}