Template:DisplayItemTemplate: Difference between revisions

From IAMC-Documentation
Jump to navigation Jump to search
No edit summary
(Undo revision 4281 by Rineke Oostenrijk (talk))
Line 10: Line 10:
</pre>
</pre>
</noinclude><includeonly><!--check on content-->
</noinclude><includeonly><!--check on content-->
{{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}||
{{#ifeq:{{{standardoption|}}}{{{option|}}}{{{other|}}}{{{comment|}}}{{{text|}}}{{{list|}}}||
   |<div class="rc-row"><!--
   |<div class="rc-row"><!--
   -->{{#ifeq:{{{text|}}}||| <!--  display text  -->
   -->{{#ifeq:{{{text|}}}||| <!--  display text  -->
Line 19: Line 19:
         <p>{{{text|}}}</p>
         <p>{{{text|}}}</p>
         </div><!--
         </div><!--
   -->}}<!--   
   -->}}<!--
   -->{{#ifeq:{{{standardoption|}}}{{{other|}}}|||
  -->{{#ifeq:{{{list|}}}||| <!--  display list  -->
        <div class="rc-title">
        <p>{{{title|}}}</p>
        </div>
        <div class="rc-data">
        <ol class="rc-data">
        {{#arraymap:{{{list|}}}|;|xx|<li>xx</li>|}}</ol>
        </div><!--
  -->}}<!--
   -->{{#ifeq:{{{option|}}}{{{other|}}}|||
         <div class="rc-title">
         <div class="rc-title">
         <p>{{{title|}}}</p>
         <p>{{{title|}}}</p>
         </div>
         </div>
        <div class="rc-data">
<div class="rc-data">
          <p>Default options:</p><!--
              <ul class="rc-data">
          -->{{#ifeq:{{{standardoption|}}}||
                  {{#ifeq:{{{option|}}}||
                |<ul >{{#arraymap:{{{standardoption|}}}|;|xx
                    |{{#arraymap:{{{option|}}}|;|xx|<li>xx</li>|}}<!--
                          |{{MarkOptionTemplate|stdoption=xx|options={{{option|}}} }}
              -->}}<!--
                          |}}</ul><!--
              -->{{#ifeq:{{{other|}}}||
          -->}}<!--
                     |{{#arraymap:{{{other|}}}|;|yy|<li class="rc-spec">yy</li>|}}<!--
        --></div>
        <div class="rc-data">
              {{#ifeq:{{{other|}}}||
                     |<p>Model specific options:</p><ul>{{#arraymap:{{{other|}}}|;|yy|<li style="color:Green">yy</li>|}}</ul><!--
               -->}}<!--
               -->}}<!--
           --></div><!--
           --></ul>
-->}}
</div><!--
{{#ifeq:{{{comment|}}}|||<!-- check on title
-->}}<!--
         -->{{#ifeq:{{{text|}}}{{{standardoption|}}}{{{list|}}}{{{other|}}}|| <!--
-->{{#ifeq:{{{comment|}}}|||<!-- check on title
         -->{{#ifeq:{{{text|}}}{{{option|}}}{{{list|}}}{{{other|}}}|| <!--
           --><div class="rc-title">
           --><div class="rc-title">
               <p>{{{title|}}}</p>
               <p>{{{title|}}}</p>

Revision as of 11:41, 25 August 2016

title
standardoption
option
other
comment
text
cols