Template:DisplayItemInMatrixTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
</noinclude><includeonly><!--check on content--> | </noinclude><includeonly><!--check on content--> | ||
{{#ifeq:{{{?standardoption|}}}{{{?option|}}}{{{?other|}}}{{{?comment|}}}{{{?text|}}}{{{?list|}}}|| | {{#ifeq:{{{?standardoption|}}}{{{?option|}}}{{{?other|}}}{{{?comment|}}}{{{?text|}}}{{{?list|}}}|| | ||
| | |{{#ifeq:{{{?text|}}}||| <!-- display text --> | ||
<p class="rc-matrix-data">{{{?text|}}}</p><!-- | |||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{?list|}}}||| <!-- display list, list assumes text for title display --> | -->{{#ifeq:{{{?list|}}}||| <!-- display list, list assumes text for title display --> | ||
<ol class="rc-matrix-data"> | <ol class="rc-matrix-data"> | ||
{{#arraymap:{{{?list|}}}|;|xx|<li>xx</li>|}}</ol | {{#arraymap:{{{?list|}}}|;|xx|<li>xx</li>|}}</ol><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{?standardoption|}}}{{{?other|}}}||| | -->{{#ifeq:{{{?standardoption|}}}{{{?other|}}}||| | ||
<ul class="rc-matrix-data"><!-- | <ul class="rc-matrix-data"><!-- | ||
-->{{#ifeq:{{{?standardoption|}}}|<!-- display other --> | -->{{#ifeq:{{{?standardoption|}}}|<!-- display other --> | ||
Line 34: | Line 29: | ||
-->}}<!-- | -->}}<!-- | ||
--></ul><!-- | --></ul><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->}} | -->}} | ||
</includeonly> | </includeonly> |
Revision as of 07:32, 31 August 2016
title standardoption option other text list