Vorlage: ARCHIUM TEMPLATE thorax display: Unterschied zwischen den Versionen
Aus artux
Artux1zu2>SandroSchwarzentrub |
Artux1zu2>SandroSchwarzentrub |
||
| Zeile 1: | Zeile 1: | ||
<!-- ARCHIUM_TEMPLATE_hascher_display --> | <!-- ARCHIUM_TEMPLATE_hascher_display --> | ||
<!-- Version 20200309 --> | <!-- Version 20200309 --> | ||
<!-- This template queries the underlying cargo database | <!-- This template queries the underlying cargo database | ||
and displays the results in a pleasant way --> | |||
<includeonly> | <includeonly> | ||
{{ARCHIUM_HIDE_BEGIN}} | {{ARCHIUM_HIDE_BEGIN}} | ||
| Zeile 10: | Zeile 10: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
__NOTOC__ | __NOTOC__ | ||
<!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | <!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | ||
<!-- query type --> | <!-- query type --> | ||
| Zeile 95: | Zeile 96: | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
}} | }} | ||
}} | }} | ||
<!-- query date of creation --> | |||
{{#vardefine:date_of_creation| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_hascher_date_of_creation | |||
|fields=ARCHIUM_PROPERTY_hascher_date_of_creation | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
}} | |||
}} | |||
{{ARCHIUM_HIDE_END}} | {{ARCHIUM_HIDE_END}} | ||
| Zeile 112: | Zeile 124: | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column 3"> | <div class="archium-grid-item" style="grid-column: 3"> | ||
<h4>Titel:</h4> | <h4>Titel:</h4> | ||
<p>{{#var:title}}</p> | <p>{{#var:title}}</p> | ||
| Zeile 118: | Zeile 130: | ||
<div class="archium-grid-item" style="grid-column: 1"> | <div class="archium-grid-item" style="grid-column: 1"> | ||
<h4>Erstellungsdatum:</h4> | |||
<p>{{#var:date_of_creation}}</p> | |||
</div> | |||
<div class="archium-grid-item" style="grid-column: 1" / span 2> | |||
<h4>Laufzeit:</h4> | <h4>Laufzeit:</h4> | ||
<p>von: {{#var:date_from}} bis: {{#var:date_until}}</p> | <p>von: {{#var:date_from}} bis: {{#var:date_until}}</p> | ||
Version vom 10. März 2020, 15:15 Uhr
