Category:OSW49aa98c69e554b999f0a95e038379b8e: Difference between revisions

no edit summary
No edit summary
Tag: Metadata slot edit
No edit summary
Tag: Metadata slot edit
 
(10 intermediate revisions by the same user not shown)
jsonschema
Line 39: Line 39:
             "type": "array",
             "type": "array",
             "items": {
             "items": {
                "title": "topic",
                 "type": "string"
                 "type": "string"
             }
             }
header_template
Line 1: Line 1:
 
<table class="info_box">
<tr>
<th class="heading" colspan="2">{{{_label_schema|Event Contribution}}}</th>
</tr>
{{#if: {{{contributor|}}} | <!-- if postal_address is not empty, show -->
    <tr>
    <th>Contributor</th>
    <td>{{{contributor|}}}</td>
    </tr>
    |<!-- else show nothing -->}}
{{#if: {{{event|}}} | <!-- if gps_coordinates is not empty, show -->
    <tr>
    <th>{{{_label_event|Event}}}</th>
    <td>{{#ask:[[{{FULLPAGENAME}}]]|?HasEvent=|format=plain|mainlabel=-}}</td>
    </tr>
    |<!-- else show nothing -->}}
   
{{#if: {{{topics|}}} | <!-- if postal_address is not empty, show -->
    <tr>
    <th>Topics</th>
    <td>{{{topics|{{#ask:[[{{FULLPAGENAME}}]]|?HasTopic=|format=plain|mainlabel=-}}}}}</td>
    </tr>
    |<!-- else show nothing -->}}
</table>