Editing Module:Infobox
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 470: | Line 470: | ||
local subobject_name = self.version_names[version] |
local subobject_name = self.version_names[version] |
||
-- Store each param that has smw_property defined and is not nil |
-- Store each param that has smw_property defined and is not nil |
||
local subobject = { |
local subobject = {} |
||
for _, param_name in ipairs(self.param_names) do |
for _, param_name in ipairs(self.param_names) do |
||
local property = self.params[param_name].smw_property |
local property = self.params[param_name].smw_property |