Difference between revisions of "Template:Base"

From MHWiki
m (Tweaking)
(minor change to header font)
Line 4: Line 4:
 
   <td><table border=0 width=100% align=center cellpadding=4>
 
   <td><table border=0 width=100% align=center cellpadding=4>
 
       <tr bgcolor=#9cf>
 
       <tr bgcolor=#9cf>
         <th colspan=2 nowrap>{{PAGENAME}}</th>
+
         <th colspan=2 style="font-size:150%;">{{PAGENAME}}</th>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
Line 45: Line 45:
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td colspan=2><hr size=1></td>
+
         <td colspan="2" align="center"><hr size=1><i>{{{desc}}}</i></td>
      </tr>
 
      <tr>
 
        <td colspan="2"><i>{{{desc}}}</i></td>
 
 
       </tr>
 
       </tr>
 
       </table></td>
 
       </table></td>

Revision as of 02:54, 21 December 2008

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

Power: {{{power}}}
Power Bonus: {{{powerbonus}}}%
Attraction Bonus: {{{attbonus}}}%
Luck: {{{luck}}}
Cheese Effect: {{{chzeffect}}}

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

{{{desc}}}


Usage

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

{{ Base
 | title       = 
 | pointsreq  = 
 | power      = 
 | powerbonus = 
 | attbonus   = 
 | luck       = 
 | chzeffect  = 
 | LimEd  =
 | Craft  =
 | Smash  =
 | 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, Aqua Base would list mhinfo = aqua_base.

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

See more notes in the Manual of Style.