Difference between revisions of "Template:Semorg-list-intro"

From SemanticOrganization
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{semorg-bundle}}</noinclude><includeonly><table class="table table-condensed table-sm table-bordered sortable">{{#ifeq:{{{columns|}}}
+
<noinclude>{{semorg-bundle}}</noinclude><includeonly><table class="{{{tableclass|table table-condensed table-sm table-bordered sortable}}}">{{#if:{{{plaincolumns|}}}
  |-
+
   |<tr>{{#arraymap:{{{plaincolumns|}}}
  |
 
   |<tr>{{#arraymap:{{{columns|}}}
 
 
     |,
 
     |,
 
     |xxx
 
     |xxx
     |<th>{{int:semorg-field-xxx-name}}</th>
+
     |<th>xxx</th>
 
     |
 
     |
 
   }}
 
   }}
<th class="semorg-showedit hidden-print"></th>
+
  <th class="semorg-showedit d-print-none"></th>
</tr>
+
  </tr>
 +
  |{{#ifeq:{{{columns|}}}
 +
    |-
 +
    |
 +
    |<tr>{{#arraymap:{{{columns|}}}
 +
      |,
 +
      |xxx
 +
      |<th>{{int:semorg-field-xxx-name}}</th>
 +
      |
 +
    }}
 +
    <th class="semorg-showedit d-print-none"></th>
 +
    </tr>
 +
  }}
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 13:53, 30 August 2021

This page is part of the Semantic Organization extension.