Modul:URLutil: Unterschied zwischen den Versionen
nochmal zurück: PC möchte die version im BK
w>Seewolf (von user:PerfektesChaos via Beta) |
w>MBq (nochmal zurück: PC möchte die version im BK) |
||
Zeile 1: | Zeile 1: | ||
local URLutil = { suite = "URLutil", | local URLutil = { suite = "URLutil", | ||
serial = "2019- | serial = "2019-01-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%.%%_-] | 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 ) |