1,502
edits
(Finally managed to display images in the table, Wikipedia's way didn't work) |
(Probable fix for the {{image}} tag in games that don't have images. The tag should now be optional) |
||
Line 1: | Line 1: | ||
{| border="0" cellpadding="2" cellspacing="1" align="right" style="margin-left:1em; background:#CADCFB;" | {| border="0" cellpadding="2" cellspacing="1" align="right" style="margin-left:1em; background:#CADCFB;" | ||
!colspan="3" | {{{name}}} | !colspan="3" | {{{name}}} | ||
|- | |- {{#if:{{{image|}}}|<tr><td style="background:#ffffff;" align="center" colspan="3">{{{image|}}}</td></tr>}} | ||
|- style="background:#ffffff" | |- style="background:#ffffff" | ||
|First release || {{{release}}} | |First release || {{{release}}} |
edits