Template:Quest: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Quest</h2>
<h2>[[:Category:Research and Quests|Quest]] Information</h2>
{{#if:{{{parents|}}}|<!--TRUE-->'''Quests Required to Unlock This Quest'''<br/><p style="margin-left: 1.6em;">{{{parents}}}</p>|<!--FALSE-->}}<!--
{{#if:{{{parents|}}}|<!--TRUE-->'''Quests Required to Unlock This Quest'''<br/><p style="margin-left: 1.6em;">{{{parents}}}</p>|<!--FALSE-->}}<!--
-->'''Type of Quest'''
-->'''Type of Quest'''
{{#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>
Line 15: Line 15:
<p style="margin-left: 1.6em;">{{#if:{{{unlocks|}}}|<!--TRUE-->{{{unlocks}}}|<!--FALSE-->None}}</p><!--
<p style="margin-left: 1.6em;">{{#if:{{{unlocks|}}}|<!--TRUE-->{{{unlocks}}}|<!--FALSE-->None}}</p><!--


--><includeonly>[[Category:Research and Quests]]</includeonly><noinclude>
-->{{#ifeq:{{lc:{{{nocat|}}}}}|true|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Research and Quests]]</includeonly>}}<noinclude>
==Usage==
==Usage==
The Crafting Blueprint is meant to be used by the items in the crafting menus. This includes items in player crafting, the crafting table, and the research table.
The Quest template is meant to be used on quest pages only.
<pre>{{Quest
<pre>{{Quest
|parents=<List of quests>
|parents=<List of quests>
Line 33: Line 33:
:: [[:Category:Research and Quests/Economic Branch]]
:: [[:Category:Research and Quests/Economic Branch]]
:: [[:Category:Research and Quests/Military Branch]]
:: [[:Category:Research and Quests/Military Branch]]
{{:Template Ordering}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 12:38, 12 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.