Difference between revisions of "Template:Base/docs"

From MHWiki
(New page: == Usage == Simple table template to maintain consistency between Traps pages. All fields are required. <pre>{{ Base | name = | cost = | pointsreq = | power = | ...)
 
m (Usage: Change pointsreq to titlereq.)
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
<pre>{{ Base
 
<pre>{{ Base
| name      =
+
| title       =  
| cost       =  
+
| pointsreq  =  
| pointsreq  =  
+
| power      =  
| power      =  
+
| powerbonus =  
| powerbonus =  
+
| attbonus  =  
| attbonus  =  
+
| luck      =  
| luck      =  
+
| chzeffect  =  
| chzeffect  =  
+
| LimEd  =
| imglink    =  
+
| Craft  =
}}</pre>
+
| Smash  =
 +
| mhinfo    =
 +
| imglink    =  
 +
| desc      =
 +
}}</pre>
  
 
== Notes ==
 
== 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.
 
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 [[MHwiki:Manual of Style#Bases|Manual of Style]].

Latest revision as of 14:29, 17 December 2018

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.