Display template for document metadata. Does not set any SMW properties — use {{#set:}} directly on the Document page. == Parameters == {| class="wikitable" ! Parameter !! Description |- | reference || Composite reference identifier (e.g. AUT AMG – Arzneimittelgesetz 04-Mar-2023) |- | validity_area || Country / region code (e.g. AUT, USA, EU) |- | scopes || Scope code(s) (e.g. HM, G) |- | doc_name || Full document name (regulation, law, guideline, …) |- | version || Version or revision date |- | status || Current, Draft, Superseded, … |- | doc_type || Legal act, Regulation, Guideline, … |- | language || ISO 639 language code(s) (e.g. EN, DE) |- | description || Short description of the document |- | official_link || URL to the official source (omit the surrounding brackets) |- | restricted || Yes / No |- | submitted_by || Name of the person who submitted this entry |- | contributors || Additional contributors (optional) |} == Usage ==
{{DocumentBox
|reference=
|validity_area=
|scopes=
|doc_name=
|version=
|status=
|doc_type=
|language=
|description=
|official_link=
|restricted=No
|submitted_by=
|contributors=
}}
{| class="wikitable gplx-infobox" ! colspan="2" class="gplx-infobox-header" | Document information |- ! scope="row" | Reference | {{{reference|}}} |- ! scope="row" | Validity area | {{{validity_area|}}} |- ! scope="row" | Scope(s) | {{{scopes|}}} |- ! scope="row" | Document name | {{{doc_name|}}} |- ! scope="row" | Version / Revision | {{{version|}}} |- ! scope="row" | Status | {{{status|}}} |- ! scope="row" | Document type | {{{doc_type|}}} |- ! scope="row" | Language(s) | {{{language|}}} |- ! scope="row" | Description | {{{description|}}} |- ! scope="row" | Official source | {{#if:{{{official_link|}}}|[{{{official_link|}}} Official link]|—}} |- ! scope="row" | Restricted access | {{{restricted|No}}} |- ! scope="row" | Submitted by | {{{submitted_by|}}} |- ! scope="row" | Contributors | {{{contributors|}}} |}