Difference between revisions of "Template:Combat"
From Twilight Heroes Wiki
(New page: <includeonly>{| !align="left" colspan="2" |[[{{{name}}}]] |- ||<table cellpadding="3"><td style="background-color: black;">[[image:{{{image}}}]]</td></table> | *'''Item Drops''': {{{items}...) |
Hoyifung04 (talk | contribs) m (oops) |
||
(14 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
!align="left" colspan="2" |[[{{{name}}}]] | !align="left" colspan="2" |[[{{{name}}}]] | ||
|- | |- | ||
− | + | |<table cellpadding="3"><td style="background-color: black;">[[image:{{{image}}}|200px|link={{{name}}}]]</td></table> | |
| | | | ||
− | + | {{#if:{{{items|}}}|'''Item Drops:''' {{{items}}}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{#if:{{{chips|}}}|'''Chip Drops:''' {{{chips}}}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | + | {{#if:{{{exp|}}}|'''Experience Gained:''' {{{exp}}}}} | |
− | {{ | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |exp | ||
− | |||
− | ''' | + | {{#if:{{{HP|}}}|'''Health:''' {{{HP}}}}} |
− | { | + | |
− | + | ||
− | + | {{#if:{{{notes|}}}|'''Notes:''' {{{notes}}}}} | |
− | || | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | <br clear="all"></includeonly><noinclude> | ||
+ | ==Usage== | ||
+ | <pre>{{combat | ||
+ | |name= | ||
+ | |image= | ||
+ | |items= | ||
+ | |chips= | ||
+ | |exp= | ||
+ | |HP= | ||
+ | |notes=}}</pre> | ||
+ | |||
+ | ==Examples== | ||
+ | <pre>{{combat | ||
+ | |name=thug | ||
+ | |image=thug.jpg | ||
+ | |items=[[baseball bat]], [[hammer]] | ||
+ | |chips=4-11 | ||
+ | |exp=5 | ||
+ | |HP=5}}</pre> | ||
+ | ''Results in...''<br> | ||
+ | {{combat|name=thug|image=thug.jpg|items=[[baseball bat]], [[hammer]]|chips=4-11|exp=5|HP=5}} | ||
[[Category:Standardization Templates|{{PAGENAME}}]] </noinclude> | [[Category:Standardization Templates|{{PAGENAME}}]] </noinclude> |
Latest revision as of 18:40, 18 July 2011
Usage
{{combat |name= |image= |items= |chips= |exp= |HP= |notes=}}
Examples
{{combat |name=thug |image=thug.jpg |items=[[baseball bat]], [[hammer]] |chips=4-11 |exp=5 |HP=5}}
Results in...
thug | ||
---|---|---|
Item Drops: baseball bat, hammer Chip Drops: 4-11 Experience Gained: 5 Health: 5
|