From GuildWiki
|
|
|
|
This page is a style and formatting guideline on GuildWiki.
It has general acceptance among editors and is considered a standard to which articles should adhere. However, it is not set in stone and should be treated with common sense and the occasional exception.
|
|
|
Simple:
{{userbox|ID-Color|INFO-Color|ID|INFO|Logo-text-size}}
Complete:
{{userbox
|float=''float''
|border-width=''width (px)''
|border-color=''color''
|logo-background=''color''
|logo-size=''"id" font size (pts)''
|logo-color=''"id" font color''
|logo=''"id"''
|info-background=''color''
|info-color=''color''
|info-size=''size (pts)''
|info=''info''
}}
[edit] Examples
| Wikitext
| Result
|
| {{userbox|blue|lightblue|[[Image:Energy.png]]|This user likes energy.}}
|
| This user likes energy.
|
|
| {{userbox | border-width=5 | border-color=purple | logo-background=gray | logo-size=25 | logo-color=red | logo=UGLY | info-background=blue | info-color=yellow | info-size = 10 | info=This user likes high contrast.}}
|
| UGLY
| This user likes high contrast.
|
|