Template:Infobox Quest: Difference between revisions

From SureAI Wiki
No edit summary
Tag: Reverted
No edit summary
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="infobox">
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
{{#if:{{{image1|}}}|<div class="infobox-image">[[File:{{PAGENAME:{{{image1}}}}}|58px]]</div>}}
 
<table class="infobox-table">
{{#if:{{{quest_type|}}}|<tr>
    <th>Quest Type</th>
    <td>{{{quest_type}}}</td>
</tr>}}
{{#if:{{{involved_:category:peoplepeople|}}}|<tr>
    <th>Involved People</th>
    <td>{{{involved_:category:peoplepeople}}}</td>
</tr>}}
{{#if:{{{places|}}}|<tr>
    <th>Places</th>
    <td>{{{places}}}</td>
</tr>}}
{{#if:{{{starting_conditions|}}}|<tr>
    <th>Starting conditions</th>
    <td>{{{starting_conditions}}}</td>
</tr>}}
{{#if:{{{concurrent_quest(s)|}}}|<tr>
    <th>Concurrent quest(s)</th>
    <td>{{{concurrent_quest(s)}}}</td>
</tr>}}
{{#if:{{{succeeding_quest(s)|}}}|<tr>
    <th>Succeeding quest(s)</th>
    <td>{{{succeeding_quest(s)}}}</td>
</tr>}}
{{#if:{{{editor_id|}}}|<tr>
    <th>Editor ID</th>
    <td>{{{editor_id}}}</td>
</tr>}}
{{#if:{{{form_id|}}}|<tr>
    <th>Form ID</th>
    <td>{{{form_id}}}</td>
</tr>}}
{{#if:{{{achievement_steam|}}}|<tr>
    <th>Achievement Steam</th>
    <td>{{{achievement_steam}}}</td>
</tr>}}
{{#if:{{{reward_first_outcome|}}}|<tr>
    <th>Reward first outcome</th>
    <td>{{{reward_first_outcome}}}</td>
</tr>}}
{{#if:{{{reward_second_outcome|}}}|<tr>
    <th>Reward second outcome</th>
    <td>{{{reward_second_outcome}}}</td>
</tr>}}
{{#if:{{{reward_third_outcome|}}}|<tr>
    <th>Reward third outcome</th>
    <td>{{{reward_third_outcome}}}</td>
</tr>}}
 
</table>
</div>
 
<noinclude>
<infobox>
<infobox>
   <title source="title1">
   <title source="title1">

Latest revision as of 11:56, 19 February 2026

Infobox Quest



<infobox>

 <title source="title1">
   <default>Infobox Quest</default>
 </title>
 <image source="image1">

</image> <label>Quest type</label> <label>Quest giver</label> <label>Involved people</label> <label>Places</label> <label>Starting conditions</label> <label>Previous quest(s)</label> <label>Concurrent quest(s)</label> <label>Succeeding quest(s)</label> <label>Editor ID</label> <label>Form ID</label> <group> <header>Rewards</header> <label>Reward first outcome</label> <label>Reward second outcome</label> <label>Reward third outcome</label> <label>Achievement Nehrim</label> <label>Achievement Steam</label> </group> </infobox> </includeonly> 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
}}