58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
<noinclude>
|
|
Sidebar template for reference-specific metadata on Reference: pages. Does not set any SMW properties — use <code>{{#set:}}</code> directly on the Reference page.
|
|
|
|
== Parameters ==
|
|
|
|
{| class="wikitable"
|
|
! Parameter !! Description
|
|
|-
|
|
| <code>scope</code> || Applicable scope of this reference (e.g. HM, G, IVD)
|
|
|-
|
|
| <code>doc_part</code> || Article, section, annex, or chapter (e.g. Art. 12, Annex I)
|
|
|-
|
|
| <code>language</code> || Language of this reference (ISO 639, e.g. EN, DE)
|
|
|-
|
|
| <code>tags_en</code> || English tags / keywords (comma-separated)
|
|
|-
|
|
| <code>tags_original</code> || Tags in original document language
|
|
|-
|
|
| <code>tags_fr</code> || French tags (optional)
|
|
|}
|
|
|
|
== Usage ==
|
|
|
|
<pre>
|
|
{{ReferenceBox
|
|
|scope=
|
|
|doc_part=
|
|
|language=
|
|
|tags_en=
|
|
|tags_original=
|
|
|tags_fr=
|
|
}}
|
|
</pre>
|
|
</noinclude><includeonly>{| 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|}}}
|
|
}}
|
|
|}</includeonly>
|