Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
<div style="float:left;width:150px;font-weight: bold;height:40px" >{{{title|}}}</div> | <div style="float:left;width:150px;font-weight: bold;height:40px" >{{{title|}}}</div> | ||
{{#ifeq:{{{text|}}}| <!-- if no text, then list options | {{#ifeq:{{{text|}}}| <!-- if no text, then list options | ||
-->|<div style="float:left | -->|<div style="float:left;-webkit-columns:{{{cols|}}}; -moz-columns:{{{cols|}}}; columns:{{{cols|}}};"><!-- | ||
--><ul>{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | --><ul>{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | ||
-->{{#ifeq:{{{other|}}}|||{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}} }} | -->{{#ifeq:{{{other|}}}|||{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}} }} |
Revision as of 18:12, 19 August 2016
title option other comment text cols