Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
-->{{#ifeq:{{{text|}}}||| <!-- display text --> | -->{{#ifeq:{{{text|}}}||| <!-- display text --> | ||
<tr><th style="width:150px;">{{{title|}}}</th> | <tr><th style="width:150px;">{{{title|}}}</th> | ||
<td>{{{text|}}}</td | <td>{{{text|}}}</td><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{option|}}}{{{other|}}}||| | -->{{#ifeq:{{{option|}}}{{{other|}}}||| | ||
{{#ifeq:{{{option|}}}{{{other|}}}||| | {{#ifeq:{{{option|}}}{{{other|}}}||| | ||
<tr><th style="width:150px;">{{{title|}}}</th> | <tr><th style="width:150px;">{{{title|}}}</th> | ||
<td> <div style="-webkit-columns: | <td> <div style="-webkit-columns:1; -moz-columns:1; columns:1;"> | ||
<ul>{{#ifeq:{{{option|}}}|| | <ul>{{#ifeq:{{{option|}}}|| | ||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | ||
Line 25: | Line 25: | ||
|{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}}<!-- | |{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
--></ul></div></td | --></ul></div></td><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{comment|}}}||| | -->{{#ifeq:{{{comment|}}}||| | ||
<td></td> | |||
<td>''Note: {{{comment|}}}''</td | <td>''Note: {{{comment|}}}''</td><!-- | ||
-->}} | -->}} | ||
</table><!-- | </tr></table><!-- | ||
-->}}</includeonly> | -->}}</includeonly> |
Revision as of 10:43, 21 August 2016
title option other comment text cols