Template:Infobox Quest: Difference between revisions

From SureAI Wiki
Created page with "{{Infobox Quest |title1=Automatically the page name |image1=Example |caption1=Example |quest_type=Storyline quest or side quest |quest giver= the person who needs to be talked to in order to start the quest. |involved_people=The other people involved in the quest. |places=The places visited during the quest |starting_conditions=Example |previous_quest(s)=Example |concurrent_quest(s)=Quests that run at the same time. |succeeding_quest(s)=Example |reward_first_outcome=Exam..."
 
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>
<infobox>
  <title source="title1">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image1">
    <caption source="caption-image1"/>
  </image>
  <data source="quest_type">
    <label>Quest type</label>
  </data>
  <data source="quest_giver">
    <label>Quest giver</label>
  </data>
  <data source="involved_:category:peoplepeople">
    <label>Involved [[:category:people|people]]</label>
  </data>
  <data source="places">
    <label>Places</label>
  </data>
  <data source="starting_conditions">
    <label>Starting conditions</label>
  </data>
  <data source="previous_quest(s)">
    <label>Previous quest(s)</label>
  </data>
  <data source="concurrent_quest(s)">
    <label>Concurrent quest(s)</label>
  </data>
  <data source="succeeding_quest(s)">
    <label>Succeeding quest(s)</label>
  </data>
  <data source="editor_id">
    <label>Editor ID</label>
  </data>
  <data source="form_id">
    <label>Form ID</label>
  </data>
  <group>
    <header>Rewards</header>
    <data source="reward_first_outcome">
      <label>Reward first outcome</label>
    </data>
    <data source="reward_second_outcome">
      <label>Reward second outcome</label>
    </data>
    <data source="reward_third_outcome">
      <label>Reward third outcome</label>
    </data>
    <data source="achievement_nehrim">
      <label>[[Achievements|Achievement]] Nehrim</label>
    </data>
    <data source="achievement_steam">
      <label>[[Achievements|Achievement]] Steam</label>
    </data>
  </group>
</infobox>
</includeonly>
<noinclude>
Example usage:<pre>
{{Infobox Quest
{{Infobox Quest
|title1=Automatically the page name
|title1=Automatically the page name
Line 17: Line 77:
|achievement_steam=Example
|achievement_steam=Example
}}
}}
</pre>
[[Category:Templates]][[Category:Infobox Templates]]
</noinclude>
<includeonly>[[Category:Quests]]</includeonly>

Revision as of 11:48, 8 December 2025


Example usage:

{{Infobox Quest
|title1=Automatically the page name
|image1=Example
|caption1=Example
|quest_type=Storyline quest or side quest
|quest giver= the person who needs to be talked to in order to start the quest.
|involved_people=The other people involved in the quest.
|places=The places visited during the quest
|starting_conditions=Example
|previous_quest(s)=Example
|concurrent_quest(s)=Quests that run at the same time.
|succeeding_quest(s)=Example
|reward_first_outcome=Example
|reward_second_outcome=Example
|reward_third_outcome=Example
|achievement_nehrim=Example
|achievement_steam=Example
}}