Template:InfoboxBook: Difference between revisions
From YoungHerculesWiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽
(New page: {{InfoboxEpisode |image= |title= |author= |firstaired= |director= |writer= |imdb= |outline= }}) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | <noinclude>[[Category:Templates]][[Category:Infoboxes]] | ||
== Usage == | |||
To embed this template on an episode page, copy & paste the code below to the top of the new page: | |||
<pre> | |||
{{InfoboxBook | |||
|image= | |image= | ||
|title= | |title= | ||
| | |medium= | ||
| | |creator= | ||
| | |publisher= | ||
| | |date= | ||
| | |link= | ||
| | |purchase= | ||
}} | }}</pre> | ||
==The Template== | |||
</noinclude> | |||
{| style="border:0; margin: 0; font-size: 90%;" cellspacing="10" align="right" width="320" | |||
| valign="top" style="padding:0; border:1px solid #0E5B8C; margin-bottom:5px;" | | |||
<div style="padding:0.4em; background-color:#F9F9F9; border-bottom:0px solid #0E5B8C;" align="center"> {{{image|}}} | |||
</div><div style="background:#F9F9F9; padding:0.2em 0.4em 0.2em 0.4em;"> | |||
{| style="border: 0; margin: 0; background:#F9F9F9;" cellpadding="3" | |||
|- | |||
| valign="top" width="30%" | '''Title''' | |||
| {{{title|}}} | |||
|- | |||
| valign="top" width="30%" | '''Medium''' | |||
| {{{medium|}}} | |||
|- | |||
| valign="top" width="30%" | '''Creator(s)''' | |||
| {{{creator|}}} | |||
|- | |||
| valign="top" width="30%" | '''Publisher''' | |||
| {{{publisher|}}} | |||
|- | |||
| valign="top" width="30%" | '''Release Date''' | |||
| {{{date|}}} | |||
|- | |||
| valign="top" width="30%" | '''Link''' | |||
| {{{link|}}} | |||
|- | |||
| valign="top" width="30%" | '''Purchase''' | |||
| {{{purchase|}}} | |||
|}</div> | |||
|} |
Revision as of 15:21, 5 April 2009
Usage
To embed this template on an episode page, copy & paste the code below to the top of the new page:
{{InfoboxBook |image= |title= |medium= |creator= |publisher= |date= |link= |purchase= }}
The Template
|