420
edits
HyperNervie (talk | contribs) (Workaround alternative for Extension:Poem) |
HyperNervie (talk | contribs) (Remove support for named argument {{{content}}}) |
||
| Line 23: | Line 23: | ||
function p.main(frame) | function p.main(frame) | ||
local text = | local text = frame:getParent().args[1] or frame.args[1] or "" | ||
return p.makePoem(text) | return p.makePoem(text) | ||
end | end | ||
return p | return p | ||
edits