Difference between revisions of "Template:Quest Infobox"

From Underrail Wiki
Jump to navigation Jump to search
m (Protected "Template:Quest Infobox": template (‎[edit=autoconfirmed] (indefinite) ‎[move=autoconfirmed] (indefinite)))
(css styling)
Line 1: Line 1:
{| cellspacing="0" style={{Infobox common style}} width="320px"
+
{| class="infobox" cellspacing="0px" width="320px" style="color:#626262;"
 
|-
 
|-
 
| colspan="2" style="text-align:center; font-weight:bold; font-size:140%; color:#AE5700;" | {{{name|Quest name}}}
 
| colspan="2" style="text-align:center; font-weight:bold; font-size:140%; color:#AE5700;" | {{{name|Quest name}}}
Line 26: Line 26:
  
 
|-
 
|-
| width="30%" style="padding-right:0.4em;" valign="top" align="right" | Location
+
| class="infobox-leftcol" | Location
| width="70%" style="font-size:90%; border-left:#AE5700 1px solid; padding-left:1em;" |
+
| class="infobox-rightcol" |
 
{{{location|a place or<br>a list of places<br>must be set.}}}
 
{{{location|a place or<br>a list of places<br>must be set.}}}
  
 
|-
 
|-
| width="30%" style="padding-right:0.4em;" valign="top" align="right" | Given by
+
| class="infobox-leftcol" | Given by
| width="70%" style="font-size:90%; border-left:#AE5700 1px solid; padding-left:1em;" |
+
| class="infobox-rightcol" |
 
{{{givenby|quest giver<br>must be set.}}}
 
{{{givenby|quest giver<br>must be set.}}}
  
 
|-
 
|-
| width="30%" style="padding-right:0.4em;" valign="top" align="right" | Rewards
+
| class="infobox-leftcol" | Rewards
| width="70%" style="font-size:90%; border-left:#AE5700 1px solid; padding-left:1em;" |
+
| class="infobox-rightcol" |
 
{{{rewards|quest rewards go here<br>XP, money, items, etc.<br>must be set.}}}<nowiki>
 
{{{rewards|quest rewards go here<br>XP, money, items, etc.<br>must be set.}}}<nowiki>
  

Revision as of 10:55, 30 October 2014

Quest name
Quest type (main/side/unmarked)

Misc icon.png
Quest information
Location

a place or
a list of places
must be set.

Given by

quest giver
must be set.

Rewards

quest rewards go here
XP, money, items, etc.
must be set.

Related quests
Related quest name or
a list of them (optional)
Previous:

Previous quest name (optional)

Follow-up:

Next quest name (optional)


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Quest_Infobox/doc to view this documentation. (edit) (How does this work?)


Usage

Paste the following code into the top of an article, filling all known fields:

{{Quest Infobox
| name     = 
| type     = main or side 
| image    = <!-- note: quest image MUST have 3:2 aspect ratio, typically 300x200 pixels -->
| location = 
| givenby  = 
| rewards  = 
| related  = 
| previous = previous quest in a chain
| next     = next quest in a chain
}}

Examples

Retake the outposts
Main Storyline

Outposts power generator.png
Quest information
Location

South Gate Outposts

Given by

Hadrian Tanner

Rewards

1000 classic XP / 1 oddity XP

Retook all 5 outposts:
450 SGS Credits

Retook only 3-4 outposts:
300 SGS Credits

Related quests
Previous:

Tutorial

Follow-up:

Bret's task

{{Quest Infobox
| name     = Retake the outposts
| type     = main
| image    = Outposts power generator.png
| location = [[South Gate Outposts]]
| givenby  = [[Hadrian Tanner]]
| rewards  = 1000 classic XP / 1 oddity XP

Retook all 5 outposts:<br>450 [[SGS Credits]]

Retook only 3-4 outposts:<br>300 [[SGS Credits]]
| related  = 
| previous = [[Tutorial]]
| next     = [[Bret's task]]
}}