Interface administrators, Administrators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
253
edits
No edit summary Tags: Manual revert Metadata slot edit |
No edit summary Tag: Metadata slot edit |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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> | |||