Modul:URIutil: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
(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
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 );