Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
</noinclude><includeonly><!--check on content--> | </noinclude><includeonly><!--check on content--> | ||
{{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}{{{list|}}}|| | {{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}{{{list|}}}|| | ||
|<div style="clear:both; max-width: | |<div style="clear:both; max-width:900px; height:100%;"><!-- | ||
-->{{#ifeq:{{{text|}}}||| <!-- display text --> | -->{{#ifeq:{{{text|}}}||| <!-- display text --> | ||
<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:"> | ||
<p>'''{{{title|}}}'''</p> | <p>'''{{{title|}}}'''</p> | ||
</div> | </div> | ||
<div style="float:left; margin-left:15px; max-width: | <div style="float:left; margin-left:15px; max-width:500px; height:100%; vertical-align:top;"> | ||
<p>{{{text|}}}</p> | <p>{{{text|}}}</p> | ||
</div><!-- | </div><!-- | ||
Line 24: | Line 24: | ||
<p>'''{{{title|}}}'''</p> | <p>'''{{{title|}}}'''</p> | ||
</div> | </div> | ||
<div style="float:left; margin-left:15px; max-width: | <div style="float:left; margin-left:15px; max-width:500px; height:100%; vertical-align:top; "> | ||
<ul> | <ul> | ||
{{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ul> | {{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ul> | ||
Line 33: | Line 33: | ||
<p>'''{{{title|}}}'''</p> | <p>'''{{{title|}}}'''</p> | ||
</div> | </div> | ||
<div style="float:left; margin-left:15px; max-width:500px; height:100%; vertical-align:top; > | |||
<ul -webkit-column-count: {{{cols|}}}; -moz-column-count: {{{cols|}}}; column-count: {{{cols|}}}; "> | |||
{{#ifeq:{{{option|}}}|| | {{#ifeq:{{{option|}}}|| | ||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | ||
Line 40: | Line 41: | ||
|{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}}<!-- | |{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
--></ul><!-- | --></ul> | ||
-->}} | </div><!-- | ||
{{#ifeq:{{{comment|}}}|||<!-- check on title | -->}}<!-- | ||
-->{{#ifeq:{{{comment|}}}|||<!-- check on title | |||
-->{{#ifeq:{{{text|}}}{{{option|}}}{{{list|}}}{{{other|}}}|| <!-- | -->{{#ifeq:{{{text|}}}{{{option|}}}{{{list|}}}{{{other|}}}|| <!-- | ||
--><div style="clear:left; float:left; width:150px; height:100%; text-align:right; vertical-align:top;"> | --><div style="clear:left; float:left; width:150px; height:100%; text-align:right; vertical-align:top;"> |
Revision as of 15:43, 22 August 2016
title standardoption option other comment text cols