Difference between revisions of "Template:Character.icon"
From Fate's Harvest
(Created page with "{| width=120px | [[image:{{{icon| }}}|120px]] |- | {{{fullname}}} |}") |
|||
(50 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {| width= | + | <includeonly> |
− | | [[image:{{{icon| }}}| | + | {| width=200px min-height=250px style="{{#switch: {{{court}}} | Dawn = background-color: rgb(255, 215, 212); | Dusk = background-color: rgb(160, 160, 208); | Sun = background-color: rgb(255, 238, 186); | Moon = background-color: rgb(198, 201, 212); | Spring = background-color: rgb(218, 255, 156); | Autumn = background-color: rgb(255, 169, 118); | Summer = background-color: rgb(255, 122, 110); | Winter = background-color: rgb(193, 215, 237); | #default=white; }} border-style: solid; border-width: 1px; float: left; text-align: center; margin: 1em; min-height: 200px; line-height: 95%;" |
+ | | {{#if: {{{icon}}} | [[image:{{{icon| }}}|120x120px|center|link={{{%PAGE%}}}|{{{%PAGE%}}}]] | [[image:IconDefault.jpg|120x120px|center]]}} | ||
|- | |- | ||
− | | {{{fullname}}} | + | | style="vertical-align: bottom;" | |
+ | {{#if: {{{fullname| }}} | [[{{{%PAGE%}}}|{{{fullname| }}}]] | [[{{{%PAGE%}}}|{{{%PAGE%}}}]] }} | ||
+ | <br> {{#if: {{{muxname| }}} | aka {{{muxname}}} | }} | ||
+ | <br> {{#ifeq: {{{template}}} | Changeling | {{#if: {{{court}}} | {{{court}}} | Courtless }} {{#if: {{{seeming}}} | {{{seeming}}} | Creature }} | {{{template}}} }} | ||
|} | |} | ||
+ | </includeonly> |