Zum Inhalt springen

Modul:URIutil: Unterschied zwischen den Versionen

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…
 
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 = "[[ISSN]]";
                 s = "ISSN";
             else
             else
                 s = string.format( "[[%s|ISSN]]", s );
                 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( "[[%s|urn]]:%s", s, r );
             r = string.format( "%s:%s", s, r );
         else
         else
             r = "urn:" .. r;
             r = "urn:" .. r;