Difference between revisions of "User:Joshua/sandbox"
From MHWiki
(Started an example mouse page) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| | + | This '''example mouse page''' has been written with the assumption that text between hash marks (## ##) will be replaced with the relevant information for that page. |
− | |- | + | |
− | + | Comments indicated by '''<nowiki><!-- comment --></nowiki>''' will not be shown in the article and appear only in the code. These can be safely removed if preferred. | |
− | + | ||
− | + | == Page source code == | |
− | + | ||
− | + | <pre> | |
− | + | The '''##MOUSE_NAME##''' is a breed of [[Mice|mouse]] found in the [[##AREA_NAME##]]. | |
− | + | ||
− | + | {{ Mouse | |
− | + | | id = | |
+ | | maxpoints = | ||
+ | | mingold = | ||
+ | | loot = | ||
+ | | mgroup = | ||
+ | | subgroup = | ||
+ | | traptype = | ||
+ | | bait = | ||
+ | | habitat = | ||
+ | | mhinfo = | ||
+ | | charm = | ||
+ | | other = | ||
+ | | image = {{MHdomain}}/images/mice/large/##MICEIMAGELINK## | ||
+ | | desc = | ||
+ | }} | ||
+ | |||
+ | == Location == | ||
+ | |||
+ | Hunters can encounter the ##MOUSE_NAME## in ##LOCATION_LIST##. | ||
+ | |||
+ | == Preferred Cheese and Charm == | ||
+ | |||
+ | The ##MOUSE_NAME## has been found to be attracted to ##CHEESE_LIST##. | ||
+ | <!-- or "##MOUSE_NAME## mice have no specific preference for any kind of cheese." --> | ||
+ | |||
+ | A ##CHARM_NAME## must be used to encounter this mouse. | ||
+ | |||
+ | |||
+ | ==Hunting Strategy== | ||
+ | |||
+ | Only ##TRAP_TYPES## type traps are effective against the ##MOUSE_NAME##, all other power types are ineffective. | ||
+ | <!-- or "All trap types except for ##TRAP_TYPES## are effective against the ##MOUSE_NAME##." --> | ||
+ | |||
+ | <!-- Also include charm interactions, area specific interactions, required steps to be able to catch the mouse. Personal opinion and optional strategies should not be included. --> | ||
+ | |||
+ | {{Effectiveness | ||
+ | | very = | ||
+ | | effective = | ||
+ | | less = | ||
+ | }} | ||
+ | {{-}} | ||
+ | |||
+ | == Loot == | ||
+ | |||
+ | <!-- Continue this list as needed --> | ||
+ | |||
+ | The ##MOUSE_NAME## drops the following loot: | ||
+ | |||
+ | * ##LOCATION1## | ||
+ | ** ##LOOT_ITEM_1## | ||
+ | ** ##LOOT_ITEM_2## | ||
+ | |||
+ | * ##LOCATION2## | ||
+ | ** ##LOOT_ITEM_1## | ||
+ | ** ##LOOT_ITEM_2## | ||
+ | |||
+ | |||
+ | == History and Trivia == | ||
+ | |||
+ | <!-- Trivia to include: Generic trivia, release date, changes to descriptions, mouse strength, loot, location, etc --> | ||
+ | |||
+ | ##DATE##: ##TRIVIA_ITEM_1## | ||
+ | ##DATE##: ##TRIVIA_ITEM_2## | ||
+ | |||
+ | |||
+ | == Event Participation == | ||
+ | |||
+ | <!-- Most recent event first --> | ||
+ | |||
+ | * ##EVENT_NAME## - '''##EVENT_DATES##''' | ||
+ | :*'''Location:''' | ||
+ | :*'''Cheese Preference:''' | ||
+ | :*'''Loot:''' | ||
+ | |||
+ | |||
+ | == Images == | ||
+ | |||
+ | <!-- Images to include: original images where mouse image has since changed. --> | ||
+ | |||
+ | <!-- CATEGORIES: Add relevant categories after this line --> | ||
+ | </pre> |
Latest revision as of 21:41, 5 May 2019
This example mouse page has been written with the assumption that text between hash marks (## ##) will be replaced with the relevant information for that page.
Comments indicated by <!-- comment --> will not be shown in the article and appear only in the code. These can be safely removed if preferred.
Page source code
The '''##MOUSE_NAME##''' is a breed of [[Mice|mouse]] found in the [[##AREA_NAME##]]. {{ Mouse | id = | maxpoints = | mingold = | loot = | mgroup = | subgroup = | traptype = | bait = | habitat = | mhinfo = | charm = | other = | image = {{MHdomain}}/images/mice/large/##MICEIMAGELINK## | desc = }} == Location == Hunters can encounter the ##MOUSE_NAME## in ##LOCATION_LIST##. == Preferred Cheese and Charm == The ##MOUSE_NAME## has been found to be attracted to ##CHEESE_LIST##. <!-- or "##MOUSE_NAME## mice have no specific preference for any kind of cheese." --> A ##CHARM_NAME## must be used to encounter this mouse. ==Hunting Strategy== Only ##TRAP_TYPES## type traps are effective against the ##MOUSE_NAME##, all other power types are ineffective. <!-- or "All trap types except for ##TRAP_TYPES## are effective against the ##MOUSE_NAME##." --> <!-- Also include charm interactions, area specific interactions, required steps to be able to catch the mouse. Personal opinion and optional strategies should not be included. --> {{Effectiveness | very = | effective = | less = }} {{-}} == Loot == <!-- Continue this list as needed --> The ##MOUSE_NAME## drops the following loot: * ##LOCATION1## ** ##LOOT_ITEM_1## ** ##LOOT_ITEM_2## * ##LOCATION2## ** ##LOOT_ITEM_1## ** ##LOOT_ITEM_2## == History and Trivia == <!-- Trivia to include: Generic trivia, release date, changes to descriptions, mouse strength, loot, location, etc --> ##DATE##: ##TRIVIA_ITEM_1## ##DATE##: ##TRIVIA_ITEM_2## == Event Participation == <!-- Most recent event first --> * ##EVENT_NAME## - '''##EVENT_DATES##''' :*'''Location:''' :*'''Cheese Preference:''' :*'''Loot:''' == Images == <!-- Images to include: original images where mouse image has since changed. --> <!-- CATEGORIES: Add relevant categories after this line -->