Template:Quest: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 31: Line 31:
<td colspan="3" style="border-radius: 25px; border: 3px solid {{#var:border}}; background-color:{{#var:cell}}; font-weight: bold; color:{{#var:border}}; ">Requisites<br>
<td colspan="3" style="border-radius: 25px; border: 3px solid {{#var:border}}; background-color:{{#var:cell}}; font-weight: bold; color:{{#var:border}}; ">Requisites<br>
{{#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; border: 1px solid {{#var:border}}; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
  {{#replace:<li style="margin-left: 38px;">{{{Requisites}}}|\|</li><li style="margin-left: 38px;">}}</li>
  {{#replace:<li style="margin-left: 38px;">{{{Requisites}}}|\|</li><li style="margin-left: 38px;">}}</li>
</ul>
</ul>
Line 44: Line 44:
<tr><th style="font-weight: bold; color: {{#var:border}};>Rewards</th></tr>
<tr><th style="font-weight: bold; color: {{#var:border}};>Rewards</th></tr>
<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; border: 1px solid {{#var:border}}; text-align: left; font-weight: normal; color:#000000; width: 75%; margin: auto auto; margin-bottom: 5px;">
{{#replace:<li style="margin-left: 38px;">{{{Rewards}}}|\|</li><li style="margin-left: 38px;">}}</li>
{{#replace:<li style="margin-left: 38px;">{{{Rewards}}}|\|</li><li style="margin-left: 38px;">}}</li>
</ul>
</ul>

Latest revision as of 14:23, 25 May 2022

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