Zum Inhalt springen

„Modul:URIutil/urn“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
2017-10-31 +no
2019-07-19
Zeile 1: Zeile 1:
local Serial = "2017-10-31"
local Serial = "2019-07-19"
--[=[ URIutil/urn
--[=[ URIutil/urn
mw.loadData() table with URN namespaces and resolvers
mw.loadData() table with URN namespaces and resolvers
Zeile 8: Zeile 8:
nbn = {
nbn = {
[":"] = "^(%a+)[%-:]",
[":"] = "^(%a+)[%-:]",
at = {
["*"] = "http://resolver.obvsg.at/$1" },
de = {
de = {
dnb = "http://nbn-resolving.de/$1",
dnb = "http://nbn-resolving.de/$1",

Version vom 21. Juli 2019, 00:28 Uhr

Vorlagenprogrammierung Diskussionen Lua Test Unterseiten
Modul Deutsch English

Modul: Dokumentation

Diese Seite enthält Code in der Programmiersprache Lua. Einbindungszahl Cirrus

Dies ist die (produktive) Mutterversion eines global benutzten Lua-Moduls.
Wenn die serial-Information nicht übereinstimmt, müsste eine Kopie hiervon in das lokale Wiki geschrieben werden.
Versionsbezeichnung auf WikiData: 2022-04-27

Updating notwendig

(lokal: 2019-07-19)

local Serial = "2019-07-19"
--[=[ URIutil/urn
mw.loadData() table with URN namespaces and resolvers
]=]

return {
resolver = {
    nbn = {
        [":"] = "^(%a+)[%-:]",
        at  = {
            ["*"] = "http://resolver.obvsg.at/$1" },
        de  = {
            dnb   = "http://nbn-resolving.de/$1",
            halle = "http://digital.bibliothek.uni-halle.de/urn/$1",
            kiel  = "http://dibiki.ub.uni-kiel.de/resolver?urn=$1",
            miami = "http://miami.uni-muenster.de/resolver/$1",
            mdz   = "http://www.mdz-nbn-resolving.de/urn/resolver.pl?urn=$1",
            ["*"] = "http://nbn-resolving.de/$1" },
        no  = {
            ["*"] = "http://urn.nb.no/$1" },
        se  = {
            ["*"] = "http://urn.kb.se/resolve?urn=$1" },
        si  = {
            ["*"] = "http://www.dlib.si/details/$1" },
        ["*"] = "http://nbn-resolving.de/$1"
    },
    isbn = true,
    issn = true
    },
sns = ":3gpp:cablelabs:cgi:clei:dgiwg:dvb:ebu:epc:epcglobal:example:fdc:fipa:geant:ietf:iptc:isan:isbn:iso:issn:ivis:lex:liberty:mace:mpeg:nbn:nena:newsml:nfc:nzl:oasis:ogc:ogf:oid:oipf:oma:pin:publicid:s1000d:schac:service:smpte:swift:tva:uci:ucode:uuid:web3d:xmlorg:xmpp:",
failsafe = Serial
};