Template:DisplayItemTemplate: Difference between revisions

From IAMC-Documentation
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></tr><!--
             <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:{{{cols|}}}; -moz-columns:{{{cols|}}}; columns:{{{cols|}}};">
             <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></tr><!--
           --></ul></div></td><!--
     -->}}<!--
     -->}}<!--
  -->}}<!--
  -->}}<!--
  -->{{#ifeq:{{{comment|}}}|||
  -->{{#ifeq:{{{comment|}}}|||
           <tr><td></td>
           <td></td>
               <td>''Note: {{{comment|}}}''</td></tr><!--
               <td>''Note: {{{comment|}}}''</td><!--
  -->}}
  -->}}
  </table><!--
  </tr></table><!--
-->}}</includeonly>
-->}}</includeonly>

Revision as of 11:43, 21 August 2016

title
option
other
comment
text
cols