Zum Inhalt springen

Modul:URLutil: Unterschied zwischen den Versionen

Keine Änderung der Größe ,  vor 5 Jahren
2019-03-01 - nach anfrage [https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&oldid=187649677#1%C3%97_C&P_von_BETA,_bittsch%C3%B6n]
w>MBq
(nochmal zurück: PC möchte die version im BK)
w>MBq
(2019-03-01 - nach anfrage [https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&oldid=187649677#1%C3%97_C&P_von_BETA,_bittsch%C3%B6n])
Zeile 1: Zeile 1:
local URLutil = { suite  = "URLutil",
local URLutil = { suite  = "URLutil",
                   serial = "2019-01-01",
                   serial = "2019-03-01",
                   item  = 10859193 }
                   item  = 10859193 }
--[=[
--[=[
Zeile 632: Zeile 632:
     local r
     local r
     if type( s ) == "string" then
     if type( s ) == "string" then
         local scan = "^%s*([%w%.%%_-]+%w)%.(%a[%w-]*%a)%s*$"
         local scan = "^%s*([%w%.%%_-]*%w)%.(%a[%w-]*%a)%s*$"
         local scope
         local scope
         s, scope = mw.ustring.match( s, scan )
         s, scope = mw.ustring.match( s, scan )
Anonymer Benutzer