Template:Comic Story: Difference between revisions

From Jenny Everywhere Wiki
(Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption1"/> </image> <data source="other_titles"> <label>Other Titles</label> </d...")
 
No edit summary
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
<infobox>
<infobox theme-source="blur">
   <title source="title1"/>
   <title source="title1"/>
   <image source="image1">
   <image source="image1">
Line 50: Line 50:
     <data source="inks">
     <data source="inks">
       <label>Inks</label>
       <label>Inks</label>
    </data>
    <data source="colours">
      <label>Colours</label>
    </data>
    <data source="letters">
      <label>Lettering</label>
    </data>
    <data source="cast">
      <label>Cast</label>
    </data>
    <data source="publisher">
      <label>Publisher</label>
     </data>
     </data>
   </group>
   </group>
Line 60: Line 72:
       <label>Original link</label>
       <label>Original link</label>
     </data>
     </data>
    <data source="released_in">
      <label>Released in</label>
    </data>
  </group>
<!-- Navigation -->
  <group layout="horizontal">
    <header><div class="story-nav"><center>{{{seriesnav}}}</center></div></header>
    <data source="previous"><label>&larr; Previous</label><format>{{{previous}}}</format></data>
    <data source="next"><label>Next &rarr;</label><format>{{{next}}}</format></data>
  </group>
  <group layout="horizontal">
    <header><div class="story-nav"><center>{{{seriesnav2}}}</center></div></header>
    <data source="previous2"><label>&larr; Previous</label><format>{{{previous2}}}</format></data>
    <data source="next2"><label>Next &rarr;</label><format>{{{next2}}}</format></data>
  </group>
    <group layout="horizontal">
    <header><div class="story-nav"><center>{{{seriesnav3}}}</center></div></header>
    <data source="previous3"><label>&larr; Previous</label><format>{{{previous3}}}</format></data>
    <data source="next3"><label>Next &rarr;</label><format>{{{next3}}}</format></data>
   </group>
   </group>
</infobox>
</infobox>
Line 66: Line 97:
<pre>
<pre>
{{Comic Story
{{Comic Story
 
| title1=Example
  | title1=Example
| image1=Example
 
| caption1=Example
  | image1=Example
| other_titles=Example
 
| hero(es)=Example
  | caption1=Example
| villain(s)=Example
 
| featuring=Example
  | other_titles=Example
| setting=Example
 
| length=Example
  | hero(es)=Example
| series=Example
 
| crossovers=Example
  | villain(s)=Example
| format=Example
 
| writer(s)=Example
  | featuring=Example
| artist(s)=Example
 
| pencils=Example
  | setting=Example
| inks=Example
 
| colours=Example
  | length=Example
| dates=Example
 
| original_link=Example
  | series=Example
| released_in=Example
 
| seriesnav=Example
  | crossovers=Example
| prev=Example
 
| next=Example
  | format=Example
 
  | writer(s)=Example
 
  | artist(s)=Example
 
  | pencils=Example
 
  | inks=Example
 
  | dates=Example
 
  | original_link=Example
 
}}
}}
</pre>
</pre>
[[Category:Actual infoboxes]]
</noinclude>
</noinclude>

Latest revision as of 16:37, 27 July 2024

Example usage:

{{Comic Story
| title1=Example
| image1=Example
| caption1=Example
| other_titles=Example
| hero(es)=Example
| villain(s)=Example
| featuring=Example
| setting=Example
| length=Example
| series=Example
| crossovers=Example
| format=Example
| writer(s)=Example
| artist(s)=Example
| pencils=Example
| inks=Example
| colours=Example
| dates=Example
| original_link=Example
| released_in=Example
| seriesnav=Example
| prev=Example
| next=Example
}}