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

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Ryangibsonstewart
+colorist
imported>Hardvice
subtemplates for AOTW
Line 1: Line 1:
{{#if: {{#pos: {{PAGENAME}}|raphic Novel:}} | {{Graphic Novel sidebar/full|{{#if:{{{title|}}}|title={{{title|}}}}}|{{#if:{{{image}}}|image={{{image|}}}}}|{{#if:{{{caption|}}}|caption={{{caption|}}}}}|{{#if:{{{link|}}}|link={{{link|}}}}}|{{#if:{{{number}}}|number={{{number|}}}}}|{{#if:{{{releasedate}}}|releasedate={{{releasedate|}}}}}|{{#if:{{{storyby}}}|storyby={{{storyby|}}}}}|{{#if:{{{artby}}}|artby={{{artby|}}}}}|{{#if:{{{colorsby}}}|colorsby={{{colorsby|}}}}}|{{#if:{{{last}}}|last={{{last|}}}}}|{{#if:{{{next}}}|next={{{next|}}}}}|{{#if:{{{easteregg}}}|easteregg={{{easteregg|}}}}}}} | {{Graphic Novel sidebar/aotw|{{#if:{{{title|}}}|title={{{title|}}}}}|{{#if:{{{image}}}|image={{{image|}}}}}|{{#if:{{{caption|}}}|caption={{{caption|}}}}}|{{#if:{{{link|}}}|link={{{link|}}}}}|{{#if:{{{number}}}|number={{{number|}}}}}|{{#if:{{{releasedate}}}|releasedate={{{releasedate|}}}}}|{{#if:{{{storyby}}}|storyby={{{storyby|}}}}}|{{#if:{{{artby}}}|diredtedby={{{artby|}}}}}|{{#if:{{{colorsby}}}|colorsby={{{colorsby|}}}}}|{{#if:{{{last}}}|last={{{last|}}}}}|{{#if:{{{next}}}|next={{{next|}}}}}|{{#if:{{{easteregg}}}|easteregg={{{easteregg|}}}}}}}}}
<includeonly>{{#if: {{{image|}}}||{{noimage}}}}</includeonly>
<noinclude>
{| class="infobox" style="width: 270px; text-align: left; font-size: 90%; background-color: #CCD5F4; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #778FE1; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
|-
! style="background: {{{color|#cedff2}}}; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; border: 1px solid #778FE1; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | [{{{link}}} {{{title}}}]
{{#if: {{{number|}}} | <tr> <th>Issue #:</th> <td>{{{number}}}</td> </tr>}}<!--
-->{{#if: {{{releasedate|}}} | <tr> <th>Released:</th> <td>{{{releasedate}}}</td> </tr>}}<!--
-->{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">[[{{{image}}}|250px]] {{#if: {{{caption|}}} | <br>{{{caption}}}}}</td> </tr>}}
|-
{{#if: {{{storyby|}}} | <tr> <th>Story by:</th> <td>{{{storyby}}}</td> </tr>}}<!--
-->{{#if: {{{artby|}}} | <tr> <th>Art by:</th> <td>{{{artby}}}</td> </tr>}}
{{#if: {{{colorsby|}}} | <tr> <th>Colors by:</th> <td>{{{colorsby}}}</td> </tr>}}
{{#if: {{{easteregg|}}} | <tr> <th>Easter Egg:</th> <td>{{{easteregg}}}</td> </tr>}}
{{#if: {{{last|}}} | <tr> <th>Previous:</th> <td>''{{{last}}}''</td> </tr>}}<!--
-->{{#if: {{{next|}}} | <tr> <th>Next:</th> <td>''{{{next}}}''</td> </tr>}}
|}<noinclude>


== Usage ==
== Usage ==
Produces a formatted sidebar for use on graphic novel pages, floated to the right. Will auto-add <nowiki>{{noimage}}</nowiki> if <tt>image=</tt> is left blank.
Produces a formatted sidebar for use on graphic novel pages, floated to the right.


On the main graphic novel page, the full-sized, fully labeled sidebar will appear. When the episode page is transcluded (for example, in [[Template:aotw]]), a smaller-sized, less detailed sidebar will appear instead.{| style="background: transparent;"
{| style="background: transparent;"

{|
|<pre>{{Graphic Novel sidebar
|<pre>{{Graphic Novel sidebar
| title = <!-- Issue title -->
| title = <!-- Issue title -->
Line 35: Line 24:
|}
|}


[[Category:Templates]]
[[Category: Sidebars]]
[[Category: Sidebars]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 19:15, 23 March 2007

[{{{link}}} {{{title}}}]


Usage

Produces a formatted sidebar for use on graphic novel pages, floated to the right.

On the main graphic novel page, the full-sized, fully labeled sidebar will appear. When the episode page is transcluded (for example, in Template:aotw), a smaller-sized, less detailed sidebar will appear instead.{| style="background: transparent;"

{{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 artist--> 
| colorsby = <!--Issue's colorist-->
| easteregg = <!-- Link to hidden easter egg -->
| last = <!-- Link to previous issue -->
| next = <!-- Link to next issue -->
}}