Module:Infobox: Difference between revisions

Jump to navigation Jump to search
60 bytes added ,  14:57, 31 March 2022
no edit summary
(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

Navigation menu