Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{list|}}}||| <!-- display list --> | -->{{#ifeq:{{{list|}}}||| <!-- display list --> | ||
<div style="clear:left; float:left; width:150px; height:100%; text-align:right; vertical-align: | <div style="clear:left; float:left; width:150px; height:100%; text-align:right; vertical-align:top;"> | ||
<p>'''{{{title|}}}'''</p> | <p>'''{{{title|}}}'''</p> | ||
</div> | </div> | ||
<div style="float:left; margin-left:15px; max-width:600px; height:100%; vertical-align:top; "> | <div style="float:left; margin-left:15px; max-width:600px; height:100%; vertical-align:top; "> | ||
<ul>{{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ul> | <ul -webkit-column-count: {{{cols|}}}; -moz-column-count: {{{cols|}}}; column-count: {{{cols|}}};> | ||
{{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ul> | |||
</div><!-- | </div><!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 32: | Line 33: | ||
<p>'''{{{title|}}}'''</p> | <p>'''{{{title|}}}'''</p> | ||
</div> | </div> | ||
<div style="float:left; margin-left:15px; width:200px; height:100%; vertical-align:top; -webkit-column-count: {{{cols|}}}; -moz-column-count: {{{cols|}}}; column-count: {{{cols|}}};"> | <div style="float:left; margin-left:15px; width:200px; height:100%; vertical-align:top; > | ||
<ul -webkit-column-count: {{{cols|}}}; -moz-column-count: {{{cols|}}}; column-count: {{{cols|}}};"> | |||
{{#ifeq:{{{option|}}}|| | |||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | ||
-->}}<!-- | -->}}<!-- |
Revision as of 15:10, 22 August 2016
title standardoption option other comment text cols