Difference between revisions of "Template:Infobox char"

From Aether Story Community Wiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<div style="font-weight: bold; text-align: center;">{{{name}}}</div>
 
<div style="font-weight: bold; text-align: center;">{{{name}}}</div>
 
[[Image:{{{img}}}|center|150px]]
 
[[Image:{{{img}}}|center|150px]]
{|class = "wikitable"  
+
{|class = "wikitable center"  
 
|+
 
|+
 
!Known as:  
 
!Known as:  
|{{{known_as}}}
+
|{{{known_as|{{{name}}}}}}
 
|-
 
|-
!Trader:
+
!Merchant:
|{{{trader}}}
+
|{{{merchant}}}
 
|-
 
|-
 
!Quest(s):  
 
!Quest(s):  
 
|
 
|
{{{quest}}}
+
{{{quest|-}}}
 
|-
 
|-
 
!Location:  
 
!Location:  
Line 24: Line 24:
  
  
 
+
<noinclude>
 
==Here is a template for copying==
 
==Here is a template for copying==
 
<pre>{{Infobox char
 
<pre>{{Infobox char
 
|name        =  
 
|name        =  
 
|img        =  
 
|img        =  
|known_as    =  
+
|known_as    =         <!--This part can be excluded, in which case it will be the same as name-->
|trader      =  
+
|merchant    =  
|quest      =  
+
|quest      =         <!--Can be excluded if the character has no quest-->
 
|location    =
 
|location    =
 
|patch_added =   
 
|patch_added =   
 
}}
 
}}
 
</pre>
 
</pre>
 +
</noinclude>

Latest revision as of 03:15, 10 July 2021

{{{name}}}

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

Known as: {{{name}}}
Merchant: {{{merchant}}}
Quest(s):

-

Location: {{{location}}}
Patch Added: {{{patch_added}}}


Here is a template for copying[edit]

{{Infobox char
|name        = 
|img         = 
|known_as    =         <!--This part can be excluded, in which case it will be the same as name-->
|merchant    = 
|quest       =         <!--Can be excluded if the character has no quest-->
|location    =
|patch_added =   
}}