Template:Publication: Difference between revisions
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: | {| class="infobox" style="width: 200; text-align: left; font-size: 100%;" cellspacing="2" | ||
|- | |- | ||
| | |colspan=2 align=center width=150px | {{#if:{{{image|}}}|{{{image}}}}} | ||
! width= | |- | ||
! 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}}} }} | ||
|- | |||
|- | |||
{{#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 = }}