Difference between revisions of "Template:Weapon"

From MHWiki
m (Added outer table level to create padding)
m (Usage: added spaces to make copy/paste easier for users)
Line 59: Line 59:
  
 
<pre>{{ Trap
 
<pre>{{ Trap
| name      =
+
| name      =  
| cost      =
+
| cost      =  
| pointsreq  =
+
| pointsreq  =  
| power      =
+
| power      =  
| powertype  =
+
| powertype  =  
| powerbonus =
+
| powerbonus =  
| attbonus  =
+
| attbonus  =  
| luck      =
+
| luck      =  
| chzeffect  =
+
| chzeffect  =  
| imglink    =
+
| imglink    =  
 
}}</pre>
 
}}</pre>
  

Revision as of 16:52, 16 December 2008

{{{name}}}

Cost: {{{cost}}}
Points Required: {{{pointsreq}}}

Power: {{{power}}}
Power Type: [[{{{powertype}}}]]
Power Bonus: {{{powerbonus}}}%
Attraction Bonus: {{{attbonus}}}%
Luck: {{{luck}}}
Cheese Effect: {{{chzeffect}}}

Image: [{{{imglink}}} External Link]


Usage

Simple table template to maintain consistency between Trap pages. All fields are required.

{{ Trap
| name       = 
| cost       = 
| pointsreq  = 
| power      = 
| powertype  = 
| powerbonus = 
| attbonus   = 
| luck       = 
| chzeffect  = 
| imglink    = 
}}

Notes

Use numbers only for Bonus fields; the % is added automatically by the template.