Template:Quest: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>AntumDeluge highlight subtitle text |
||
| (96 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Navigation for Stendhal Top|World}} |
|||
<includeonly>{{#if:{{{subtitle|}}}| |
|||
{{Stendhal Quests}} |
|||
<includeonly>{{Export|/quest/{{urlencode:{{lc:{{{name}}}}}|WIKI}}.html|{{{name}}}}}{{#if: {{{subtitle|}}} | |
|||
'''''{{{subtitle}}}'''''<br> }}<br>{{#if:{{{aka|}}}| |
|||
Also known as: {{{aka|}}}<br /> |
|||
{{{subtitle|}}} |
|||
}}{{#if:{{{story|}}}| |
}}{{#if:{{{story|}}}| |
||
<br/>'''Story'''<br/> |
|||
{{{story}}} |
|||
<blockquote>{{{story}}}</blockquote> |
|||
| |
|||
''todo: write the background story of this quest.'' |
|||
}} |
}} |
||
'''Participants''' |
'''Participants''' |
||
{{{participants|* unknown}}} |
{{{participants|* unknown}}} |
||
| Line 14: | Line 26: | ||
'''Rewards''' |
'''Rewards''' |
||
{{{rewards|* unknown}}} |
{{{rewards|* unknown}}} |
||
{{#if:{{{repeatable|}}}| |
|||
'''Repeatable:''' {{{repeatable}}}<br/> |
|||
}} |
|||
{{#if:{{{remarks|}}}| |
{{#if:{{{remarks|}}}| |
||
| Line 19: | Line 35: | ||
{{{remarks}}} |
{{{remarks}}} |
||
}} |
}} |
||
{{#if:{{{achievements|}}}| |
|||
| ⚫ | |||
'''Associated Achievements''' |
|||
{{{achievements}}} |
|||
}} |
|||
<span class="skip-start"></span> |
|||
[[Category: Stendhal Quest]] |
|||
{{#breadcrumbs: [[Stendhal]] | [[Navigation_for_Stendhal_World|World]] | [[Stendhal Quest|Quest]] | [[Stendhal Quest/{{{name}}}|{{{name}}}]] }} |
|||
| ⚫ | |||
== Example == |
|||
=== Code === |
|||
<pre> |
<pre> |
||
{{ |
{{Quest |
||
| name = Snowballs |
|||
| subtitle = Brrrr, it's cold in this cave! |
|||
| aka = "Snowballs for Mr. Yeti" |
|||
| story = Mr. Yeti who lives under the ice of Semous Mountain, needs some snow for new snow sculptures. Unfortunately the snow of the cavern isn't good and hard enough; now he needs someone who can help him. |
|||
|subtitle= |
|||
| ⚫ | |||
|story=... |
|||
* <npc>Mr. Yeti</npc>, who lives under the ice of 0 semos mountain n w4 |
|||
| ⚫ | |||
| ⚫ | |||
# Mr. Yeti asks for some snow, and wants you to get 25 <item>snowball|snowballs</item>. |
|||
# You collect 25 snowballs from <creature>ice golem|ice golems</creature>. |
|||
# You give the snowballs to Mr. Yeti. |
|||
| ⚫ | |||
| ⚫ | |||
* 20 <item>cod</item> or <item>perch</item> |
|||
* 50 XP |
|||
* karma |
|||
| repeatable = After 2 hours. |
|||
| ⚫ | |||
|remarks= |
| remarks = |
||
: Some extra info. |
|||
: Some more extra info. |
|||
| achievements = |
|||
* Link to an achievement. |
|||
* Link to another achievement. |
|||
}} |
}} |
||
</pre> |
</pre> |
||
</noinclude> |
|||
=== Output === |
|||
{{{{PAGENAME}} |
|||
| name = Snowballs |
|||
| subtitle = Brrrr, it's cold in this cave! |
|||
| aka = "Snowballs for Mr. Yeti" |
|||
| story = Mr. Yeti who lives under the ice of Semous Mountain, needs some snow for new snow sculptures. Unfortunately the snow of the cavern isn't good and hard enough; now he needs someone who can help him. |
|||
| participants = |
|||
* <npc>Mr. Yeti</npc>, who lives under the ice of 0 semos mountain n w4 |
|||
| steps = |
|||
# Mr. Yeti asks for some snow, and wants you to get 25 <item>snowball|snowballs</item>. |
|||
# You collect 25 snowballs from <creature>ice golem|ice golems</creature>. |
|||
# You give the snowballs to Mr. Yeti. |
|||
| rewards = |
|||
* 20 <item>cod</item> or <item>perch</item> |
|||
* 50 XP |
|||
* karma |
|||
| repeatable = After 2 hours. |
|||
| remarks = |
|||
: Some extra info. |
|||
: Some more extra info. |
|||
| achievements = |
|||
* Link to an achievement. |
|||
* Link to another achievement. |
|||
}} |
|||