Template:DisplayItemTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
-->{{#ifeq:{{{text|}}}||| <!-- display text --> | -->{{#ifeq:{{{text|}}}||| <!-- display text --> | ||
<table> | <table> | ||
<tr><th | <tr><th style="width:150px;">{{{title|}}}</th> | ||
<td> | <td>{{{text|}}}</td></tr> | ||
</table><!-- | </table><!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 19: | Line 19: | ||
<table> | <table> | ||
{{#ifeq:{{{option|}}}{{{other|}}}||| | {{#ifeq:{{{option|}}}{{{other|}}}||| | ||
<tr><th | <tr><th style="width:150px;">|{{{title|}}}</th> | ||
<td style=" | <td style="-webkit-columns:{{{cols|}}}; -moz-columns:{{{cols|}}}; columns:{{{cols|}}};"> | ||
<ul>{{#ifeq:{{{option|}}}|| | <ul>{{#ifeq:{{{option|}}}|| | ||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- |
Revision as of 09:35, 21 August 2016
title option other comment text cols