Template:Info: Difference between revisions
Jump to navigation
Jump to search
ShadowWolf (talk | contribs) m change styling of info-box header |
ShadowWolf (talk | contribs) m add icon and fix up formatting |
||
| Line 2: | Line 2: | ||
--><table class="toc floatright" style="width: 300px; text-align: center; border: 1px solid #888;"><!-- | --><table class="toc floatright" style="width: 300px; text-align: center; border: 1px solid #888;"><!-- | ||
-->{{#if:{{{title|}}}|<!-- | -->{{#if:{{{title|}}}|<!-- | ||
--><tr><td | --><tr><!-- | ||
--><td>[[Image:Info_icon.png|20px]]</td><!-- | |||
--><td style="text-align: left; font-size: 110%; font-weight: bold;">{{{title}}}</td><!-- | |||
--></tr><!-- | |||
-->}}{{#if:{{{author|}}}|<!-- | -->}}{{#if:{{{author|}}}|<!-- | ||
--><tr><!-- | --><tr><!-- | ||
| Line 60: | Line 63: | ||
{| class="toc floatright" style="border: 1px solid #888; width:300px; text-align:center;" | {| class="toc floatright" style="border: 1px solid #888; width:300px; text-align:center;" | ||
|- | |- | ||
| style="font-size: 110%; font-weight: bold; | | [[Image:Info_icon.png|20px]] | ||
| style="font-size: 110%; font-weight: bold; text-align: left;" | Infobox Example | |||
|- | |- | ||
| style="text-align:left; font-size:x-small;" | Author: | | style="text-align:left; font-size:x-small;" | Author: | ||
Revision as of 03:19, 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 |
| Setting/Universe: | Xanadu |
{{info
|author=Pornrat Watanabe
|title=Infobox Example
|contact=pornrat@watanabe.com
|website=http://watanabe.com
|setting=Xanadu
|genre=Fantasy}}
All parameters are optional.