Interface administrators, Administrators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
253
edits
No edit summary Tag: Metadata slot edit |
No edit summary Tag: Metadata slot edit |
||
| (7 intermediate revisions by the same user not shown) | |||
| header_template | |||
|---|---|---|---|
| Line 5: | Line 5: | ||
{{#if: {{{contributor|}}} | <!-- if postal_address is not empty, show --> | {{#if: {{{contributor|}}} | <!-- if postal_address is not empty, show --> | ||
<tr> | <tr> | ||
<th> | <th>Contributor</th> | ||
<td>{{{contributor|}}}</td> | <td>{{{contributor|}}}</td> | ||
</tr> | </tr> | ||
|<!-- else show nothing -->}} | |<!-- 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> | </table> | ||