Difference between revisions of "Template:Card"

From HeRO Wiki
Jump to: navigation, search
(Change of card template)
Line 1: Line 1:
 
<center>
 
{| class=table1 style="width:700px;"
 
! colspan=9 |'''{{{name|?}}}'''
 
|-
 
| colspan="2" style="width:150px;" | '''''Item #''''': {{{id}}} || style="width:250px;"| '''''Prefix/Suffix''''': {{{sprite}}} || style="width:300px;" colspan="2" | '''''Art by''''': {{{artist|{{{artist}}}}}}
 
|-
 
| style="width:150px; text-align: center; vertical-align: middle;" colspan="2" rowspan="2" |
 
[[Image:{{{image|Placeholder Card.png}}}|150px]]
 
| style="height:50px;" |'''''Class:''''' Card || style="height:50px;" | '''''Compound on:''''' {{{slot|???}}} || style="height:50px;" | '''''Weight:''''' {{{weight|1}}}
 
|-
 
| colspan="3" | {{{effect|Undecided}}}
 
|-
 
|}
 
</center>
 
<br><noinclude>This template is used in the [[cards]] page.
 
 
==Usage==
 
<pre>
 
{{card
 
|name=
 
|id=
 
|sprite=
 
|artist=
 
|image=
 
|slot=
 
|weight=
 
|effect=
 
}}
 
</pre>
 
[[category:template]]</noinclude>
 
 
 
-------------
 
edit peeka
 
 
 
<center>
 
<center>
 
{| class=table1 style="width:700px;"
 
{| class=table1 style="width:700px;"

Revision as of 17:11, 23 September 2017

{{{name}}}
Placeholder Card.png Item #: {{{id}}} Prefix/Suffix: {{{sprite}}}
Compound on: ??? Art by: {{{artist}}}
Undecided

This template is used in the cards page.

Usage

{{card
|name=
|image=
|id=
|sprite=
|slot=
|artist=
|effect=
}}