Difference between revisions of "Template:Character infobox"
From Mushpedia
m (Cimanyd moved page User:Cimanyd/testtemplate to Template:Character infobox) |
|||
| Line 1: | Line 1: | ||
| − | {| class="wikitable floatright" style="text-align: center" | + | <includeonly>{| class="wikitable floatright" style="text-align: center" |
|- | |- | ||
| colspan="2" | [[image:{{lc:{{{fullname}}}}} portrait.jpg]] | | colspan="2" | [[image:{{lc:{{{fullname}}}}} portrait.jpg]] | ||
| Line 7: | Line 7: | ||
| colspan="2" width="200px" style="text-align: left" | {{{glory|Add in-game character-specific glory description.}}} | | colspan="2" width="200px" style="text-align: left" | {{{glory|Add in-game character-specific glory description.}}} | ||
|- | |- | ||
| − | {{#if:{{{trait|}}}|{{ | + | {{#if:{{{trait|}}}|{{/trait|{{{traiticon|(add picture)}}}|{{{trait}}}|{{{traitinfo|Add in-game trait description.}}} }} }} |
| 1 || style="text-align: left" | {{skill|{{{s1}}}}} | | 1 || style="text-align: left" | {{skill|{{{s1}}}}} | ||
|- | |- | ||
| Line 17: | Line 17: | ||
|- | |- | ||
| 5 || style="text-align: left" | {{skill|{{{s5}}}}} | | 5 || style="text-align: left" | {{skill|{{{s5}}}}} | ||
| − | {{#if:{{{s6|}}}|{{ | + | {{#if:{{{s6|}}}|{{/skill6|{{{s6}}}}}}} |
| + | |}</includeonly><noinclude> | ||
| + | |||
| + | {{character infobox|firstname=Ian|fullname=Ian Soulton|glory=Ian earns 3 {{glory}} for every alien fruit planted.|trait=Pacifist|traiticon=[[image:pacifist.png]]|traitinfo=Wherever you are, aggressive actions cost an additional 2 {{ap}}.|s1=botanist|s2=biologist|s3=mycologist|s4=greenthumb|s5=fire|s6=frugivore}} | ||
| + | {{character infobox|firstname=Chun|fullname=Zhong Chun|s1=hope|s2=nurse|s3=premonition|s4=sneak|s5=lethargy}} | ||
| + | |||
| + | This is a template for use on the character pages. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Parameter !! Explanation !! colspan="2" | Example | ||
| + | |- | ||
| + | | firstname || width="150" | Name used in the game. || width="150" | Ian || width="150" | Chun | ||
| + | |- | ||
| + | | fullname || Character's full name. || Ian Soulton || Zhong Chun | ||
| + | |- | ||
| + | | glory || Character-specific glory gain, seen by mousing over the glory icon in game. || Ian earns 3 <nowiki>{{glory}}</nowiki> for every alien fruit planted. || <!-- I don't know this one yet --> | ||
| + | |- | ||
| + | | trait || Starting status unique to character. Optional. || Pacifist | ||
| + | |- | ||
| + | | traiticon || Icon of that status. Only used with "trait". || <nowiki>[[image:pacifist.png]]</nowiki> | ||
| + | |- | ||
| + | | traitinfo || In-game mouseover description of that status. Only used with "trait". || Wherever you are, aggressive actions cost an additional 2 <nowiki>{{ap}}</nowiki>. | ||
| + | |- | ||
| + | | s1 || rowspan=6 | Character's possible skills. Number corresponds to required character level. See [[template:human skill]] for what to enter for each skill. "s6" is optional. || botanist || hope | ||
| + | |- | ||
| + | | s2 || biologist || nurse | ||
| + | |- | ||
| + | | s3 || mycologist || premonition | ||
| + | |- | ||
| + | | s4 || greenthumb || sneak | ||
| + | |- | ||
| + | | s5 || fire || lethargy | ||
| + | |- | ||
| + | | s6 || frugivore | ||
|} | |} | ||
| + | Examples of use: | ||
| + | |||
| + | <tt><nowiki>{{character infobox|firstname=Ian|fullname=Ian Soulton|glory=Ian earns 3 {{glory}} for every alien fruit planted.|trait=Pacifist|traiticon=[[image:pacifist.png]]|traitinfo=Wherever you are, aggressive actions cost an additional 2 {{ap}}.|s1=botanist|s2=biologist|s3=mycologist|s4=greenthumb|s5=fire|s6=frugivore}}</nowiki> | ||
| + | |||
| + | <nowiki>{{character infobox|firstname=Chun|fullname=Zhong Chun|s1=hope|s2=nurse|s3=premonition|s4=sneak|s5=lethargy}}</nowiki></tt> | ||
| + | [[category:templates]]</noinclude> | ||
| + | |||
| + | The results are on the right side of this page. | ||
Revision as of 17:43, 9 December 2013
| |
| |
Ian Soulton |
|---|---|
| Ian earns 3 | |
| | |
| Skills: | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| Position on title lists: | |
| #? | |
| #? | |
| #? | |
| |
| |
Zhong Chun |
|---|---|
| Add in-game character-specific glory description. | |
| Skills: | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| Position on title lists: | |
| #? | |
| #? | |
| #? | |
This is a template for use on the character pages.
| Parameter | Explanation | Example | |
|---|---|---|---|
| firstname | Name used in the game. | Ian | Chun |
| fullname | Character's full name. | Ian Soulton | Zhong Chun |
| glory | Character-specific glory gain, seen by mousing over the glory icon in game. | Ian earns 3 {{glory}} for every alien fruit planted. | |
| trait | Starting status unique to character. Optional. | Pacifist | |
| traiticon | Icon of that status. Only used with "trait". | [[image:pacifist.png]] | |
| traitinfo | In-game mouseover description of that status. Only used with "trait". | Wherever you are, aggressive actions cost an additional 2 {{ap}}. | |
| s1 | Character's possible skills. Number corresponds to required character level. See template:human skill for what to enter for each skill. "s6" is optional. | botanist | hope |
| s2 | biologist | nurse | |
| s3 | mycologist | premonition | |
| s4 | greenthumb | sneak | |
| s5 | fire | lethargy | |
| s6 | frugivore | ||
Examples of use:
{{character infobox|firstname=Ian|fullname=Ian Soulton|glory=Ian earns 3 {{glory}} for every alien fruit planted.|trait=Pacifist|traiticon=[[image:pacifist.png]]|traitinfo=Wherever you are, aggressive actions cost an additional 2 {{ap}}.|s1=botanist|s2=biologist|s3=mycologist|s4=greenthumb|s5=fire|s6=frugivore}}
{{character infobox|firstname=Chun|fullname=Zhong Chun|s1=hope|s2=nurse|s3=premonition|s4=sneak|s5=lethargy}}
The results are on the right side of this page.

