This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Graphic Novel maintable: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Ryangibsonstewart
try colspan
imported>Ryangibsonstewart
trying to force a width
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
{| style="background-color: transparent;"
{| style="background-color: transparent;"
{{#if: {{{subtitle|}}} | <tr> <th colspan=2><big>{{{subtitle}}}</big></th> </tr>}}<!--
{{#if: {{{subtitle|}}} | <tr> <th colspan=2><big>{{{subtitle}}}</big></th> </tr>}}<!--
-->{{#if: {{{number|}}} | <tr> <th>Issue #:</th> <td>{{{number}}}</td> </tr>}}<!--
-->{{#if: {{{number|}}} | <tr> <th width=10%>Issue #:</th> <td >{{{number}}}</td> </tr>}}<!--
-->{{#if: {{{releasedate|}}} | <tr> <th>'''Released:'''</th><td nowrap>{{{releasedate}}} </td> </tr>}}<!--
-->{{#if: {{{releasedate|}}} | <tr> <th width=10%>'''Released:'''</th><td nowrap >{{{releasedate}}} </td> </tr>}}<!--
-->{{#if: {{{summary|}}} | <tr> <th COLSPAN="2"> <h2> Summary </h2>{{{summary}}}</th> </tr>}}<!--
-->{{#if: {{{summary|}}} | <tr> <th>'''Summary:'''</th> </tr><td colspan=2>
{{{summary}}}</td>}}<!--
-->
-->
|}
|}
Line 27: Line 28:
| image = <!-- Image from the comic -->
| image = <!-- Image from the comic -->
| subtitle = <!-- OPTIONAL issue subtitle -->
| subtitle = <!-- OPTIONAL issue subtitle -->
| summary = <!--Optional bulleted summary-->
}}</pre>
}}</pre>
|}
|}

Latest revision as of 02:10, 10 October 2015

Usage

Static template that produces a smaller-sized formatted sidebar for use when GN pages are transcluded, floated to the right. Note: image is auto-reduced to 120x94 if not provided as such.

{{Template:Graphic_Novel_maintable
| title = <!-- Issue title -->
| number = <!-- Issue number -->
| releasedate = <!-- Release date -->
| image = <!-- Image from the comic -->
| subtitle = <!-- OPTIONAL issue subtitle -->
}}