Template:QuestGUI

From Rise of Cultures Wiki
Jump to navigation Jump to search
«QUESTLINE REWARD»
 
1
«QUEST1-1»
«REWARD1»
Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:QuestGUI/doc to edit this documentation. (How does this work?)

Description

  • Creates a graphical table to display a complete questline of information.
  • This table supports up to 15 quests in a questline.

Syntax

{{QuestGUI
| image         = 
| reward        = 
| questline     = 
| questline_max = 
| left_colour   = 

| type1     =
| quest1-1  = 
| quest1-2  = 
| reward1   = 
}}


Parameters

Parameter Description Default Required
image
Image name of the questgiver. Questgiver Sabina SA Y
reward
Contents of the reward chest for completing the questline. «QUESTLINE REWARD» Y
questline
Name of the questline. This is applied to all quest headers in the questline. Quest number N
questline_max
The maximum number of quests in the questline. This is applied to all quest headers in the questline. N
left_colour
The colour of the quest header can changed or have a left-to-right gradient.
This will determine the colour on the left side.
This is applied to all quest headers in the questline.
N
type1
Select one of the following:
  • OR
  • AND
  • ONE
«TYPE1» Y
quest1-1
Text of part 1 of the 1st quest in the questline. «Quest1-1» Y
quest1-2
Text of part 2 of the 1st quest in the questline. «Quest1-2» N
reward1
Reward for 1st quest. «Reward1» Y


Sample

{{QuestGUI
| image = Questgiver Felix SA
| reward = {{Icon|Coin}} 1,000<br>{{Icon|Food}} 2,000
| questline     = Quest Name
| questline_max = 3
| left_colour   = red


| type1 = ONE
| quest1-1 = Collect '''50 Alabaster Idol'''
| reward1 = {{Icon|Coin}} 50

| type2 = AND
| quest2-1 = Collect '''100 Wool'''
| quest2-2 = Collect '''100 Coins'''
| reward2 = {{Icon|Food}} 100

| type3 = OR
| quest3-1 = Collect '''200 Bronze Bracelet'''
| quest3-2 = Collect '''200 Food'''
| reward3 = {{Icon|Wool}} 200
}}


Sample Output

1,000
2,000
Sample Quest
1/3
Collect 50 Alabaster Idol
50
Sample Quest
2/3
Collect 100 Wool
+
Collect 100 Coins
100
Sample Quest
3/3
Collect 200 Bronze Bracelet
OR
Collect 200 Food
200