Difference between revisions of "Template:MOB Location"

From Project: Gorgon Wiki
Jump to: navigation, search
(Fixed order of optional options.)
(Updated style and some names.)
Line 1: Line 1:
{| table class="block1"style="margin:0 0 0.5em 1em; border:1px solid #ccc; text-align:left; background:#f9f9f9; width:500px;" cellpadding="2"
+
{| table class="block1"style="margin:0 0 0.5em 1em; border:1px solid #ccc; text-align:left; background:#f9f9f9; width:300px;" cellpadding="2"
 
|- valign="top"
 
|- valign="top"
 
|-
 
|-
{{ #if:{{{location|}}} |
+
{{ #if:{{{area|}}} |
 
{{pipe}}-
 
{{pipe}}-
! class="block2" style="background:#1e1615ff;width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location|}}}]]
+
! class="block2" style="background:#1e1615ff;width:500px;border-radius:5px;" colspan="2" align="left" {{pipe}} [[{{{area|}}}]]
 
}}
 
}}
 
|-
 
|-
{{ #if:{{{desc|}}} |
+
{{ #if:{{{health|}}} |{{pipe}}- valign="top"
{{pipe}}-
+
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:140px;"  align="right" {{pipe}} Vitals:
{{pipe}}{{{desc}}}
+
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage}}}
 +
}}
 +
|-
 +
{{ #if:{{{location|}}}|{{pipe}}- valign="top"
 +
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:140px;"  align="right" {{pipe}} Location:
 +
{{pipe}}{{{location}}}
 
}}
 
}}
 
|-
 
|-
{{ #if:{{{time|}}} |
+
{{ #if:{{{time|}}} |{{pipe}}- valign="top"
{{pipe}}-
+
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:140px;"  align="right" {{pipe}} Time Conditions:
 
{{pipe}}{{{time}}}
 
{{pipe}}{{{time}}}
 
}}
 
}}
 
|-
 
|-
{{ #if:{{{weather|}}} |
+
{{ #if:{{{weather|}}} |{{pipe}}- valign="top"
{{pipe}}-
+
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:140px;"  align="right" {{pipe}} Weather Conditions:
 
{{pipe}}{{{weather}}}
 
{{pipe}}{{{weather}}}
}}
 
|-
 
{{ #if:{{{health|}}} |
 
{{pipe}}-
 
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage}}}
 
 
}}
 
}}
 
|} <!--
 
|} <!--
Line 60: Line 60:
 
<pre>
 
<pre>
 
{{MOB Location
 
{{MOB Location
| location = Serbule
+
| area = Serbule
| desc = Description of whereabouts.
+
| location = Description of whereabouts.
| time = During [[Halloween 2016]].
+
| time = Appears during [[Halloween 2016]].
 
| health = X
 
| health = X
 
| armor = X
 
| armor = X
Line 68: Line 68:
 
}}
 
}}
 
{{MOB Location
 
{{MOB Location
| location = Eltibule
+
| area = Eltibule
| desc = Description of whereabouts.
+
| location = Description of whereabouts.
 
| health = X
 
| health = X
 
| armor = X
 
| armor = X
Line 76: Line 76:
 
</pre>
 
</pre>
 
{{MOB Location
 
{{MOB Location
| location = Serbule
+
| area = Serbule
| desc = Description of whereabouts.
+
| location = Description of whereabouts.
| time = During [[Halloween 2016]].
+
| time = Appears during [[Halloween 2016]].
| health = X
+
| weather = Appears during heavy rain.
| armor = X
+
| health = 90000
| rage = X
+
| armor = 85
 +
| rage = 999999
 
}}
 
}}
 
{{MOB Location
 
{{MOB Location
| location = Eltibule
+
| area = Eltibule
| desc = Description of whereabouts.
+
| location = Description of whereabouts.
 
| health = X
 
| health = X
 
| armor = X
 
| armor = X

Revision as of 17:18, 31 March 2018

Syntax

{{MOB Location
| location = 
| desc =
| health =
| armor =
| rage =
}}

Parameters

location
The first place this mob is found.
time
OPTIONAL. If a monster only spawns during a particular time of day, or during an event (Druid), write that here!
weather
OPTIONAL. Used if a monster only spawns during a particular type of weather event (Not in-game yet).
desc
A short description of where or how to find it in location.
health
Semi-Optional. If no Health is listed, Armor and Rage will not display. The amount of health the mob has in a location.
armor
The amount of armor the mob has in a location.
rage
The amount of rage the mob has in a location.

Description

This automatically adds the location category to that page. So if you entered location1 = Serbule, [[Category:Serbule Creatures]] would be added for you. At the moment, do not enter locations surrounded by double brackets.

{{MOB Location
| area = Serbule
| location = Description of whereabouts.
| time = Appears during [[Halloween 2016]].
| health = X
| armor = X
| rage = X
}}
{{MOB Location
| area = Eltibule
| location = Description of whereabouts.
| health = X
| armor = X
| rage = X
}}
Serbule
Vitals: Health 90000 Armor 85 Rage 999999
Location: Description of whereabouts.
Time Conditions: Appears during Halloween 2016.
Weather Conditions: Appears during heavy rain.
Eltibule
Vitals: Health X Armor X Rage X
Location: Description of whereabouts.