Artux1zu2>SandroSchwarzentrub |
|
| (46 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| <!-- ARCHIUM_MASTER_TEMPLATE_hascher_object --> | | <!-- ARCHIUM_TEMPLATE_thorax_signature --> |
| <!-- Version 20200303 --> | | <!-- Version 20200519 --> |
| <!-- --> | | |
| | <!-- writes the signature of the current object |
| | into the database - flags: mandatory, unique --> |
| | |
| <includeonly> | | <includeonly> |
| <!-- CHECK FOR SET PARAMETERS AND CALL RELEVANT TEMPLATES --> | | <!-- CHECK PARAMETER AND STORE --> |
| <!-- -->
| | {{#if: {{{signature|}}} |
| <!-- if applicable we test each parameter for
| | |{{#cargo_store: |
| object, literature, topic in that order -->
| | _table = ARCHIUM_TABLE_thorax_signature |
| {{#if:{{{object_signature|}}} | | |ARCHIUM_PROPERTY_thorax_signature = {{ARCHIUM TEMPLATE filter text2db|{{{signature}}}}} |
| |{{ARCHIUM_TEMPLATE_hascher_signature|object_signature={{{object_signature}}}}}
| | }} |
| | | |
| }}
| |
| {{#if:{{{literature_signature|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_signature|literature_signature={{{literature_signature}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{topic_signature|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_signature|topicsignature={{{topic_signature}}}}}
| |
| |
| |
| }}
| |
| <!-- ---------------------------------------------------------------------- -->
| |
| {{#if:{{{object_title|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_title|object_title={{{object_title}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{literature_title|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_title|literature_title={{{literature_title}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{topic_title|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_title|topic_title={{{topic_title}}}}}
| |
| | | |
| }}
| |
| <!-- ---------------------------------------------------------------------- -->
| |
| {{#if:{{{object_description|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_description|object_description={{{object_description}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{literature_description|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_description|literature_description={{{literature_description}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{topic_description|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_description|topic_description={{{topic_description}}}}}
| |
| |
| |
| }}
| |
| <!-- ---------------------------------------------------------------------- -->
| |
| {{#if:{{{object_remark|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_remark|object_remark={{{object_remark}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{literature_remark|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_remark|literature_remark={{{literature_remark}}}}}
| |
| |
| |
| }}
| |
| {{#if:{{{topic_remark|}}}
| |
| |{{ARCHIUM_TEMPLATE_hascher_remark|topic_remark={{{topic_remark}}}}}
| |
| | | | | |
| }} | | }} |
| </includeonly> | | </includeonly> |
| <!-- -->
| | |
| <noinclude> | | <noinclude> |
| <!-- DECLARE ALL NECESSARY TABLES --> | | <!-- DECLARE CARGO TABLES --> |
| <!-- declare signature table -->
| |
| {{#cargo_declare: | | {{#cargo_declare: |
| _table=ARCHIUM_TABLE_hascher_object | | _table = ARCHIUM_TABLE_thorax_signature |
| |ARCHIUM_PROPERTY_hascher_object_signature = String
| | |ARCHIUM_PROPERTY_thorax_signature = String |
| |ARCHIUM_PROPERTY_hascher_object_title = String | |
| |ARCHIUM_PROPERTY_hascher_object_description = String
| |
| |ARCHIUM_PROPERTY_hascher_object_remark = String
| |
| }} | | }} |
| <!-- -->
| | |
| <!-- CALL HOOKS --> | | <!-- CALL HOOKS --> |
| {{ARCHIUM_TEMPLATE_hook|ARCHIUM_hascher}} | | {{ARCHIUM_TEMPLATE_hook|ARCHIUM_thorax}} |
| <!-- -->
| | |
| <!-- -->
| |
| <!-- LICENSE NOTE --> | | <!-- LICENSE NOTE --> |
| <!-- https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data --> | | <!-- https://www.mediawiki.org/wiki/Extension:Cargo/Storing_data |
| <!-- Distributed under the terms of GNU General Public License, version 2 (GPL-2.0), https://www.gnu.org/licenses/old-licenses/gpl-2.0.html --> | | Distributed under the terms of GNU General Public License, |
| | version 2 (GPL-2.0), https://www.gnu.org/licenses/old-licenses/gpl-2.0.html --> |
| </noinclude> | | </noinclude> |
| <nowiki/>
| |