Difference between revisions of "Template:ClassInfobox"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 4: Line 4:
 
Usage :
 
Usage :
  
<code>
+
<pre>
 
{{ClassInfobox
 
{{ClassInfobox
 
|Image=Knight.png
 
|Image=Knight.png
Line 13: Line 13:
 
</code>
 
</code>
  
</noinclude>
+
</pre>
  
 
<includeonly>
 
<includeonly>

Revision as of 00:37, 20 September 2011

This template is used to show infobox for class

Usage :

{{ClassInfobox
|Image=Knight.png
|Name=knight
|Type=Melee
|Speed=Slow
}}
</code>