Template:Infobox library: Difference between revisions
From Clavis Canonum
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
{ | { | ||
"params": { | "params": { | ||
" | "gnd_id": { | ||
"description": "The | "label": "GND ID", | ||
" | "description": "The ID the library has in the GND", | ||
"type": "unknown" | |||
}, | |||
"website": { | |||
"label": "Official Website", | |||
"description": "The URL to the webpage of the library", | |||
"type": "url" | |||
}, | |||
"isil": { | |||
"label": "ISIL", | |||
"description": "The International Standard Identifier for Libraries and Related Organizations (ISIL)" | |||
}, | |||
"qid": { | |||
"label": "QID", | |||
"description": "The QID the library has in Wikidata", | |||
"suggested": true | |||
}, | }, | ||
" | "country": { | ||
"label": "Country", | |||
"description": "The country where the library is", | "description": "The country where the library is", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "place": { | ||
"description": "The | "label": "Place", | ||
"description": "The city, town, etc. of the library", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "lib_normalized": { | ||
" | "label": "Full Name", | ||
"description": "The full name of the library in the language of its country", | |||
"required": true | |||
"description": "The | |||
" | |||
} | } | ||
}, | }, | ||
"description": "Template giving basic information about the library a manuscript or collection is located at.", | "description": "Template giving basic information about the library a manuscript or collection is located at.", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "lib_normalized", | ||
" | "place", | ||
" | "country", | ||
" | "website", | ||
" | "qid", | ||
" | "gnd_id", | ||
"isil" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 23:03, 27 September 2024
Place | ? |
---|---|
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 |
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 |
ISIL | isil | The International Standard Identifier for Libraries and Related Organizations (ISIL) | Unknown | optional |