Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 586: Line 586:
rows[2] = { p.formatType('readonly', frame), 'This '..args.type..' cannot be changed.' }
rows[2] = { p.formatType('readonly', frame), 'This '..args.type..' cannot be changed.' }
else
else
rows[2] = { 'read/write', 'This '..args.type..' can be changed, as well as read.' }
rows[2] = { 'read/set', 'This '..args.type..' can be changed, as well as read.' }
end
end
local widths = { 120, 400 }
local widths = { 120, 400 }
6,833

edits