Modul:TemplUtl: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
2019-02-20
(2019-02-19) |
(2019-02-20) |
||
Zeile 1: | Zeile 1: | ||
local TemplUtl = { suite = "TemplUtl", | local TemplUtl = { suite = "TemplUtl", | ||
serial = "2019-02- | serial = "2019-02-20" }; | ||
Zeile 219: | Zeile 219: | ||
if type( k ) == "number" and | if type( k ) == "number" and | ||
type( v ) == "string" then | type( v ) == "string" then | ||
v = mw.text.trim( v ); | v = s .. mw.text.trim( v ); | ||
pcall( f, | pcall( f, v ); | ||
if answer then | if answer then | ||
if r then | if r then |