Template:Info: Difference between revisions
Jump to navigation
Jump to search
ShadowWolf (talk | contribs) m yatf7 |
ShadowWolf (talk | contribs) manual revert (ie: copy in the last fully functional code) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{# | <includeonly> | ||
{{#ifeq:{{{series|No}}}|No| | |||
{| class="toc floatright" style="border: 1px #aaa; border-style: solid; width:300px; text-align:center;" | |||
|- | |||
| style="text-align: center;" colspan="2" | ''{{{title|{{PAGENAME}}}}'' | |||
{{# | |- | ||
| style="text-align:left; font-size:x-small;" | Author: | |||
{ | | {{#ifeq:{{{contact| }}}| |{{{author|Anonymous}}}|<a href="mailto:{{{contact}}}">{{{author|Anonymous}}}</a>}} | ||
|- | |||
| style="text-align:left; font-size:x-small;" | Website: | |||
| {{#ifeq:{{{website| }}}| |''Unknown''|[{{{website}}} {{{website}}}]}} | |||
</includeonly><noinclude> | |- | ||
| style="text-align:left; font-size:x-small;" | Setting: | |||
| {{{setting|''Custom (possibly)''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation Type: | |||
| {{{tftype|''Unknown''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation: | |||
| {{{tf|''Unknown''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Genre: | |||
| {{{genre|''Unknown''}}} | |||
|} | |||
| | |||
{| class="toc floatright" style="border: 1px #aaa; border-style: solid; width:300px; text-align:center;" | |||
|- | |||
| style="text-align: center;" colspan="2" | ''{{#var:title}}'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Author: | |||
| {{#ifeq:{{{contact| }}}| |{{#var:author}}|<a href="mailto:{{{contact}}}">{{#var:author}}</a>}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Website: | |||
| {{#ifeq:{{{website| }}}| |''Unknown''|[{{{wenbsite}}} {{{website}}}]}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Series: | |||
| {{{series}}} {{#ifeq:{{{position|-1}}}|-1||#{{{position}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Previous Story in Series: | |||
| {{{previous|''None''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Next Story in Series: | |||
| {{{next|''None''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Setting: | |||
| {{{setting|''Custom (possibly)''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation Type: | |||
| {{{tftype|''Unknown''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation: | |||
| {{{tf|''Unknown''}}} | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Genre: | |||
| {{{genre|''Unknown''}}} | |||
|} | |||
}}</includeonly><noinclude> | |||
{| class="toc floatright" style="border: 1px #aaa; border-style: solid; width:300px; text-align:center;" | |||
|- | |||
| style="text-align: center;" colspan="2" | ''Example'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Author: | |||
| Anonymous | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Website: | |||
| ''Unkown'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Setting: | |||
| ''Custom (possibly)'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation Type: | |||
| ''Unknown'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Transformation: | |||
| ''Unknown'' | |||
|- | |||
| style="text-align:left; font-size:x-small;" | Genre: | |||
| ''Unknown'' | |||
|}</includeonly><noinclude> | |||
<nowiki>{{info|author=<author name>|title=<story title>|website=<author website>|contact=<author email>|type=<animal, mythical, etc...>|setting=<universe>|tf=<main transformation - like: Human(Male) to Horse(Female)>|series=<series name>|position=<position of story in series>|previous=<link to previous story in series>|next=<link to next story in series>}}</nowiki> | <nowiki>{{info|author=<author name>|title=<story title>|website=<author website>|contact=<author email>|type=<animal, mythical, etc...>|setting=<universe>|tf=<main transformation - like: Human(Male) to Horse(Female)>|series=<series name>|position=<position of story in series>|previous=<link to previous story in series>|next=<link to next story in series>}}</nowiki> | ||
Revision as of 01:41, 10 August 2007
| Example | |
| Author: | Anonymous |
| Website: | Unkown |
| Setting: | Custom (possibly) |
| Transformation Type: | Unknown |
| Transformation: | Unknown |
| Genre: | Unknown |
</includeonly>
{{info|author=<author name>|title=<story title>|website=<author website>|contact=<author email>|type=<animal, mythical, etc...>|setting=<universe>|tf=<main transformation - like: Human(Male) to Horse(Female)>|series=<series name>|position=<position of story in series>|previous=<link to previous story in series>|next=<link to next story in series>}}
Example:
| Infobox Example | |
| Author: | Pornrat Watanabe |
| Authors Website: | http://watanabe.com |
| Setting: | Xanadu |
| TF Type: | Mythical |
| Transformation: | Human to Dragon |
| Genre: | Fantasy |
{{info|author=Pornrat Watanabe|title=Infobox Example|contact=pornrat@watanabe.com|website=http://watanabe.com|setting=Xanadu|type=Mythical|tf=Human to Dragon|genre=Fantasy}}
All parameters are optional.