Difference between revisions of "Template:MOB AHVital"
From Project: Gorgon Wiki
m |
(Added explanation of template.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| table | {| table | ||
− | {{ #if:{{{name|}}} | | + | {{ #if:{{{name|}}} |{{pipe}}- |
− | {{pipe}}- | + | ! class="block2" style="background:#1e1615ff;width:500px;border-radius:2px;" colspan="2" align="left" {{pipe}} [[{{{name|}}}]]}} |
− | ! class="block2" style="background:#1e1615ff;width:500px;border-radius: | ||
− | }} | ||
|- | |- | ||
{{ #if:{{{vital level|}}} |{{pipe}}- valign="top" | {{ #if:{{{vital level|}}} |{{pipe}}- valign="top" | ||
− | ! style="background:#f5e0c7; color:#000000; border-radius:2px; width: | + | ! style="background:#f5e0c7; color:#000000; border-radius:2px; width:250px;" align="right" {{pipe}}Vitals at '''{{{vital level}}}''' |
{{pipe}} {{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor}}} | {{pipe}} {{pipe}}[[Image:Health-icon-30px.gif|Health]] {{{health}}} [[Image:Armor-icon-30px.gif|Armor]] {{{armor}}} | ||
}} | }} | ||
Line 13: | Line 11: | ||
==Syntax== | ==Syntax== | ||
<pre> | <pre> | ||
− | {{MOB | + | {{MOB AHVital |
− | + | | vital level = | |
− | + | | health = | |
− | + | | armor = | |
− | | vital | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
}} | }} | ||
</pre> | </pre> | ||
==Parameters== | ==Parameters== | ||
− | ; | + | ; vital level |
− | : | + | : This will add text after the words '''Vitals at '''. You may enter ''Tamed (number)'', ''Max (number)'', or any other number you have vital information for. |
− | |||
− | |||
; health | ; health | ||
− | : | + | : The health of the tamed creature at the level listed in vital health. |
; armor | ; armor | ||
− | : The | + | : The armor of the tamed creature at the level listed in vital health. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
+ | The purpose of this template is to provide vital statistics at various levels for creatures that can be tamed through [[Animal Handling]]. This template is used directly after [[Template:MOB AH]]. Multiple calls to this template may be necessary, and some examples can be seen below. | ||
<pre> | <pre> | ||
− | {{MOB | + | {{MOB AHVital |
− | | | + | | vital level= Tamed |
− | | health = | + | | health = 50 |
− | | armor = | + | | armor = 20 |
− | | | + | }} |
− | | | + | {{MOB AHVital |
− | | | + | | vital level= 50 |
− | | | + | | health = 100 |
+ | | armor = 40 | ||
+ | }} | ||
+ | {{MOB AHVital | ||
+ | | vital level= 70 | ||
+ | | health = 120 | ||
+ | | armor = 80 | ||
+ | }} | ||
+ | {{MOB AHVital | ||
+ | | vital level= Max(70) | ||
+ | | health = 120 | ||
+ | | armor = 80 | ||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 12:40, 20 June 2018
Syntax
{{MOB AHVital | vital level = | health = | armor = }}
Parameters
- vital level
- This will add text after the words Vitals at . You may enter Tamed (number), Max (number), or any other number you have vital information for.
- health
- The health of the tamed creature at the level listed in vital health.
- armor
- The armor of the tamed creature at the level listed in vital health.
Description
The purpose of this template is to provide vital statistics at various levels for creatures that can be tamed through Animal Handling. This template is used directly after Template:MOB AH. Multiple calls to this template may be necessary, and some examples can be seen below.
{{MOB AHVital | vital level= Tamed | health = 50 | armor = 20 }} {{MOB AHVital | vital level= 50 | health = 100 | armor = 40 }} {{MOB AHVital | vital level= 70 | health = 120 | armor = 80 }} {{MOB AHVital | vital level= Max(70) | health = 120 | armor = 80 }}
Vitals at Tamed | 50 20 |
---|
Vitals at 50 | 100 40 |
---|
Vitals at 70 | 120 80 |
---|
Vitals at Max(70) | 120 80 |
---|