Template:Quest: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
{{#if:{{{tag|}}}|<!--TRUE
{{#if:{{{tag|}}}|<!--TRUE
-->{{#switch: {{{tag|default}}}
-->{{#switch: {{{tag|default}}}
| Tutorial = <p style="margin-left: 1.6em;">[[:Category:Research and Quests/Tutorials|Tutorial]]<includeonly>[[Category:Research and Quests/Tutorials]]</includeonly></p>
| Tutorial = <p style="margin-left: 1.6em;">[[:Category:Research and Quests/Tutorials|Tutorial]]{{#ifeq:{{lc:{{{nocat|}}}}}|true|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Research and Quests/Tutorials]]</includeonly>}}</p>  
| Research = <p style="margin-left: 1.6em;">[[:Category:Research_and_Quests|Research]]</p>'''Research Branch'''<p style="margin-left: 1.6em;">{{#switch: {{{branch|default}}}
| Research = <p style="margin-left: 1.6em;">[[:Category:Research_and_Quests|Research]]</p>'''Research Branch'''<p style="margin-left: 1.6em;">{{#switch: {{{branch|default}}}
| civilian = [[:Category:Research and Quests/Civilian Branch|Civilian]]<includeonly>[[Category:Research and Quests/Civilian Branch]]</includeonly>
| civilian = [[:Category:Research and Quests/Civilian Branch|Civilian]]<includeonly>[[Category:Research and Quests/Civilian Branch]]</includeonly>

Revision as of 10:37, 8 September 2018

Quest Information

Type of Quest

<Information Missing>

Items Unlocked

None

Usage

The Quest template is meant to be used on quest pages only.

{{Quest
|parents=<List of quests>
|tag=<Tag?>
|branch=<civilian/economic/military?>
|unlocks=<List of items?>
}}
  • The code above can be pasted into your page and edited.
  • Any of the attributes can be left out entirely and they will be ignored or not displayed at all. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
  • Templates adds Category:Research and Quests.
  • The following categories are added conditionally:
Category:Missing_information
Category:Research and Quests/Tutorials
Category:Research and Quests/Civilian Branch
Category:Research and Quests/Economic Branch
Category:Research and Quests/Military Branch

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.