Template:Icon: Difference between revisions
Tokoshoran (talk | contribs) No edit summary |
Tokoshoran (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Icon/Doc}}</noinclude><includeonly> | <noinclude>{{Icon/Doc}}</noinclude><includeonly> | ||
<tr> <!-- New row! --> | |||
<td style="vertical-align: top; border-top: 7px solid white; background:#{{{background|eee}}}; text:#{{{text|000}}};"> | |||
--> | {{simpleicon|{{{icon|1}}}|{{#if:{{{icon2|}}}|{{{icon2|2}}}|}}|{{#if:{{{icon3|}}}|{{{icon3|3}}}|}}|{{#if:{{{icon4|}}}|{{{icon4|4}}}|}}|}} | ||
</td> | |||
<!-- Second cell, second column --> | |||
<td style="min-width: 300px; width: 40%; border: 1px solid white; vertical-align: top; background:#{{{background|eee}}}; text:#{{{text|000}}};"> | |||
--> | '''Name:''' {{{name|Unnamed}}}<br /> | ||
'''Age:''' {{{age|Ageless}}}<br /> | |||
--> | '''Gender:''' {{{gender|Neither}}}<br />{{#if:{{{pawn|}}}|<!-- moved here to avoid linebreak --> | ||
'''Pawn status''' {{{pawn|}}}<br />|}} | |||
'''Relationship:''' {{{relation|Single, not looking}}}<br /> | |||
</td> | |||
<!-- Third cell, third column --> | |||
<td style="border: 1px solid white; vertical-align: top; background:#{{{background|eee}}}; text:#{{{text|000}}};"> | |||
'''Description:''' {{{description|Nondescript!}}}<br /> | |||
'''Trivia:''' {{{trivia|Apparently has nothing special going for them}}} | |||
</td> | |||
</tr><!-- Close row --> | |||
</includeonly> |
Latest revision as of 21:42, 19 July 2014
By changing around a whole lot of jazz, you can now host up to four images for one character in a nifty little setup!
What all's available in the second (middle) row:
|icon is used for the default, or first icon.
|iconx is used for any extra icons, though it will only work for 2, 3, and 4.
|name The character's name, of course.
|age The character's age.
|gender As it says.
|pawn An optional input, for use with RUST and joined storylines.
|relation What relationship the character is in.
And for the third (right) column:
|description Information about this character. Put the important stuff here!
|trivia Unimportant information that can still be useful or humorous.
Finally, some extras:
|background For customizing the background color of the entire thing. Please note this effects ALL THREE columns, not just one.
|text For customizing the text color for the entire thing. As is the case with background, it effects ALL THREE columns.