Open main menu

Project: Gorgon Wiki β

Changes

Template:MOB Location

1,004 bytes added, 18:28, 24 February 2018
Modified style.
== Location ==
{| table class="block1"style="margin:0 0 0.5em 1em; border:1px solid #ccc; text-align:left; background:#f9f9f9; width:500px;" cellpadding="2"
|- valign="top"
|-
{{ #if:{{{location1|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location1|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor1health1|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health1}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor1}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage1}}}
{{ #if:{{{location2|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location2|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor2health2|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health2}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor2}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage2}}}
{{ #if:{{{location3|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location3|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor3health3|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health3}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor3}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage3}}}
{{ #if:{{{location4|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location4|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor4health4|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health4}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor4}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage4}}}
{{ #if:{{{location5|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location5|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor5health5|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health5}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor5}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage5}}}
{{ #if:{{{location6|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location6|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor6health6|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health6}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor6}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage6}}}
{{ #if:{{{location7|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location7|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor7health7|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health7}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor7}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage7}}}
{{ #if:{{{location8|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location8|}}}]]
}}
|-
}}
|-
{{ #if:{{{armor8health8|}}} |
{{pipe}}-
{{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health8}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor8}}} [[Image:Rage-icon-30px.gif|Rage]] {{{rage8}}}
{{ #if:{{{location9|}}} |
{{pipe}}-
! class="block2" style="background:#e0d7d71e1615ff; width:100px;border-radius:5px;" align="left" {{pipe}} [[{{{location9|}}}]]
}}
|-
==Description==
This automatically adds the location category to that page. So if you entered location1 = Serbule, <nowiki>[[Category:Serbule Creatures]]</nowiki> would be added for you. At the moment, do not enter locations surrounded by double brackets.
<pre>
{{MOB Location
| location1 = Serbule
| desc1 = Description of whereabouts.
| armor1 = X
| health1 = X
| rage1 = X
| location2 = Eltibule
| desc2 = Description of whereabouts.
| armor2 = X
| health2 = X
| rage2 = X
| location3 = Winter Nexus
| desc3 = Description of whereabouts.
| armor3 = X
| health3 = X
| rage3 = X
}}
</pre>
{{MOB Location
| location1 = Serbule
| desc1 = Description of whereabouts.
| armor1 = 100
| health1 = 200
| rage1 = 300
| location2 = Eltibule
| desc2 = Description of whereabouts.
| armor2 = 50
| health2 = 50
| rage2 = 869
| location3 = Winter Nexus
| desc3 = Description of whereabouts.
| armor3 = 45945
| health3 = 12578
| rage3 = 9999
}}
[[Category:Formatting templates]]
</noinclude>