Template:Info: Difference between revisions

From Shifti
Jump to navigation Jump to search
m add a border
m fix example and badly formed </tr>
Line 39: Line 39:
     --><tr><!--
     --><tr><!--
       --><td style="font-size: x-small; text-align: left;">Setting/Universe:</td><!--
       --><td style="font-size: x-small; text-align: left;">Setting/Universe:</td><!--
       --><td style="font-size: x-small;">{{{setting}}}</td<!--
       --><td style="font-size: x-small;">{{{setting}}}</td><!--
     --></tr><!--
     --></tr><!--
   -->}}<!--
   -->}}<!--
Line 58: Line 58:


Example of how it looks:
Example of how it looks:
{| class="floatright" style="background: #F0FFFF; border: thin solid black; width:300px; text-align:center;"
{| class="toc floatright" style="border: 1px solid #888; width:300px; text-align:center;"
  |-
  |-
  | style="text-align: center;" colspan="2" | ''Infobox Example''
  | style="text-align: center;" colspan="2" | ''Infobox Example''
Line 70: Line 70:
  | style="text-align:left; font-size:x-small;" | Genre:
  | style="text-align:left; font-size:x-small;" | Genre:
  | style="font-size:x-small;" | Fantasy
  | style="font-size:x-small;" | Fantasy
|}
{| class="floatright" style="border: thin solid black; background: #F0FFFF; width: 300px;"
  |-
  |-
  | [[Image:Jigsaw green.png|30px|center|icon]]
  | [[Image:Jigsaw green.png|30px|center|icon]]

Revision as of 02:39, 15 August 2007


Example of a full declaration of this template:

{{info
|author=<author name>
|title=<story title>
|website=<author website>
|contact=<author email>|setting=<universe>
|series=<series name>|position=<position of story in series>
|previous=<link to previous story in series>
|next=<link to next story in series>
|genre=<the genre of the story>}}

Example of how it looks:

Infobox Example
Author: Pornrat Watanabe
Website: http://watanabe.com
Genre: Fantasy
icon
icon
Xanadu story universe
{{info
|author=Pornrat Watanabe
|title=Infobox Example
|contact=pornrat@watanabe.com
|website=http://watanabe.com
|setting=Xanadu
|genre=Fantasy}}

All parameters are optional.