Content deleted Content added
mNo edit summary |
m For some idiotic reason I can't seem to access args[1] etc. Trying this out of ... frustration. |
||
Line 46:
local wrap = true
section = section + 1
local text = (args['section' .. tostring(section)] or args[section] or '')
local title = args['title' .. tostring(section)]
if (not title) then
|