TERA Wiki
(Created page with "{| class="infobox" style="font-size:89%; width:300px;" |- ! colspan="2" style="background-color:#012D59; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}} |-...")
 
No edit summary
 
Line 1: Line 1:
  +
/* Wikitable/Prettytable */
{| class="infobox" style="font-size:89%; width:300px;"
 
  +
table.wikitable,
|-
 
  +
table.prettytable {
! colspan="2" style="background-color:#012D59; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
 
  +
margin: 1em 1em 1em 0;
|- style="text-align:center;"
 
  +
background: #F9F9F9;
| colspan="2" style="padding:0.5em;" | [[{{{image|Image:Placeholder person.png}}}|{{{imagewidth|250}}}px]]<br/>''{{{caption| }}}''
 
  +
border: 1px #aaa solid;
|-
 
  +
border-collapse: collapse;
! colspan="2" style="background-color:#012D59; color:#ffffff;" | Vitality stats
 
  +
color: black;
|-
 
  +
}
| '''[[HP]]'''
 
  +
| {{{hp}}}
 
  +
table.wikitable th, table.wikitable td,
|-
 
  +
table.prettytable th, table.prettytable td {
| '''[[MP]]'''
 
  +
border: 1px #aaa solid;
| {{{mp}}}
 
  +
padding: 0.2em;
|-
 
  +
}
| '''MP regeneration rate'''
 
  +
| {{{mpregen}}}
 
  +
table.wikitable th,
|-
 
  +
table.prettytable th {
! colspan="2" style="background-color:#012D59; color:#ffffff;" | Basic stats
 
  +
background: #012D59;
|-
 
 
text-align: center;
| '''Damage'''
 
  +
color: black;
| {{{damage}}}
 
  +
}
|-
 
  +
| '''Defense'''
 
  +
table.wikitable caption,
| {{{defense}}}
 
  +
table.prettytable caption {
|-
 
  +
margin-left: inherit;
| '''Movement speed'''
 
  +
margin-right: inherit;
| {{{movementspeed}}}
 
  +
font-weight: bold;
|-
 
  +
padding-bottom: 5px;
| '''Critical hit'''
 
  +
}
| {{{criticalhit}}}
 
  +
/* Wikitable/Prettytable
|-
 
! colspan="2" style="background-color:#012D59; color:#ffffff;" | Basic attack information
 
|-
 
| '''Direction'''
 
| {{{direction}}}
 
|-
 
| '''Range'''
 
| {{{range}}}
 
|-
 
| '''Target type'''
 
| {{{targettype}}}
 
|-
 
| '''Attack speed'''
 
| {{{attackspeed}}}
 
|-
 
| '''[[MP]] change'''
 
| {{{mpchange}}}
 
|-
 
! colspan="2" style="background-color:#012D59; color:#ffffff;" | Resistance stats
 
|-
 
| '''Critical hit'''
 
| {{{criticalres}}}
 
|-
 
| '''Root/Hold'''
 
| {{{roothold}}}
 
|-
 
| '''Poison/disease'''
 
| {{{poisondisease}}}
 
|-
 
| '''Addiction'''
 
| {{{addiction}}}
 
|-
 
| '''Confusion'''
 
| {{{confusion}}}
 
|-
 
! colspan="2" style="background-color:#012D59; color:#ffffff;" | Equipment stats
 
|-
 
| '''Weapon damage'''
 
| {{{weapondamage}}}
 
|-
 
| '''Armor'''
 
| {{{armor}}}
 
|-
 
|}<noinclude><br style="clear:both;" />
 
==Documentation==
 
Fill in the following:
 
<pre>
 
{{Infobox class
 
|hp=
 
|mp=
 
|mpregen=
 
|damage=
 
|defense=
 
|movementspeed=
 
|criticalhit=
 
|direction=
 
|range=
 
|targettype=
 
|attackspeed=
 
|mpchange=
 
|criticalres=
 
|roothold=
 
|poisondisease=
 
|addiction=
 
|confusion=
 
|weapondamage=
 
|armor=
 
}}</noinclude>
 

Revision as of 18:46, 22 May 2011

/* Wikitable/Prettytable */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #F9F9F9;
    border: 1px #aaa solid;
    border-collapse: collapse;
    color: black;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #012D59;
    text-align: center;
    color: black;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    padding-bottom: 5px;
}
/* Wikitable/Prettytable