Template:Character FS: Difference between revisions
From AnotherEidos R Wiki
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="icon" style=" box-sizing: border-box; border-style: solid; border-width: 5px; | <div class="icon" style=" box-sizing: border-box; border-style: solid; border-width: 5px; | ||
border-color:{{#switch: {{{rarity}}} |☆☆☆☆☆=#d8be12|☆☆☆☆= #7e2062|☆☆☆= #00459b|☆☆ |☆= #b8b9bd| #fd7e00}}; | border-color:{{#switch: {{{rarity}}} |☆☆☆☆☆=#d8be12|☆☆☆☆= #7e2062|☆☆☆= #00459b|☆☆ |☆= #b8b9bd| #fd7e00}}; | ||
background-color:{{#switch: {{{rarity}}} |☆☆☆☆☆=#d8be12|☆☆☆☆= #7e2062|☆☆☆= #00459b|☆☆ |☆= | background-color:{{#switch: {{{rarity}}} |☆☆☆☆☆=#d8be12|☆☆☆☆= #7e2062|☆☆☆= #00459b|☆☆ |☆= DarkGray| #fd7e00}}; | ||
text-align:center; display:inline-block; width:145px; height:145px; margin:1px; padding-top:5px;"> | text-align:center; display:inline-block; width:145px; height:145px; margin:1px; padding-top:5px;"> | ||
Line 7: | Line 7: | ||
</span>]] | </span>]] | ||
{{#switch: {{{limited}}} | {{#switch: {{{limited}}} | ||
| gold ether = <div style=" background-color:gold; color: | | gold ether = <div style=" background-color:gold; color:black; padding:1px; width:55px;"> ETHER </div> | ||
| silver ether = <div style=" background-color:silver; color: | | silver ether = <div style=" background-color:silver; color:black; padding:1px; width:55px;"> ETHER </div> | ||
| flyer = <div style=" background-color:white; color:black;padding:1px; width:55px;"> FLYER </div> | | flyer = <div style=" background-color:white; color:black; padding:1px; width:55px;"> FLYER </div> | ||
| <div style="display:{{{limited|none}}}; background-color:red; color:white;padding:1px; width:55px;"> LIMITED </div> | | story = <div style=" background-color:white; color:black; padding:1px; width:55px;"> STORY </div> | ||
| #default = <div style="display:{{{limited|none}}}; background-color:red; color:white;padding:1px; width:55px;"> LIMITED </div> | |||
}} | }} | ||
</div> | </div> |