Template:DisplayItemInMatrixTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
|<td class="rc-matrix-data"><!-- | |<td class="rc-matrix-data"><!-- | ||
-->{{#ifeq:{{{?text|}}}||| <!-- display text --> | -->{{#ifeq:{{{?text|}}}||| <!-- display text --> | ||
<p | <p>{{{?text|}}}</p><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{?list|}}}||| <!-- display list, list assumes text for title display --> | -->{{#ifeq:{{{?list|}}}||| <!-- display list, list assumes text for title display --> | ||
<ol | <ol> | ||
{{#arraymap:{{{?list|}}}|;|xx|<li>xx</li>|}}</ol><!-- | {{#arraymap:{{{?list|}}}|;|xx|<li>xx</li>|}}</ol><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{?standardoption|}}}{{{?other|}}}||| | -->{{#ifeq:{{{?standardoption|}}}{{{?other|}}}||| | ||
<ul | <ul><!-- | ||
-->{{#ifeq:{{{?standardoption|}}}|<!-- display other --> | -->{{#ifeq:{{{?standardoption|}}}|<!-- display other --> | ||
|{{#arraymap:{{{?other|}}}|;|yy|<li class="rc-spec">yy</li>|}} | |{{#arraymap:{{{?other|}}}|;|yy|<li class="rc-spec">yy</li>|}} |
Revision as of 07:38, 31 August 2016
title standardoption option other text list