Modul:Archivbot
Version vom 24. März 2018, 09:49 Uhr von mo>Cirdan
Modul:Vorlage:LuaModuleDoc:142: attempt to index field 'wikibase' (a nil value)
local p = { }
p.getdate = function ( frame )
local stamp = frame.args[1]
local date
if stamp:match( "^20[12]%d%-[0-1]%d%-[0-3]%d" ) then
date = stamp:match("^20[12]%d%-[0-1]%d")
else
date = "ohne Datum"
end
return date or ""
end -- p.getdate
return p