Editors should avoid manually inserting large and smallfont sizes intoprose. Increased and decreased font size should primarily be produced through automated facilities such asheadings or through carefully designedtemplates. Below is one list offont sizing templates that have been tested and are available if needed:
| Code for inline content | Code for block content | Size | Result |
|---|---|---|---|
{{small|text}} | {{smalldiv|text}} | 85% | text |
{{resize|text}} | {{resizediv|text}} | 90% | text |
| none | none | 100% | text |
{{large|text}} | {{largediv|text}} | 120% | text |
{{huge|text}} | 180% | text | |
{{resize|x%|text}} | {{resizediv|x%|text}} | custom | varies |
{{font|size=x%}} | custom | varies |
Example:{{big|Will make the text here larger}} renders as:Will make the text here larger
Also, works with Unicode and IPA. Example:{{big|{{unicode|ὡ}}}} renders as:ὡ
To put this chart on your User page for reference use:{{font size templates}}