Template:Publication: Difference between revisions

From EvaWiki
Jump to navigation Jump to search
m (fixed the example)
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| style="width: 80%; text-align: left; font-size: 100%;" cellspacing="2"
{| class="infobox" style="width: 200; text-align: left; font-size: 100%;" cellspacing="2"
|-
|-
|rowspan=7 align=center width=150px | {{#if:{{{image|}}}|"{{{image}}}"|–}}
|colspan=2 align=center width=150px | {{#if:{{{image|}}}|{{{image}}}}}
! width=250px | Title
|-
! width=200px | Title
| {{{title}}}
| {{{title}}}
{{#if: {{{alt_title|}}} |{{!}}-
{{#if: {{{alt_title|}}} |{{!}}-
!
{{!}} {{{alt_title}}} }}
{{!}} {{{alt_title}}} }}
|-
|-
Line 20: Line 22:
| {{{pages}}}
| {{{pages}}}
|-
|-
{{#if: {{{dimensions|}}} |{{!}}-
! Dimensions
! Dimensions
| {{{dimensions}}}
{{!}} {{{dimensions}}} }}
|-
|-
{{#if: {{{ISBN|}}} |{{!}}-
! ISBN
{{!}} {{{ISBN}}} }}
|}
|}


Line 31: Line 39:
<pre>
<pre>
{{Publication
{{Publication
| image       =
| image       =
| title         =
| title       =
| alt_title       =
| alt_title   =
| author      =
| author      =
| pub_date       =
| pub_date     =
| publisher         =
| publisher   =
| pages        =  
| pages        =  
| dimensions       =  
| dimensions   =
| ISBN        =
}}
}}
</pre>
</pre>

Latest revision as of 18:54, 16 May 2009

Title {{{title}}}
Original Publication Date {{{pub_date}}}
Publisher {{{publisher}}}
Pages {{{pages}}}



How To Use This

Just us the following code and fill in your values. Leave "alt_title" and "author" blank if there are none.

{{Publication
| image        =
| title        =
| alt_title    =
| author       =
| pub_date     =
| publisher    =
| pages        = 
| dimensions   = 
| ISBN         =
}}