Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 73: Line 73:


function p.showPropertyPage(frame)
function p.showPropertyPage(frame)
local parts = { "Description", "Value", "Settable", "Types", "Notes" }
local parts = { "Description", "Value", "Settable", "Types" }
return p.showPage(frame, parts)
return p.showPage(frame, parts)
end
end
6,833

edits