Template:QuestBox: Difference between revisions

From CrossCode Wiki
Jump to navigation Jump to search
(Anchor added & 100% width)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{doc}}</noinclude><includeonly>{|class="wikitable" style="background-color:#545454; color:white;" width="100%"
<noinclude>{{doc}}</noinclude><includeonly>{|class="wikitable" style="background-color:#545454; color:white;" width="100%"
!style="color:blue;"|<font size="4">LVL {{{level}}}</font>
!style="color:#000077;"|<font size="4">LVL {{{level}}}</font>
!style="color:blue;" colspan="2"|{{Anchor|{{{title}}}}}<font size="4">{{{title}}}</font>
!style="color:#000077;" colspan="2"|{{#if: {{{anchorTitle|}}}|{{Anchor|{{{anchorTitle}}}}}|{{Anchor|{{{title}}}}}}}<font size="4">{{{title}}}</font>
|-
|-
|[[File:LocIconLarge.png]]
|[[File:LocIconLarge.png]]
|{{{location}}}
|{{{location}}}
|rowspan=2|{{{description}}}
|'''Unlock Conditions''': {{#if:{{{unlock|}}}|{{{unlock}}}|None}}
|-
|-
|[[File:QuestGiverIcon.png]]
|[[File:QuestGiverIcon.png]]
|{{{character}}}
|{{{character}}}
|{{{description}}}
|-
|-
|[[File:QuestRewardIcon.png]]
|[[File:QuestRewardIcon.png]]

Latest revision as of 18:49, 24 September 2017

File:Template-info.svg Template Documentation
LVL 5 Railing Rider
Rookie Harbor Beginners Arc Unlock Conditions: Beat the game!
SkaterBoi A Man in Rookie Harbor blah blah blah. Do some stuff.

Some Stuff!

  • Ride the railings.
  • You win!

This template is for showing Quests. Here's how to use it. (anchorTitle and unlock are optional)

{{QuestBox|title=Railing Rider
|anchorTitle=Railing Rider
|level=5
|location=[[Rookie Harbor]] Beginners Arc
|character=SkaterBoi
|reward=Some Stuff!
|unlock=Beat the game!
|description=A Man in Rookie Harbor blah blah blah. Do some stuff.
|instructions=
*Ride the railings.
*You win!
}}

The above produces the quest entry seen at the top of the page. All parameters are required.