Open main menu

Project: Gorgon Wiki β

Changes

Template:DISEASE infobox

383 bytes added, 11:41, 17 July 2019
m
no edit summary
{| 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_RedButton_Maroon.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|}}}</divbr>
|- valign="top"
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" colspan="2" align="center" | Zone:| <div class="block2" style="color:#ffffff;">{{{zonedescription|-}}}</div>
|-
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Location:| <div class="block2" style="color:#ffffff;">{{{location|-}}}</div>|-{{ #if:{{{beastspeaktype|}}}|{{pipe}}- valign="top"! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Beast SpeakType:{{pipe}} <div class="block2" style="color:#ffffff;">[[Disease#{{{type}}}|{{{beastspeaktype}}}]]</div>
}}
|-
{{ #if:{{{skilltrainercurse|}}}|{{pipe}}- valign="top"! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Skill TrainerBoss:{{pipe}} <div class="block2" style="color:#ffffff;">[[{{{skilltrainercurse}}}]]</div>
}}
{{ #switch: {{FULLPAGENAME}}|-{{ #if:{{{vendortype|}}}|[[Category:Disease/{{{pipetype}}- valign="top"! style="background:#f2cda0; color:#000000; border-radius:2px; width:250px;" colspan="2" align="center" {{pipe}]] }} Vendor
}}
|}<noinclude>
: The in-game description of the Disease or Curse
; type
: OPTIONAL. If a Disease, list the level (Basic, Complex, Advanced, Curse, Other). This will automatically link to a chart on the [[Disease]] page.
; curse
: OPTIONAL. Identifies If a Curse, identifies the boss monster that gives the curse.
==Description==
==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):
==== Disease example ====
<pre>
{{MAP DISEASE infobox | connects name = [[Kur Mountains]]Feeble Fever | pclevel description = 30You've been infected with a basic disease! It is permanent until cured. -3 Max Health. | type = Basic
}}
</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 example ==== <pre>{{DISEASE infobox | name = Concussion Damage | description = Occasionally you lose motor coordination and can't attack. This is a permanent curse; you must defeat Forgotten Loading Golem to remove it. | type = Curse | curse = Forgotten Loading Golem}}</pre> {{DISEASE infobox | name = Concussion Damage | description = Occasionally you lose motor coordination and can't attack. This is a permanent curse; you must defeat Forgotten Loading Golem to remove it. | type = Curse | curse =Forgotten Loading Golem
}}
[[Category:Formatting templates|TOWN infobox]]
</noinclude>