Difference between revisions of "Template:Weapon"

From MHWiki
m
(Added wiki links to stat categories)
Line 7: Line 7:
 
   <td><table border=0 width=100% align=center>
 
   <td><table border=0 width=100% align=center>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Cost:</b></td>
+
         <td valign=top nowrap><b>[[Gold|Cost]]:</b></td>
 
         <td>{{{cost}}} gold</td>
 
         <td>{{{cost}}} gold</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Points Required:</b></td>
+
         <td valign=top nowrap><b>[[Points|Points Required]]:</b></td>
 
         <td>{{{pointsreq}}}</td>
 
         <td>{{{pointsreq}}}</td>
 
       </tr>
 
       </tr>
Line 18: Line 18:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Power:</b></td>
+
         <td valign=top nowrap><b>[[Power]]:</b></td>
 
         <td>{{{power}}}</td>
 
         <td>{{{power}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Power Type:</b></td>
+
         <td valign=top nowrap><b>[[Power Type]]:</b></td>
 
         <td>[[{{{powertype}}}]]</td>
 
         <td>[[{{{powertype}}}]]</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top valign=top nowrap><b>Power Bonus:</b></td>
+
         <td valign=top valign=top nowrap><b>[[Power Bonus]]:</b></td>
 
         <td>{{{powerbonus}}}%</td>
 
         <td>{{{powerbonus}}}%</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Attraction Bonus:</b></td>
+
         <td valign=top nowrap><b>[[Attraction Bonus]]:</b></td>
 
         <td>{{{attbonus}}}%</td>
 
         <td>{{{attbonus}}}%</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Luck:</b></td>
+
         <td valign=top nowrap><b>[[Luck]]:</b></td>
 
         <td>{{{luck}}}</td>
 
         <td>{{{luck}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td valign=top nowrap><b>Cheese Effect:</b></td>
+
         <td valign=top nowrap><b>[[Cheese Effect]]:</b></td>
 
         <td>{{{chzeffect}}}</td>
 
         <td>{{{chzeffect}}}</td>
 
       </tr>
 
       </tr>

Revision as of 18:40, 16 December 2008

{{{name}}}

Cost: {{{cost}}} gold
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 Traps pages. All fields are required.

{{ Weapon
| cost       = 
| titlereq   = 
| power      = 
| powertype  = 
| powerbonus = 
| attbonus   = 
| luck       = 
| chzeffect  = 
| LimEd      =
| Craft      =
| Smash      =
| Skin       =
| mhinfo     =
| imglink    = 
| desc       = 
}}

Notes

Use numbers only for Bonus fields; the % is added automatically by the template. If there is no stat for a given field, use 0 (zero) in its place.

For the mhinfo field, list only the portion of the Larry's Loot Lexicon link after the item_type= in the link. For example, 2010 Blastoff Trap would list mhinfo = 2010_blastoff_trap_weapon.

The description is to be copied from the official MouseHunt page.

Set Skin = Yes if there is at least one skin; this does not show up in the infobox, but does affect automatic categorization.

See more notes in the Manual of Style.