Template:Infobox Quest: Difference between revisions
From SureAI Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="infobox"> | |||
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>{{#if:{{{image1|}}}| | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image1}}}}}|300px]]</div>}} | |||
<table class="infobox-table">{{#if:{{{Quest type|}}}|<tr> | |||
<th>Quest</th> | |||
<td>{{{Quest type}}}</td> | |||
</tr>}}{{#if:{{{health|}}}|<tr> | |||
<th>Health</th> | |||
<td>{{{health}}}</td> | |||
</tr>}}{{#if:{{{race|}}}|<tr> | |||
<th>Race</th> | |||
<td>{{{race}}}</td> | |||
</tr>}}{{#if:{{{class|}}}|<tr> | |||
<th>Class</th> | |||
<td>{{{class}}}</td> | |||
</tr>}}{{#if:{{{gender|}}}|<tr> | |||
<th>Gender</th> | |||
<td>{{{gender}}}</td> | |||
</tr>}}{{#if:{{{essential|}}}|<tr> | |||
<th>Essential</th> | |||
<td>{{{essential}}}</td> | |||
</tr>}}{{#if:{{{respawn|}}}|<tr> | |||
<th>Respawn</th> | |||
<td>{{{respawn}}}</td> | |||
</tr>}}{{#if:{{{baseID|}}}|<tr> | |||
<th>BaseID</th> | |||
<td>{{{baseID}}}</td> | |||
</tr>}}{{#if:{{{refID|}}}|<tr> | |||
<th>RefID</th> | |||
<td>{{{refID}}}</td> | |||
</tr>}}{{#if:{{{editorID|}}}|<tr> | |||
<th>EditorID</th> | |||
<td>{{{editorID}}}</td> | |||
</tr>}}</table> | |||
</div> | |||
<includeonly> | <includeonly> | ||
<infobox> | <infobox> | ||
Revision as of 10:30, 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
}}