Template:Quest: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude>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 t..." |
No edit summary |
||
Line 10: | Line 10: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#vardefine:cell|#{{{{{Theme}}}_color_light}}}} | {{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}} | ||
{{#vardefine:background|#{{{{{Theme}}}_color}}}} | {{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}} | ||
{{#vardefine:border|#{{{{{Theme}}}_color_dark}}}} | {{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}} | ||
<table class="informational-box" style="width: 47%; background-color:{{#var:background}}; border: 5px solid {{#var:border}}; border-radius: 25px; padding: 5px;"> | <table class="informational-box" style="width: 47%; background-color:{{#var:background}}; border: 5px solid {{#var:border}}; border-radius: 25px; padding: 5px;"> | ||
<tr><td colspan="3" style="border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; font-size: 16px;">{{PAGENAME}}</td></tr> | <tr><td colspan="3" style="border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; font-size: 16px;">{{PAGENAME}}</td></tr> |
Revision as of 07:34, 7 February 2017
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