Template:Infobox library: Difference between revisions
From Clavis Canonum
mNo edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable floatright" | {| class="wikitable floatright" | ||
{{infoboxtablerow|title=Place|value={{{ | {{infoboxtablerow|title=Place|value={{{place|?}}}}}}} | ||
{{infoboxtablerow|title=Name|value={{{ | {{infoboxtablerow|title=Full Name|value={{{lib_normalized|?}}}}}}} | ||
{{infoboxtablerow|title=Country|value={{{ | {{infoboxtablerow|title=Country|value={{{country|?}}}}}}} | ||
{{#if:{{{ | {{#if:{{{lib_short|}}}|{{infoboxtablerow|title=Abbreviated as|value={{{lib_short}}}}}}} | ||
{{#if:{{{ | {{#if:{{{qid|}}}|{{infoboxtablerow|title=Wikidata Item no.|value=[https://www.wikidata.org/wiki/{{{qid}}} {{{qid}}}]}}}} | ||
{{#if:{{{ | {{#if:{{{website|}}}|{{infoboxtablerow|title=Official Website|value={{{website}}}}}}} | ||
{{#if:{{{gnd_id|}}}|{{infoboxtablerow|title=GND ID|value={{{gnd_id}}}}}}} | |||
{{#if:{{{gnd_id2|}}}|{{infoboxtablerow|title=GND ID 2|value={{{gnd_id2}}}}}}} | |||
{{#if:{{{isil|}}}|{{infoboxtablerow|title=ISIL|value={{{isil}}}}}}} | |||
{{#if:{{{isil2|}}}|{{infoboxtablerow|title=ISIL 2|value={{{isil2}}}}}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 14: | Line 18: | ||
"label": "GND ID", | "label": "GND ID", | ||
"description": "The ID the library has in the GND", | "description": "The ID the library has in the GND", | ||
"type": "unknown" | |||
}, | |||
"gnd_id2": { | |||
"label": "GND ID 2", | |||
"description": "If the library has two GND-IDs (e.g. in historical cases)", | |||
"type": "unknown" | "type": "unknown" | ||
}, | }, | ||
Line 24: | Line 33: | ||
"label": "ISIL", | "label": "ISIL", | ||
"description": "The International Standard Identifier for Libraries and Related Organizations (ISIL)" | "description": "The International Standard Identifier for Libraries and Related Organizations (ISIL)" | ||
}, | |||
"isil2": { | |||
"label": "ISIL 2", | |||
"description": "If the library has a second ISIL (e.g. in historical cases)" | |||
}, | }, | ||
"qid": { | "qid": { | ||
Line 61: | Line 74: | ||
"qid", | "qid", | ||
"gnd_id", | "gnd_id", | ||
"isil" | "gnd_id2", | ||
"isil", | |||
"isil2" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Template]] | |||
</noinclude> | </noinclude> |
Latest revision as of 23:51, 30 September 2024
Place | ? |
---|---|
Full Name | ? |
Country | ? |
Template giving basic information about the library a manuscript or collection is located at.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Full Name | lib_normalized | The full name of the library in the language of its country | Unknown | required |
Abbreviated as | lib_short | The abbreviation that is used on the wiki | String | suggested |
Place | place | The city, town, etc. of the library | Unknown | required |
Country | country | The country where the library is | Unknown | required |
Official Website | website | The URL to the webpage of the library | URL | optional |
QID | qid | The QID the library has in Wikidata | Unknown | suggested |
GND ID | gnd_id | The ID the library has in the GND | Unknown | optional |
GND ID 2 | gnd_id2 | If the library has two GND-IDs (e.g. in historical cases) | Unknown | optional |
ISIL | isil | The International Standard Identifier for Libraries and Related Organizations (ISIL) | Unknown | optional |
ISIL 2 | isil2 | If the library has a second ISIL (e.g. in historical cases) | Unknown | optional |