Difference between revisions of "Template: Book box"
From Saratta
| 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;height: 20px;'><div class="firstHeading" style="padding: 30px; ">{{{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. | ||
Revision as of 16:45, 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
| author=Clara Fain
| genre=Genre
| date=824 LD
| read_short=2 hours
| read_long=10 hours
}}
|