Template:Infobox library: Difference between revisions

From Clavis Canonum
mNo edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable floatright"
{| class="wikitable floatright"
{{infoboxtablerow|title=Place|value={{{Place|?}}}}}}}
{{infoboxtablerow|title=Place|value={{{place|?}}}}}}}
{{infoboxtablerow|title=Name|value={{{Name|?}}}}}}}
{{infoboxtablerow|title=Full Name|value={{{lib_normalized|?}}}}}}}
{{infoboxtablerow|title=Country|value={{{Country|?}}}}}}}
{{infoboxtablerow|title=Country|value={{{country|?}}}}}}}
{{#if:{{{Abbreviated as|}}}|{{infoboxtablerow|title=Abbreviated as|value={{{Abbreviated as}}}}}}}
{{#if:{{{lib_short|}}}|{{infoboxtablerow|title=Abbreviated as|value={{{lib_short}}}}}}}
{{#if:{{{QID|}}}|{{infoboxtablerow|title=Wikidata Item no.|value=[https://www.wikidata.org/wiki/{{{QID}}} {{{QID}}}]}}}}
{{#if:{{{qid|}}}|{{infoboxtablerow|title=Wikidata Item no.|value=[https://www.wikidata.org/wiki/{{{qid}}} {{{qid}}}]}}}}
{{#if:{{{Webpage|}}}|{{infoboxtablerow|title=Webpage|value={{{Webpage}}}}}}}
{{#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 44: Line 57:
"description": "The full name of the library in the language of its country",
"description": "The full name of the library in the language of its country",
"required": true
"required": true
},
"lib_short": {
"label": "Abbreviated as",
"description": "The abbreviation that is used on the wiki",
"type": "string",
"suggested": true
}
}
},
},
Line 49: Line 68:
"paramOrder": [
"paramOrder": [
"lib_normalized",
"lib_normalized",
"lib_short",
"place",
"place",
"country",
"country",
Line 54: 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.

Template parameters

ParameterDescriptionTypeStatus
Full Namelib_normalized

The full name of the library in the language of its country

Unknownrequired
Abbreviated aslib_short

The abbreviation that is used on the wiki

Stringsuggested
Placeplace

The city, town, etc. of the library

Unknownrequired
Countrycountry

The country where the library is

Unknownrequired
Official Websitewebsite

The URL to the webpage of the library

URLoptional
QIDqid

The QID the library has in Wikidata

Unknownsuggested
GND IDgnd_id

The ID the library has in the GND

Unknownoptional
GND ID 2gnd_id2

If the library has two GND-IDs (e.g. in historical cases)

Unknownoptional
ISILisil

The International Standard Identifier for Libraries and Related Organizations (ISIL)

Unknownoptional
ISIL 2isil2

If the library has a second ISIL (e.g. in historical cases)

Unknownoptional