This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:HuntingGuideSpot"

From Project 1999 Wiki
Jump to: navigation, search
(Undo revision 202694 by Loramin (talk))
Line 1: Line 1:
<noinclude>Template for a single hunting spot location on a hunting spot guide.</noinclude>
+
<noinclude>
 +
Template for a single hunting spot location on a hunting spot guide. Used together with a HuntingGuideTableStart template and an HTML table end tag to create a hunting guide table.
 +
 
 +
Example:
 +
 
 +
{{HuntingGuideTableStart}}
 +
{{HuntingGuideSpot
 +
  |soloLevel= 01-03
 +
  |groupLevel= -
 +
  |zone=Greater Faydark
 +
  |area= Ruins near Kelethin lifts
 +
  |monsters= Assorted critters
 +
  |xpModifier= 100%
 +
  |notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]]
 +
}}
 +
</table>
 +
 
 +
Code:
 +
 
 +
<pre>
 +
{{HuntingGuideTableStart}}
 +
{{HuntingGuideSpot
 +
  |soloLevel= 01-03
 +
  |groupLevel= -
 +
  |zone=Greater Faydark
 +
  |area= Ruins near Kelethin lifts
 +
  |monsters= Assorted critters
 +
  |xpModifier= 100%
 +
  |notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]]
 +
}}
 +
</table>
 +
</pre>
 +
 
 +
</noinclude>
 
<includeonly>
 
<includeonly>
 
<tr>
 
<tr>

Revision as of 15:25, 3 May 2019

Template for a single hunting spot location on a hunting spot guide. Used together with a HuntingGuideTableStart template and an HTML table end tag to create a hunting guide table.

Example:


Solo Level Range Group Level Range Zone Area Monsters Exp Mod* Era Image Notes (on Class/Faction/Drops/Quests/etc.)
01-03 - Greater Faydark Ruins near Kelethin lifts Assorted critters 100% Cla Save Orc Hatchets from Orc Pawns for Orc Hatchets (Quest)

Code:

{{HuntingGuideTableStart}}
{{HuntingGuideSpot
  |soloLevel= 01-03 
  |groupLevel= - 
  |zone=Greater Faydark
  |area= Ruins near Kelethin lifts 
  |monsters= Assorted critters 
  |xpModifier= 100% 
  |notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]]
}}
</table>