Template:Serif: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "<span style="font-family: 'Georgia Pro', Georgia, 'DejaVu Serif', Times, 'Times New Roman', serif; {{{style|}}}" {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{...")
 
No edit summary
Line 19: Line 19:
*<code>|title=</code> takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" when the cursor hovers over the {{t|serif}} span
*<code>|title=</code> takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" when the cursor hovers over the {{t|serif}} span


<!--Categories and interwikis go on the /doc sub-page.-->
[[Category:In-line templates]]
</noinclude>
</noinclude>

Revision as of 20:59, 5 July 2019

{{{1}}}

Usage

Simply uses CSS to force a serif font on the surrounded content:

{{serif|IV}}

gives:

IV

This is useful when certain letters are always given in a serif font when used as a symbol for something, to distinguish better between lower-case l and Roman numeral I, etc.

Optional parameters

Advanced HTML values can be passed through the template to the HTML code:

  • |class= takes a class name (or multiple class names, separated by spaces); adds class="classname[s]" to the HTML code
  • |style= takes inline CSS input; adds style="CSS directive[s]" to the HTML code
  • |id= takes a valid, unique HTML id (must begin with an alphabetic letter); adds id="name" to the HTML code
  • |title= takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" when the cursor hovers over the {{serif}} span