Vorlage: ARCHIUM TEMPLATE thorax display: Unterschied zwischen den Versionen
Aus artux
Artux1zu2>SandroSchwarzentrub |
Artux1zu2>SandroSchwarzentrub |
||
| Zeile 7: | Zeile 7: | ||
<!-- load font-awesome files --> | <!-- load font-awesome files --> | ||
<link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet"> | <link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet"> | ||
<includeonly> | <includeonly> | ||
| Zeile 14: | Zeile 12: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
__NOTOC__ | __NOTOC__ | ||
<!-- ADD FORM-LINK --> | |||
{{#default_form:ARCHIUM_FORM_hascher_object}} | |||
<!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | <!-- QUERY STUFF AND WRITE RESULTS TO VARIABLES --> | ||
| Zeile 58: | Zeile 59: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query title image --> | ||
{{#vardefine: | {{#vardefine:title_image| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_title_image | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_title_image | ||
|default = | |default = image_missing.svg | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query date of creation --> | ||
{{#vardefine: | {{#vardefine:date_of_creation| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_date_of_creation | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_date_of_creation | ||
|default = | |default = - | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
| Zeile 98: | Zeile 97: | ||
|named args = yes | |named args = yes | ||
|template = ARCHIUM_TEMPLATE_format_timeframe | |template = ARCHIUM_TEMPLATE_format_timeframe | ||
}} | }} | ||
}} | }} | ||
| Zeile 191: | Zeile 177: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query description --> | ||
{{#vardefine: | {{#vardefine:description| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_description | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_description | ||
|default = | |default = keine Beschreibung angegeben | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
| Zeile 215: | Zeile 190: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query remark --> | ||
{{#vardefine: | {{#vardefine:remark| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_remark | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_remark | ||
|default = | |default = keine Anmerkungen angegeben | ||
|no html | |no html | ||
|where = "_pageName" = '{{PAGENAME}}' | |where = "_pageName" = '{{PAGENAME}}' | ||
| Zeile 228: | Zeile 203: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query count --> | ||
{{#vardefine: | {{#vardefine:count| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_count | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_count | ||
|default = - | |default = - | ||
|no html | |no html | ||
| Zeile 241: | Zeile 216: | ||
}} | }} | ||
}} | }} | ||
<!-- query | <!-- query condition --> | ||
{{#vardefine: | {{#vardefine:condition| | ||
{{#cargo_query: | {{#cargo_query: | ||
tables = | tables = | ||
ARCHIUM_TABLE_hascher_condition | |||
|fields= | |fields=ARCHIUM_PROPERTY_hascher_condition | ||
|default = - | |default = - | ||
|no html | |no html | ||
|where = " | |where = "_pageName" = '{{PAGENAME}}' | ||
|format = template | |format = template | ||
|template = ARCHIUM_TEMPLATE_format_ul | |template = ARCHIUM_TEMPLATE_format_ul | ||
| Zeile 303: | Zeile 278: | ||
|named args = yes | |named args = yes | ||
|template = ARCHIUM_TEMPLATE_format_gnd_entry | |template = ARCHIUM_TEMPLATE_format_gnd_entry | ||
}} | |||
}} | |||
<!-- query links --> | |||
{{#vardefine:link| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_hascher_link | |||
|fields=ARCHIUM_PROPERTY_hascher_link | |||
|default = - | |||
|no html | |||
|where = "_pageName" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | |||
}} | |||
<!-- query backlinks --> | |||
{{#vardefine:backlink| | |||
{{#cargo_query: | |||
tables = | |||
ARCHIUM_TABLE_hascher_link | |||
|fields=_pageName | |||
|default = - | |||
|no html | |||
|where = "ARCHIUM_PROPERTY_hascher_link" = '{{PAGENAME}}' | |||
|format = template | |||
|template = ARCHIUM_TEMPLATE_format_ul | |||
}} | }} | ||
}} | }} | ||
| Zeile 317: | Zeile 318: | ||
|named args = yes | |named args = yes | ||
|template = ARCHIUM_TEMPLATE_format_attachment | |template = ARCHIUM_TEMPLATE_format_attachment | ||
}} | }} | ||
}} | }} | ||
| Zeile 334: | Zeile 324: | ||
<!-- HEADER-CONTAINER --> | <!-- HEADER-CONTAINER --> | ||
<div class="archium-grid-container-base archium-grid-container-header"> | <div class="archium-grid-container-base archium-grid-container-header"> | ||
<div class="archium-grid-item-header" style="grid-column: 1 / span 3"> | <div class="archium-grid-item-header" style="grid-column: 1 / span 3;"> | ||
<h3>Objekt</h3> | <h3>Objekt</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item-header" style="grid-column: 4 / span 3"> | <div class="archium-grid-item-header" style="grid-column: 4 / span 3;"> | ||
<div class="archium-overview"> | <div class="archium-overview"> | ||
<h3><i class="fas fa-list"></i> Übersicht</h3> | <h3><i class="fas fa-list"></i> Übersicht</h3> | ||
{{ | {{ARCHIUM_TEMPLATE_overview}} | ||
</div> | </div> | ||
</div> | </div> | ||
| Zeile 349: | Zeile 339: | ||
<h3><i class="fas fa-id-card"></i> Identifizierung</h3> | <h3><i class="fas fa-id-card"></i> Identifizierung</h3> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 1" | <div class="archium-grid-item" style="grid-column: 1 / span 1;"> | ||
<h4>Objekttyp:</h4> | <h4>Objekttyp:</h4> | ||
<p>{{#var:type}}</p> | <p>{{#var:type}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 2 / span 1" | <div class="archium-grid-item" style="grid-column: 2 / span 1;"> | ||
<h4>Signatur:</h4> | <h4>Signatur:</h4> | ||
<p>{{#var:signature}}</p> | <p>{{#var:signature}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 3 / span 1" | <div class="archium-grid-item" style="grid-column: 3 / span 1;"> | ||
<h4>Titel:</h4> | <h4>Titel:</h4> | ||
<p>{{#var:title}}</p> | <p>{{#var:title}}</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 4 / span 3; grid-row: 2 / span 2" | <div class="archium-grid-item" style="grid-column: 4 / span 3; grid-row: 2 / span 2;"> | ||
<h4>Titelbild:</h4> | <h4>Titelbild:</h4> | ||
<p>[[File:{{#var:title_image}}]]</p> | <p>[[File:{{#var:title_image}}]]</p> | ||
</div> | </div> | ||
<div class="archium-grid-item" style="grid-column: 1 / span 1" | <div class="archium-grid-item" style="grid-column: 1 / span 1;"> | ||
<h4>Erstellungsdatum:</h4> | <h4>Erstellungsdatum:</h4> | ||
<p>{{#var:date_of_creation}}</p> | <p>{{#var:date_of_creation}}</p> | ||
Version vom 30. April 2020, 16:41 Uhr
<link href="../fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet">
