Difference between revisions of "Template:Infobox quests"

From Aether Story Community Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<div style="font-weight: bold; text-align: center;">{{{qname}}}</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"
 
|+
 
|+
 
!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 25: 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 =
}}