Sidebar template for reference-specific metadata on Reference: pages. Does not set any SMW properties — use {{#set:}} directly on the Reference page.
== Parameters ==
{| class="wikitable"
! Parameter !! Description
|-
| scope || Applicable scope of this reference (e.g. HM, G, IVD)
|-
| doc_part || Article, section, annex, or chapter (e.g. Art. 12, Annex I)
|-
| language || Language of this reference (ISO 639, e.g. EN, DE)
|-
| tags_en || English tags / keywords (comma-separated)
|-
| tags_original || Tags in original document language
|-
| tags_fr || French tags (optional)
|}
== Usage ==
{{ReferenceBox
|scope=
|doc_part=
|language=
|tags_en=
|tags_original=
|tags_fr=
}}
{| class="wikitable gplx-infobox"
! colspan="2" class="gplx-infobox-header" | Reference details
|-
! scope="row" | Scope
| {{{scope|}}}
|-
! scope="row" | Document part
| {{{doc_part|}}}
|-
! scope="row" | Language
| {{{language|}}}
|-
! scope="row" | Tags (EN)
| {{{tags_en|}}}
{{#if:{{{tags_original|}}}|
|-
! scope="row" | Tags (original)
| {{{tags_original|}}}
}}{{#if:{{{tags_fr|}}}|
|-
! scope="row" | Tags (FR)
| {{{tags_fr|}}}
}}
|}