Content deleted Content added
Petr Matas (talk | contribs) fixed: makeTitle always resolved to true Tags: Mobile edit Mobile web edit |
Add support for tables |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1:
local
local function main(frame, field)
Line 39 ⟶ 28:
if type(result) == "function" then
result = result(title, unpack(pn))
elseif type(result) == "table" then
result = mw.text.listToText(result)
end
|