Difference between revisions of "Template:Weapon"

From MHWiki
(more automatic categories)
m (removed brackets from title)
(7 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
! colspan="4" style="font-size:150%;" | {{PAGENAME}}
 
! colspan="4" style="font-size:150%;" | {{PAGENAME}}
 
   |-
 
   |-
! colspan="4" style="border-style: solid; border-width: 2px 2px 0 2px;"  bgcolor=lime style="border-style: solid; border-width: 2px 2px 0 2px; font-size:125%;" | '''Power Type:''' {{{powertype|??}}}
+
! colspan="4" style="border-style: solid; border-width: 2px 2px 0 2px;"  bgcolor=lime style="border-style: solid; border-width: 2px 2px 0 2px; font-size:125%;" | '''Power Type:''' {{if|{{{powertype|}}}|[[{{{powertype}}}]]|??}}
 
   |-
 
   |-
 
! colspan="2" width="400" style="border-style: solid; font-size:110%; border-width: 2px 1px 2px 2px;" bgcolor=lightgreen | Weapon Statistics !! colspan="2" width="400" style="border-style: solid; font-size:110%; border-width: 2px 2px 2px 1px;" bgcolor=lightgreen | Weapon Info
 
! colspan="2" width="400" style="border-style: solid; font-size:110%; border-width: 2px 1px 2px 2px;" bgcolor=lightgreen | Weapon Statistics !! colspan="2" width="400" style="border-style: solid; font-size:110%; border-width: 2px 2px 2px 1px;" bgcolor=lightgreen | Weapon Info
Line 10: Line 10:
 
| nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Power]]:'''
 
| nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Power]]:'''
 
  | nowrap align="right" style="border-style: solid; border-width:  0 1px 0 0" | {{{power|??}}}   
 
  | nowrap align="right" style="border-style: solid; border-width:  0 1px 0 0" | {{{power|??}}}   
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 1px"|  '''[[Points|Points Required]]:'''  
+
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 1px"|  '''[[Title|Title Required]]:'''  
  | nowrap align="right" style="border-style: solid; border-width:  0 2px 0 0"| {{{pointsreq|??}}}
+
  | nowrap align="right" style="border-style: solid; border-width:  0 2px 0 0"| {{{titlereq|??}}}
 
   |-  
 
   |-  
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Power Bonus]]:'''
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Power Bonus]]:'''
 
  | nowrap align="right" style="border-style: solid; border-width:  0 1px 0 0" | {{{powerbonus|??}}}%  
 
  | nowrap align="right" style="border-style: solid; border-width:  0 1px 0 0" | {{{powerbonus|??}}}%  
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 1px"|  '''Cost:'''
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 1px"|  '''Cost:'''
  | nowrap align="right" style="border-style: solid; border-width:  0 2px 0 0"|  {{{cost|??}}} [[gold]]
+
  | nowrap align="right" style="border-style: solid; border-width:  0 2px 0 0"|  {{{cost|??}}}  
 
   |-
 
   |-
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Attraction Bonus]]:'''
 
  | nowrap align="left" style="border-style: solid; border-width:  0 0 0 2px" | '''[[Attraction Bonus]]:'''
Line 51: Line 51:
 
   {{ifeq|{{{Craft|}}}|Yes|[[Category:Craftable]] [[Category:Weapons (Craftable)]]}}
 
   {{ifeq|{{{Craft|}}}|Yes|[[Category:Craftable]] [[Category:Weapons (Craftable)]]}}
 
   {{ifeq|{{{Smash|}}}|Yes|[[Category:Smashable]] [[Category:Weapons (Smashable)]]}}
 
   {{ifeq|{{{Smash|}}}|Yes|[[Category:Smashable]] [[Category:Weapons (Smashable)]]}}
 +
  {{ifeq|{{{Skin|}}}|Yes|[[Category:Weapons (Skinned)]]}}
 +
  {{if|{{{imglink|}}}| |[[Category:Missing Image]]}}
 
__NOTOC__}}
 
__NOTOC__}}
  
 
{{-}}
 
{{-}}

Revision as of 14:41, 18 May 2019

Sample

Weapon
Power Type: ??
Weapon Statistics Weapon Info
Power: ?? Title Required: ??
Power Bonus: ??% Cost: ??
Attraction Bonus: ??% Limited Edition: ??
Luck: ?? Crafted: ??
Cheese Effect: ?? Smashable: ??
Larry's Loot Lexicon: ?? Image: ??



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.