Vorlage:Publikation: Unterschied zwischen den Versionen
Aus Bibliothek
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 16: | Zeile 16: | ||
"example": "Die Pfarrkirche St. Nikolaus in Olsberg", | "example": "Die Pfarrkirche St. Nikolaus in Olsberg", | ||
"type": "string", | "type": "string", | ||
"autovalue": "-" | "autovalue": "-", | ||
"required": true | |||
}, | }, | ||
"title": { | "title": { | ||
Zeile 24: | Zeile 25: | ||
"type": "string", | "type": "string", | ||
"autovalue": "{{PAGENAME}}", | "autovalue": "{{PAGENAME}}", | ||
"required": true | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "Internationale Standardbuchnummer", | |||
"example": "978-3-86680-192-9", | |||
"type": "string", | |||
"autovalue": "-", | |||
"required": true | |||
}, | |||
"format": { | |||
"label": "Format", | |||
"description": "Format des Buchs", | |||
"example": "Taschenbuch", | |||
"type": "string", | |||
"autovalue": "gebundene Ausgabe", | |||
"required": true | "required": true | ||
} | } | ||
Zeile 31: | Zeile 48: | ||
"title", | "title", | ||
"subTitle", | "subTitle", | ||
"entryDate" | "entryDate", | ||
"isbn", | |||
"format" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
== Allgemein == | |||
* '''Titel''': {{{title}}} | * '''Titel''': {{{title}}} | ||
* '''Untertitel''': {{{subTitle}}} | * '''Untertitel''': {{{subTitle}}} | ||
* '''Erfassungsdatum''': {{{entryDate}}} | * '''Erfassungsdatum''': {{{entryDate}}} | ||
* '''ISBN''': {{{isbn}}} | |||
* '''Format''': {{{format}}} | |||
== Impressum == |
Version vom 11. Januar 2021, 14:01 Uhr
Vorlage zur Erfassung eines Buches
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Titel | title | Titel des Buchs
| Zeichenfolge | erforderlich |
Untertitel | subTitle | Untertitel des Buchs
| Zeichenfolge | erforderlich |
Erfassungsdatum | entryDate | Erfassungsdatum des Mediums
| Datum | erforderlich |
ISBN | isbn | Internationale Standardbuchnummer
| Zeichenfolge | erforderlich |
Format | format | Format des Buchs
| Zeichenfolge | erforderlich |
Allgemein
- Titel: {{{title}}}
- Untertitel: {{{subTitle}}}
- Erfassungsdatum: {{{entryDate}}}
- ISBN: {{{isbn}}}
- Format: {{{format}}}