Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Undo revision 4281 by Rineke Oostenrijk (talk)) |
||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
</noinclude><includeonly><!--check on content--> | </noinclude><includeonly><!--check on content--> | ||
{{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}|| | {{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}{{{list|}}}|| | ||
|<div class="rc-row"><!-- | |<div class="rc-row"><!-- | ||
-->{{#ifeq:{{{text|}}}||| <!-- display text --> | -->{{#ifeq:{{{text|}}}||| <!-- display text --> | ||
Line 19: | Line 19: | ||
<p>{{{text|}}}</p> | <p>{{{text|}}}</p> | ||
</div><!-- | </div><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{ | -->{{#ifeq:{{{list|}}}||| <!-- display list --> | ||
<div class="rc-title"> | |||
<p>{{{title|}}}</p> | |||
</div> | |||
<div class="rc-data"> | |||
<ol class="rc-data"> | |||
{{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ol> | |||
</div><!-- | |||
-->}}<!-- | |||
-->{{#ifeq:{{{option|}}}{{{other|}}}||| | |||
<div class="rc-title"> | <div class="rc-title"> | ||
<p>{{{title|}}}</p> | <p>{{{title|}}}</p> | ||
</div> | </div> | ||
<div class="rc-data"> | |||
<ul class="rc-data"> | |||
{{#ifeq:{{{option|}}}|| | |||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |||
-->}}<!-- | |||
-->{{#ifeq:{{{other|}}}|| | |||
|{{#arraymap:{{{other|}}}|;|yy|<li class="rc-spec">yy</li>|}}<!-- | |||
| | |||
-->}}<!-- | -->}}<!-- | ||
--></div><!-- | --></ul> | ||
-->}} | </div><!-- | ||
{{#ifeq:{{{comment|}}}|||<!-- check on title | -->}}<!-- | ||
-->{{#ifeq:{{{text|}}}{{{ | -->{{#ifeq:{{{comment|}}}|||<!-- check on title | ||
-->{{#ifeq:{{{text|}}}{{{option|}}}{{{list|}}}{{{other|}}}|| <!-- | |||
--><div class="rc-title"> | --><div class="rc-title"> | ||
<p>{{{title|}}}</p> | <p>{{{title|}}}</p> |
Revision as of 10:41, 25 August 2016
title standardoption option other comment text cols