Open main menu

Project: Gorgon Wiki β

Changes

Template:DISEASE infobox

2,831 bytes added, 11:13, 17 July 2019
Setting up template.
{| style="margin:1px; border:1px solid#423930; float:right; text-align:left; position:relative; border-radius:5px; background:#1e1615ff;" cellpadding="5"
! colspan="2"|<div class="ib-tbl-hd">[[File:Button_Red.png|300px]]</div> <div class="ib-tbl-hdt">{{{name|name}}}</div>
|-
| style= "width:300px;" colspan="2" align="center" | {{{Disease icon|{name}}} <br><div class="block2" style="font-size:14px;color:#ffffff;">{{{caption|}}}</div>
|- valign="top"
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Zone:
| <div class="block2" style="color:#ffffff;">{{{zone|-}}}</div>
|-
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Location:
| <div class="block2" style="color:#ffffff;">{{{location|-}}}</div>
|-
{{ #if:{{{beastspeak|}}}|{{pipe}}- valign="top"
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Beast Speak:
{{pipe}} <div class="block2" style="color:#ffffff;">{{{beastspeak}}}</div>
}}
|-
{{ #if:{{{skilltrainer|}}}|{{pipe}}- valign="top"
! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Skill Trainer:
{{pipe}} <div class="block2" style="color:#ffffff;">{{{skilltrainer}}}</div>
}}
|-
{{ #if:{{{vendor|}}}|{{pipe}}- valign="top"
! style="background:#f2cda0; color:#000000; border-radius:2px; width:250px;" colspan="2" align="center" {{pipe}} Vendor
}}
|}<noinclude>
{{clear}}__NOTOC__
==Syntax==
<pre>
{{DISEASE infobox
| name =
| description =
| type =
| curse =
}}
</pre>

==Parameters==
; name
: Not Optional. Must be Article name.
; description
: The in-game description of the Disease or Curse
; type
: If a Disease, list the level (Basic, Complex, Advanced, Other).
; curse
: OPTIONAL. Identifies the boss monster that gives the curse.

==Description==
Create an attractive "at a glance" information card for Towns and other locations.

The info card features two images: at the top is an in-game screenshot of the location. At the bottom, is either a picture of the minimap identifying the placement of the location, or a user-created map.

====Notes====
As with all more complex templates, remember that changes spread on all concerned articles. Please discuss it with the author before making significant changes.

==Examples==
The typical usage is to use this in a new article, save, and THEN upload the image by clicking the image link (which then is pre-set with the article name):
<!--
<pre>
{{MAP infobox
| connects = [[Kur Mountains]]
| pclevel = 30
}}
</pre>


}}
</pre>
{{DISEASE infobox
| name = Feeble Fever
| description = You've been infected with a basic disease! It is permanent until cured.\n\n-3 Max Health
| type = Basic
| curse =
}}
-->
[[Category:Formatting templates|TOWN infobox]]
</noinclude>