Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 271:
 
--- Adds a row, with columns up to 30 columns spanned
-- @param ... { { tag, content, hide, attr, colspan, rowspan, css }, ... }
-- tag "th", "td", "argth", "argtd"
-- content string
-- attr {...} or nil
-- colspan number or nil
-- rowspan number or nil
-- css {...} or nil
-- @return self
-- The current object
Line 315 ⟶ 321:
 
function InfoboxBuilder:tostring()
return tostring(self.infobox) ..
string.format("[[%s?action=edit|E]]", self.name)
end
 
439

edits