Modul:URIutil: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) AZ: Die Seite wurde neu angelegt: local URIutil = { suite = "URIutil", serial = "2022-06-04", item = 19644443 }; --[=[ Utilities for URI etc. * coreISSN() * formatISBN() * formatISSN() * formatLCCN() * isDNBvalid() * isDOI() * isEscValid() * isGTINvalid() * isHandle() * isISBN() * isISBNvalid() * isISSNvalid() * isLCCN() * linkDNBopac() * linkDOI() * linkHandle() * linkISBN() * linkISSN() * lin… |
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1.444: | Zeile 1.444: | ||
if s and s ~= fullPageName() then | if s and s ~= fullPageName() then | ||
if s == "ISSN" then | if s == "ISSN" then | ||
s = " | s = "ISSN"; | ||
else | else | ||
s = string.format( " | s = string.format( "%s|ISSN", s ); | ||
end | end | ||
else | else | ||
| Zeile 2.019: | Zeile 2.019: | ||
end | end | ||
if s and s ~= fullPageName() then | if s and s ~= fullPageName() then | ||
r = string.format( " | r = string.format( "%s:%s", s, r ); | ||
else | else | ||
r = "urn:" .. r; | r = "urn:" .. r; | ||