Files
KGPZ/.vscode/xml.code-snippets
Simon Martens 2318e654da Snippets Ext
2024-06-25 14:14:08 +02:00

85 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Akteur": {
"scope": "xml",
"prefix": "akteur",
"body": [
"<akteur id=\"${1:id}\">",
"\t<name>${2:Vollständiger Name}</name>",
"\t<lebensdaten>${3:Geburtsjahr}${4:Sterbejahr}</lebensdaten>",
"\t<gnd>${5:GND-ID}</gnd>${6}",
"</akteur>"
]
},
"Kategorie": {
"scope": "xml",
"prefix": "kategorie",
"body": [
"<kategorie id=\"${1:id}\">",
"\t<name>${2:Vollständiger Name}</name>${3}",
"</kategorie>"
]
},
"Ort": {
"scope": "xml",
"prefix": "ort",
"body": [
"<ort id=\"${1:id}\">",
"\t<name>${2:Vollständiger Name}</name>",
"\t<geonames>${3:geonames-ID}</geonames>${4}",
"</ort>"
]
},
"Werk": {
"scope": "xml",
"prefix": "werk",
"body": [
"<werk id=\"${1:id}\">",
"\t<akteur ref=\"${2:id}\" />",
"\t<zitation>${3:Volltext-Zitat}</zitation>",
"\t<url address=\"${4:id}\" >${5:URL-Text}</url>${6}",
"</werk>"
]
},
"Weltnachrichten": {
"scope": "xml",
"prefix": "weltnachrichten",
"body": [
"<beitrag>",
"\t<stueck datum=\"${1:Datum}\" nr=\"${2:Stück-Nummer}\" von=\"${3:Seite}\" bis=\"${4:Seite}\" />",
"\t<kategorie ref=\"weltnachrichten\" />",
"</beitrag>"
]
},
"Wechselkurse": {
"scope": "xml",
"prefix": "wechselkurse",
"body": [
"<beitrag>",
"\t<stueck datum=\"${1:Datum}\" nr=\"${2:Stück-Nummer}\" von=\"${3:Seite}\"/>",
"\t<kategorie ref=\"wechselkurse\" />",
"</beitrag>"
]
},
"Vermerk": {
"scope": "xml",
"prefix": "vermerk",
"body": [
"<vermerk>${1:Text}</vermerk>",
]
},
"Anmerkung": {
"scope": "xml",
"prefix": "anmerkung",
"body": [
"<anmerkung>${1:Text}</anmerkung>",
]
},
}