Template:Font
Jump to navigation
Jump to search
{{{text}}}This template can be used in Wikipedia, Pseudo Encyclopedia, Encyclopedia.
Metadata[edit]
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
font | font | no description | Unknown | suggested |
size | size | no description | Number | optional |
weight | weight | no description | String | optional |
style | style | no description | String | optional |
variant | variant | no description | String | optional |
color | color | no description | Unknown | suggested |
bgcolor | bgcolor | no description | Unknown | optional |
shadowcolor | shadowcolor | no description | Unknown | optional |
title | title | no description | String | optional |
css | css | no description | Unknown | optional |
class | class | no description | Unknown | optional |
1 | 1 text | no description | Unknown | required |
text | text | no description | Unknown | optional |
Examples[edit]
Input | Result |
---|---|
{{font|text=no change}}
|
no change |
{{font|color=#7f5620|font=script|size=20px|text=brown text}}
|
brown text |
{{font|color=#bf00bf|font=Century Gothic|size=35px|text=Hello World!}}
|
Hello World! |
{{font|weight=bold|style=italic|text=bold & italic options.}}
|
bold & italic options. |
{{font|variant=small-caps|text=small-caps option.}}
|
small-caps option. |
{{font|shadowcolor=gray|text=this is shaded.}}
|
this is shaded. |
{{font|title=Like this:|bgcolor=#9f9|color=#5a7aad|shadowcolor=blue|font=Courier|size=24px|weight=900|style=oblique|text=Use all options.}}
|
use all options. |
{{font|size=25px|You can also use only one of these options.}}
|
You can also use only one of these options. |