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 sidebar: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Ryangibsonstewart attempting to make the side bar a bit prettier - slimming down names for user-friendliness |
imported>Ryangibsonstewart avoiding "previous issue" from wrapping |
||
| Line 12: | Line 12: | ||
{{#if: {{{easteregg|}}} | <tr> <th>Easter Egg:</th> <td>{{{easteregg}}}</td> </tr>}} |
{{#if: {{{easteregg|}}} | <tr> <th>Easter Egg:</th> <td>{{{easteregg}}}</td> </tr>}} |
||
|- |
|- |
||
{{#if: {{{last|}}} | <tr> <th>Previous |
{{#if: {{{last|}}} | <tr> <th>Previous:</th> <td>{{{last}}}</td> </tr>}}<!-- |
||
-->{{#if: {{{next|}}} | <tr> <th>Next |
-->{{#if: {{{next|}}} | <tr> <th>Next:</th> <td>{{{next}}}</td> </tr>}} |
||
|}<noinclude> |
|}<noinclude> |
||
Revision as of 05:00, 9 January 2007
| [{{{link}}} {{{title}}}] |
|---|
Usage
Produces a formatted sidebar for use on graphic novel pages, floated to the right. Will auto-add {{noimage}} if image= is left blank.
{{Graphic Novel sidebar
| title = <!-- Issue title -->
| image = <!-- Image from the comic -->
| link = <!== Link to pdf version of graphic novel ==>
| caption = <!-- Caption for the image. -->
| number = <!-- Issue number-->
| releasedate = <!-- Release date -->
| storyby = <!-- Issue's story writer(s) -->
| artby = <!-- Issue's director -->
| easteregg = <!-- Link to hidden easter egg -->
| last = <!-- Link to previous issue -->
| next = <!-- Link to next issue -->
}}
|