Template:Combat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
rewriting template |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{| | ||
!align="left" colspan="2" |[[{{{name}}}]] | |||
'''Item Drops:''' {{{items}}} | |- | ||
|<table cellpadding="3"><td style="background-color: black;">[[image:{{{image}}}|200px]]</td></table> | |||
| | |||
{{#if:{{{items|}}}|'''Item Drops:''' {{{items}}}}} | |||
'''Chip Drops:''' {{{chips}}} | {{#if:{{{chips|}}}|'''Chip Drops:''' {{{chips}}}}} | ||
''' | {{#if:{{{exp|}}}|'''Experience Gained:''' {{{exp}}}}} | ||
{{#if:{{{HP|}}}|'''Health:''' {{{HP}}}}} | |||
'''Health:''' {{{HP}}} | |||
{{#if:{{{notes|}}}|'''Notes:''' {{{notes}}}}} | {{#if:{{{notes|}}}|'''Notes:''' {{{notes}}}}} | ||
<br clear="all"></includeonly> | |} | ||
<br clear="all"></includeonly><noinclude> | |||
<noinclude> | |||
==Usage== | ==Usage== | ||
<pre>{{combat | <pre>{{combat | ||
|name= | |name= | ||
|image= | |image= | ||
|items= | |items= | ||
|chips= | |chips= | ||
|exp= | |exp= | ||
|HP= | |HP= | ||
| Line 35: | Line 32: | ||
|items=[[baseball bat]], [[hammer]] | |items=[[baseball bat]], [[hammer]] | ||
|chips=4-11 | |chips=4-11 | ||
|exp=5 | |exp=5 | ||
|HP=5}}</pre> | |HP=5}}</pre> | ||
''Results in...''<br> | ''Results in...''<br> | ||
{{combat|name=thug|image=thug.jpg|items=[[baseball bat]], [[hammer]]|chips=4-11 | {{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> | ||
Revision as of 12:57, 13 July 2009
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
| |
