Template:Quest: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
{{#if:{{{Requisites|}}} |
{{#if:{{{Requisites|}}} |
<ul style="background-color: #FFFFFF; border-radius: 15px; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
<ul style="background-color: #FFFFFF; border-radius: 15px; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
  {{#replace:\|</li><li style="margin-left: 38px;">|<li style="margin-left: 38px;">{{{Requisites}}}}}</li>
  {{#replace:<li style="margin-left: 38px;">{{{Requisites}}}|\|</li><li style="margin-left: 38px;">}}</li>
</ul>
</ul>
|
|
Line 45: Line 45:
<tr><td>
<tr><td>
<ul style="background-color: #FFFFFF; border-radius: 15px; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
<ul style="background-color: #FFFFFF; border-radius: 15px; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
{{#replace:\|</li><li style="margin-left: 38px;">|<li style="margin-left: 38px;">{{{Rewards}}}}}</li>
{{#replace:<li style="margin-left: 38px;">{{{Rewards}}}|\|</li><li style="margin-left: 38px;">}}</li>
</ul>
</ul>
</td></tr>
</td></tr>

Revision as of 05:35, 30 June 2020

This is used to construct the informational box for quest data on its applicative quest page. It accepts the following arguments:

  • {{{Image}}} - used to designate the filename shown within the central alcove of the box. Choose one that you feel best encapsulates the visualization of the quest
  • {{{Region}}} - note the starting region. If the starting region is indeterminate, use Multiregional as an argument
  • {{{Difficulty}}} - the difficulty level calibrated for the quest
  • {{{Compulsory}}} - furnish "yes" as an argument if it is required. Its default argument is 'No'
  • {{{Theme}}} - use this to thematize the color-scheme motif for the informational box. Use a name in accordance to the color-template names that are currently existent
  • {{{Requisites}}} - use this to concatenate a list for quest requirements. Use \ to delimit each requirement if there multiple to note
  • {{{Rewards}}} - use this to concatenate a list for quest rewards. Use \ to delimit each requirement if there are multiple to note