Template:Preference infobox: Difference between revisions
Appearance
Created page with "<includeonly> {| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;" |- ! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{preference}}} |- | colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]] |- ! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' |- ! colspan="2" style="background:#ffffff; text-align:left; padding:4px..." |
No edit summary |
||
Line 5: | Line 5: | ||
|- | |- | ||
| colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]] | | colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]] | ||
|- | |||
! style="background:#ececec; text-align:left; padding:4px;" | Type | |||
| style="padding:4px;" | {{{type}}} | |||
|- | |- | ||
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' | ! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' | ||
Line 12: | Line 15: | ||
! style="background:#ececec; text-align:left; padding:4px;" | Traits | ! style="background:#ececec; text-align:left; padding:4px;" | Traits | ||
| style="padding:4px;" | {{#arraymap:{{{traits|}}}|,|x|[[x]]}} | | style="padding:4px;" | {{#arraymap:{{{traits|}}}|,|x|[[x]]}} | ||
|- | |- | ||
|} | |} | ||
Line 27: | Line 21: | ||
{{#set:Preference={{{preference|}}} }} | {{#set:Preference={{{preference|}}} }} | ||
{{#set:Icon=File:{{{icon|}}} }} | {{#set:Icon=File:{{{icon|}}} }} | ||
{{#set:Values={{{type|}}} }} | |||
{{#set:Description={{{description|}}} }} | {{#set:Description={{{description|}}} }} | ||
{{#set:Traits={{{traits|}}} |+sep}} | {{#set:Traits={{{traits|}}} |+sep}} | ||
</div> | </div> | ||
[[Category:Preferences]] | [[Category:Preferences]] | ||
Line 46: | Line 38: | ||
| preference = | | preference = | ||
| icon = | | icon = | ||
| type = | |||
| description = | | description = | ||
| traits = | |||
}} | }} | ||
</pre> | </pre> |