[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:GroupHuntingSpot"
From Project 1999 Wiki
		
		
		
| (31 intermediate revisions by one user not shown) | |||
| Line 6: | Line 6: | ||
| * '''levels:''' The level range of characters who can expect to get experience with a full group at this location | * '''levels:''' The level range of characters who can expect to get experience with a full group at this location | ||
| + | * '''group size:''' Defaults to 6, the number of players this spot can sustain (approximately, since exact numbers needed may vary based on class and level) | ||
| * '''zone:''' The zone where the hunting spot is located (no brackets needed, this will automatically create a wiki link if you get the zone name correct) | * '''zone:''' The zone where the hunting spot is located (no brackets needed, this will automatically create a wiki link if you get the zone name correct) | ||
| * '''area:''' A brief description of where in that zone the spot is (with any corresponding numbers from the zone's map, if appropriate) | * '''area:''' A brief description of where in that zone the spot is (with any corresponding numbers from the zone's map, if appropriate) | ||
| − | * '''popularity:''' On a scale of  | + | * '''era:''' The wiki "[[era]]" that this spot was introduced in | 
| + | * '''green popularity:''' On a scale of "very low", "low", "medium", and "high", how likely are you to be able to find people looking to group at this spot on the {{Green}} server | ||
| + | * '''blue popularity:''' On a scale of "very low", "low", "medium", and "high", how likely are you to be able to find people looking to group at this spot on the {{Blue}} server | ||
| * '''monsters:''' A list of at least some of the monsters to kill at this spot (possibly with their names truncated to fit) | * '''monsters:''' A list of at least some of the monsters to kill at this spot (possibly with their names truncated to fit) | ||
| − | * ''' | + | * '''xp modifier:''' The experience ''percentage'', not ZEM (remember, a ZEM of 75 = 100%), that is known for that zone in the wiki (NOTE: see warning about wiki ZEMs on [[Per-Level Hunting Guide|guide page]]) | 
| − | * '''image (optional):''' An image to use for this spot (preferably of the spot itself, but possibly just of a monster there); image widths should not exceed 150px for images of locations, and  100px for mob-only images (with taller images having even less width and "|center" added after to center them) | + | * '''image (optional, currently not included):''' An image to use for this spot (preferably of the spot itself, but possibly just of a monster there); image widths should not exceed 150px for images of locations, and  100px for mob-only images (with taller images having even less width and "|center" added after to center them) | 
| * '''notes:''' Any other details that would be useful for someone wanting to hunt here. | * '''notes:''' Any other details that would be useful for someone wanting to hunt here. | ||
| Line 18: | Line 21: | ||
| <pre>{{GroupHuntingSpot   | <pre>{{GroupHuntingSpot   | ||
| | levels= | | levels= | ||
| − | | zone=   | + | | size= | 
| − | | area=   | + | | zone= | 
| − | | popularity= | + | | area= | 
| − | | monsters=   | + | | era= | 
| − | |  | + | | green popularity= | 
| − | | image=   | + | | blue popularity= | 
| − | | notes=   | + | | monsters= | 
| + | | xp modifier= | ||
| + | | image= | ||
| + | | notes= | ||
| }}</pre> | }}</pre> | ||
| </noinclude> | </noinclude> | ||
| <includeonly> | <includeonly> | ||
| − | <tr  | + | <tr class="group-hunting-spot"> | 
|    <td>{{{levels}}}</td> |    <td>{{{levels}}}</td> | ||
| + |   <td>{{{size|6}}}</td> | ||
|    <td>[[{{{zone}}}]]</td> |    <td>[[{{{zone}}}]]</td> | ||
|    <td>{{{area|}}}</td> |    <td>{{{area|}}}</td> | ||
| − |    <td>{{#switch:{{{popularity}}} | | + |    <td>{{Era Short | {{{era|}}}}}</td> | 
| + | <!-- NOTE: The hidden "n" in low popularity cells is for sorting purposes, to make "low" sort after "medium", but before "very low" --> | ||
| + |   <td style="color: {{Hunting Spot Popularity Color|{{{green popularity}}}}}">{{#switch:{{{green popularity}}}||low=<span style="display:none">n</span>|low?=<span style="display:none">n</span>|}}{{{green popularity}}}</td> | ||
| + |   <td style="color: {{Hunting Spot Popularity Color|{{{blue popularity}}}}}">{{#switch:{{{blue popularity}}}||low=<span style="display:none">n</span>|low?=<span style="display:none">n</span>|}}{{{blue popularity}}}</td> | ||
|    <td>{{{monsters|}}}</td> |    <td>{{{monsters|}}}</td> | ||
| − |    <td>{{{ | + |    <td>{{{xp modifier|}}}</td> | 
| − | + | ||
|    <td>{{{notes|}}}</td> |    <td>{{{notes|}}}</td> | ||
| </tr> | </tr> | ||
| − | |||
| </includeonly> | </includeonly> | ||
Latest revision as of 16:45, 27 October 2019
Introduction
Template for a group hunting spot location on the Group Hunting Spots.
Fields
- levels: The level range of characters who can expect to get experience with a full group at this location
- group size: Defaults to 6, the number of players this spot can sustain (approximately, since exact numbers needed may vary based on class and level)
- zone: The zone where the hunting spot is located (no brackets needed, this will automatically create a wiki link if you get the zone name correct)
- area: A brief description of where in that zone the spot is (with any corresponding numbers from the zone's map, if appropriate)
- era: The wiki "era" that this spot was introduced in
- green popularity: On a scale of "very low", "low", "medium", and "high", how likely are you to be able to find people looking to group at this spot on the Green server
- blue popularity: On a scale of "very low", "low", "medium", and "high", how likely are you to be able to find people looking to group at this spot on the Blue server
- monsters: A list of at least some of the monsters to kill at this spot (possibly with their names truncated to fit)
- xp modifier: The experience percentage, not ZEM (remember, a ZEM of 75 = 100%), that is known for that zone in the wiki (NOTE: see warning about wiki ZEMs on guide page)
- image (optional, currently not included): An image to use for this spot (preferably of the spot itself, but possibly just of a monster there); image widths should not exceed 150px for images of locations, and 100px for mob-only images (with taller images having even less width and "|center" added after to center them)
- notes: Any other details that would be useful for someone wanting to hunt here.
Blank Template
{{GroupHuntingSpot 
| levels=
| size=
| zone=
| area=
| era=
| green popularity=
| blue popularity=
| monsters=
| xp modifier=
| image=
| notes=
}}
