Template:Infobox Quest: Difference between revisions

From SureAI Wiki
No edit summary
No edit summary
Line 28: Line 28:
     <td>{{{succeeding_quest(s)}}}</td>
     <td>{{{succeeding_quest(s)}}}</td>
</tr>}}
</tr>}}
{{#if:{{{essential|}}}|<tr>
{{#if:{{{editor_id|}}}|<tr>
     <th>Essential</th>
     <th>Editor ID</th>
     <td>{{{essential}}}</td>
     <td>{{{editor_id}}}</td>
</tr>}}{{#if:{{{respawn|}}}|<tr>
</tr>}}{{#if:{{{form_id|}}}|<tr>
     <th>Respawn</th>
     <th>Form ID</th>
     <td>{{{respawn}}}</td>
     <td>{{{form_id}}}</td>
</tr>}}{{#if:{{{baseID|}}}|<tr>
</tr>}}{{#if:{{{achievement_steam|}}}|<tr>
     <th>BaseID</th>
     <th>Achievement Steam</th>
     <td>{{{baseID}}}</td>
     <td>{{{achievement_steam}}}</td>
</tr>}}{{#if:{{{refID|}}}|<tr>
    <th>RefID</th>
    <td>{{{refID}}}</td>
</tr>}}{{#if:{{{editorID|}}}|<tr>
    <th>EditorID</th>
    <td>{{{editorID}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revision as of 11:18, 19 February 2026

Infobox Quest









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
}}