Open main menu

Project: Gorgon Wiki β

Changes

Template:AUGURY infobox

2,974 bytes added, 17:20, 21 July 2019
Created Augury Infobox.
{| 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_Yellow.png|300px]]</div> <div class="ib-tbl-hdt">{{{name|name}}}</div>
|-
| style= "width:300px;" colspan="2" align="center" | {{{Augury icon|{{{name}}}}} <br>
|- valign="top"
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" colspan="2" align="left" | {{{desc1|-}}}
|-
{{ #if:{{{desc2|}}} |
{{pipe}}-
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" colspan="2" align="left" {{pipe}} {{{desc2|}}}
}}
|-
{{ #if:{{{desc3|}}} |
{{pipe}}-
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" colspan="2" align="left" {{pipe}} {{{desc3|}}}
}}
|-
{{ #switch: {{FULLPAGENAME}}
| {{ #if: {{{name|}}} | [[Category:Augury]] }}
}}
|}<noinclude>
{{clear}}__NOTOC__
==Syntax==
<pre>
{{AUGURY infobox
| name =
| desc1=
| desc2=
| desc3=
}}
</pre>

==Parameters==
; name
: Not Optional. Must be Article name.
; desc1
: Required. The description of the Augury that provides the lowest buff or debuff.
; desc2
: OPTIONAL. The description of the Augury that provides a higher buff or debuff than desc1.
; desc3
: OPTIONAL. The description of the Augury that provides a higher buff or debuff than desc2.

==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):
==== Disease example ====
<pre>
{{AUGURY infobox
| name = Augury: Undying
| desc1= Omens suggest you will not die soon. The first time you die in any 15-minute period, you will instead avoid death.
| desc2= Omens suggest you will not die soon. The first two times you die in any 15-minute period, you will instead avoid death.
| desc3= Omens suggest you will not die soon. The first two times you die in any 15-minute period, you will instead avoid death.
}}
</pre>

{{AUGURY infobox
| name = Augury: Undying
| desc1= Omens suggest you will not die soon. The first time you die in any 15-minute period, you will instead avoid death.
| desc2= Omens suggest you will not die soon. The first two times you die in any 15-minute period, you will instead avoid death.
| desc3= Omens suggest you will not die soon. The first two times you die in any 15-minute period, you will instead avoid death.
}}

[[Category:Formatting templates|TOWN infobox]]
</noinclude>