Template:Diaryquest
Hero
Quest
#1
look for a new quest

Inserts a Quest graphic which is extremely similar to the real one.
Parameters
Main Quest
|text=quest title
- If this is set, a main Quest (with this title) will be included. (Default: 'look for a new quest' — or if
|side=
is set, omitted)|number=quest num.
- Main quest number. (Default: 1)
|status=0-100
- Percentage of main quest completion, without the percent sign. (Default: 25)
|completed=yes
- Optional If this parameter is specified as anything at all then the percentage of quest completion will automatically be set to 100% regardless of the other parameters and '(completed)' will appear.
Side Job
|side=side job title
or|sidejob=side job title
- Optional If this is set, a Side Job (with this title) will be included (with or without a main Quest).
|time=(HH:MM)
- Optional Time remaining on side job (Default: blank)
|side-status=0-100
- Percentage of side job completion, without the percent sign. (Default: 25 or value of
|status=
if set) |side-completed=yes
- Optional If this parameter is specified as anything at all then the percentage of side job completion will automatically be set to 100% regardless of the other parameters.
Other
|title=titlebar text
- Optional Text to use in the title bar (Default: 'Hero' for retro and superhero styles; 'Hero's Stats ↓' for hero style)
|style=hero/retro
- Optional If this parameter is omitted or set to default, the template will use a modern style which closely resembles the current Godville web interface. (That same style can be explicitly selected by setting the parameter to superhero.) The previous default style is available by specifying style=hero. The other available style is style=retro. A few old, deprecated styles in different color schemes are no longer available.
Examples
- This code
{{Diaryquest | number = 42 | status = 24 | text = create an amazing template}}
- Results in
- HeroQuest#42create an amazing template
- This code
{{Diaryquest | style=superhero | completed = 1 | number = 50 | text = create an amazing superhero template| side = pick up a side hustle | time = (8:00) | side-status = 80}}
- Results in
- HeroQuest#50create an amazing superhero template (completed)Side Job(8:00)pick up a side hustle
- This code
{{Diaryquest | sidejob = Create 3 GodWiki articles| side-completed = 1}}
- Results in
- HeroSide JobCreate 3 GodWiki articles
- This code
{{Diaryquest | style=hero | completed = yes | number = 42 | text = create an amazing hero template}}
- Results in
- ● Hero's Stats ↓Quest#97create an amazing hero template (completed)
- This code
{{Diaryquest | style=retro | status = 34 | number = 42 | text = create an amazing retro template}}
- Results in
- HeroQuest#42create an amazing retro template