Template:DisplayItemTemplate: Difference between revisions

From IAMC-Documentation
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!style="width:150px;>{{{title|}}}</th>
       <tr><th style="width:150px;">{{{title|}}}</th>
           <td>|{{{text|}}}</td></tr>
           <td>{{{text|}}}</td></tr>
     </table><!--
     </table><!--
-->}}<!--
-->}}<!--
Line 19: Line 19:
     <table>
     <table>
       {{#ifeq:{{{option|}}}{{{other|}}}|||
       {{#ifeq:{{{option|}}}{{{other|}}}|||
       <tr><th!style="width:150px;>|{{{title|}}}</th>
       <tr><th style="width:150px;">|{{{title|}}}</th>
           <td style="float:left;-webkit-columns:{{{cols|}}}; -moz-columns:{{{cols|}}}; columns:{{{cols|}}};">
           <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 10:35, 21 August 2016

title
option
other
comment
text
cols