Difference between revisions of "Template:Infobox quests"

From Aether Story Community Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="sidePane" style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: #fff; padding: 10px;">
 
<div class="sidePane" style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: #fff; padding: 10px;">
<div style="font-weight: bold; text-align: center;"></div>
+
<div style="font-weight: bold; text-align: center;">{{{qname}}}</div>
 
[[Image:{{{img}}}|center|150px]]
 
[[Image:{{{img}}}|center|150px]]
{|class = "wikitable center"  
+
{|class = "wikitable center" style="width:300px"
 
|+
 
|+
!Quest name
 
|{{{qname}}}
 
|-
 
 
!Type:  
 
!Type:  
 
|{{{qtype}}}
 
|{{{qtype}}}
 
|-
 
|-
!Level required:  
+
!Requirements:  
|{{{qlevel}}}
+
|{{{qreq}}}
 
|-
 
|-
 
!Starting location:  
 
!Starting location:  
 
|{{{qlocation}}}
 
|{{{qlocation}}}
 +
|-
 +
!Quest Giver
 +
|{{{qgiver}}}
 
|-
 
|-
 
!Reward:  
 
!Reward:  
|{{{reward}}}
+
|
 +
{{{reward}}}
 +
|-
 +
!Related Quests
 +
|{{{rquests}}}
 
|-
 
|-
 
!Patch Added:
 
!Patch Added:
Line 27: Line 31:
 
==Here is a template for copying==
 
==Here is a template for copying==
 
<pre>{{Infobox quests
 
<pre>{{Infobox quests
 +
|qname      =
 
|img        =
 
|img        =
|qname      =
 
 
|qtype      =
 
|qtype      =
|qlevel      =
+
|qreq        =
 
|qlocation  =
 
|qlocation  =
 +
|qgiver      =
 
|reward      =
 
|reward      =
|expreward  =
+
|rquests    =
 
|patch_added =
 
|patch_added =
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 11:12, 6 August 2021

{{{qname}}}

[[Image:{{{img}}}|center|150px]]

Type: {{{qtype}}}
Requirements: {{{qreq}}}
Starting location: {{{qlocation}}}
Quest Giver {{{qgiver}}}
Reward:

{{{reward}}}

Related Quests {{{rquests}}}
Patch Added: {{{patch_added}}}

Here is a template for copying[edit]

{{Infobox quests
|qname       =
|img         =
|qtype       =
|qreq        =
|qlocation   =
|qgiver      =
|reward      =
|rquests     =
|patch_added =
}}