Template:Info: Difference between revisions
Jump to navigation
Jump to search
ShadowWolf (talk | contribs) m fix style error |
ShadowWolf (talk | contribs) m re-combine the series into the main box |
||
| Line 18: | Line 18: | ||
--><td style="font-size: x-small;">{{{genre}}}</td><!-- | --><td style="font-size: x-small;">{{{genre}}}</td><!-- | ||
--></tr><!-- | --></tr><!-- | ||
-->{{#if:{{{series|}}}|<!-- | |||
--><tr><!-- | |||
--><td style="font-size: x-small; text-align: left;">Series:</td><!-- | |||
--><td style="font-size: x-small;">{{{series}}} {{#if:{{{position|}}}|#{{{position}}}}}</td><!-- | |||
--></tr><!-- | |||
-->{{#if:{{{previous|}}}|<!-- | |||
--><tr><!-- | |||
--><td style="text-align: left; font-size: x-small;">Previous:</td><!-- | |||
--><td style="font-size: x-small;">{{{previous}}}</td><!-- | |||
--></tr><!-- | |||
-->}}<!-- | |||
-->{{#if:{{{next|}}}|<!-- | |||
--><tr><!-- | |||
--><td style="font-size: x-small; text-align: left;">Next:</td><!-- | |||
--><td style="font-size: x-small;">{{{next}}}</td><!-- | |||
--></tr><!-- | |||
-->}}<!-- | |||
-->}}<!-- | -->}}<!-- | ||
-->}}<!-- | |||
--></table><!-- | --></table><!-- | ||
-->{{#if:{{{setting|}}}|<!-- | -->{{#if:{{{setting|}}}|<!-- | ||
-->{{universe|{{{setting}}}}}<!-- | -->{{universe|{{{setting}}}}}<!-- | ||
-->}}</includeonly><noinclude> | -->}}</includeonly><noinclude> | ||
Revision as of 02:28, 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 |
| 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.
