1,131
edits
(Change to a new version of infobox) Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1,603: | Line 1,603: | ||
-- but need the passed to identify blanks in the template | -- but need the passed to identify blanks in the template | ||
local param = self.rargs[arg] | local param = self.rargs[arg] | ||
if not param then | |||
error("No param specified.") | |||
end | |||
local _arg = self.args[arg] | local _arg = self.args[arg] | ||
if string.find(_arg or '','%?action=edit') then | if string.find(_arg or '','%?action=edit') then | ||