Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
(Created page with "-------------------------- -- Module for Template:Infobox Item ------------------------ local p = {} local infobox = require('Module:Infobox') local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local exchange = require('Module:Exchange') local chart = require('Module:ExchangeData')._chart function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', fu...") |
No edit summary |
||
Line 121:
}
:pad(20)
-- :addRow{
-- }
if ret:paramDefined('removal', 'all') then
Line 140:
end
-- ret:addRow{
-- }
-- :addRow{
-- }
ret:pad(20) -- :pad(20) (before, had to add ret due to removal of above)
:addRow{
{ tag = 'th', content = 'Properties', class = 'infobox-subheader', colspan = '20' }
|