Template:DisplayItemTemplate: 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:{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}||| | -->{{#ifeq:{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}||| | ||
<table style="max-width:800px;"><!-- | <table style="max-width:800px;border: 1px solid black;"><!-- | ||
-->{{#ifeq:{{{text|}}}||| <!-- display text --> | -->{{#ifeq:{{{text|}}}||| <!-- display text --> | ||
<tr><th style="width:150px;vertical-align:top">{{{title|}}}</th> | <tr><th style="width:150px;vertical-align:top">{{{title|}}}</th> | ||
<td style="vertical-align:top;">{{{text|}}}</td><!-- | <td style="vertical-align:top;border: 1px solid black;">{{{text|}}}</td><!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{option|}}}{{{other|}}}||| | -->{{#ifeq:{{{option|}}}{{{other|}}}||| | ||
{{#ifeq:{{{option|}}}{{{other|}}}||| | {{#ifeq:{{{option|}}}{{{other|}}}||| | ||
<tr><th style="width:150px;vertical-align:top">{{{title|}}}</th> | <tr><th style="width:150px;vertical-align:top">{{{title|}}}</th> | ||
<td style="vertical-align:top;"> | <td style="vertical-align:top;border: 1px solid black;"> | ||
<ul>{{#ifeq:{{{option|}}}|| | <ul>{{#ifeq:{{{option|}}}|| | ||
|{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!-- | ||
Line 29: | Line 29: | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#ifeq:{{{comment|}}}||| | -->{{#ifeq:{{{comment|}}}||| | ||
<td style="width:30%;vertical-align:top">''Note: {{{comment|}}}''</td><!-- | <td style="width:30%;vertical-align:top";border: 1px solid black;>''Note: {{{comment|}}}''</td><!-- | ||
-->}} | -->}} | ||
</tr></table><!-- | </tr></table><!-- | ||
-->}}</includeonly> | -->}}</includeonly> |
Revision as of 11:28, 21 August 2016
title option other comment text cols