Difference between revisions of "Template: Book box"
From Saratta
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <includeonly><div style="width: 250px;float:right;margin-left: 10px;"><div class="sideitem"><div class="boxhead"><div id="p-navigation" class="portlet"><div class="headfill" style='padding: 0; margin:0;'><div class="firstHeading" style="padding: 15px 0; ">{{{name}}}</div></div> | ||
| + | |||
| + | <div class="boxbody"> | ||
| + | <div class="pBody"> | ||
| + | <table style="background: transparent;padding:10px;"> | ||
| + | <tr><td>'''Author'''</td><td>{{{author}}}</td></tr> | ||
| + | <tr><td>'''Genre'''</td><td>{{{genre}}}</td></tr> | ||
| + | <tr><td>'''Date Written'''</td><td>{{{date}}}</td></tr> | ||
| + | <tr><td>'''Read Time (Short)'''</td><td>{{{read_short}}}</td></tr> | ||
| + | <tr><td>'''Read Time (Long)'''</td><td>{{{read_long}}}</td></tr> | ||
| + | |||
| + | </table> | ||
| + | </div><!--//pBody --> | ||
| + | </div><!--//boxbody --> | ||
| + | </div><!--//p-navigation --> | ||
| + | </div><!--//boxhead --> | ||
| + | </div> | ||
| + | </div> | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | <br clear=all> | ||
==Usage== | ==Usage== | ||
Produces a formatted sidebar for book pages. See the formatted box below for a blank template for use in articles. | Produces a formatted sidebar for book pages. See the formatted box below for a blank template for use in articles. | ||
| Line 4: | Line 25: | ||
{| style="background: transparent;" | {| style="background: transparent;" | ||
|<pre>{{Book box | |<pre>{{Book box | ||
| + | | name=Masterson's Arcanum | ||
| author=Clara Fain | | author=Clara Fain | ||
| genre=Genre | | genre=Genre | ||
Latest revision as of 16:49, 31 May 2011
Usage
Produces a formatted sidebar for book pages. See the formatted box below for a blank template for use in articles.
{{Book box
| name=Masterson's Arcanum
| author=Clara Fain
| genre=Genre
| date=824 LD
| read_short=2 hours
| read_long=10 hours
}}
|