6,834
edits
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
-- item page types | -- item page types | ||
function p.showVariablePage(frame) | function p.showVariablePage(frame) | ||
local parts = { "Value | local parts = { "Value" } | ||
return p.showPage(frame, parts) | return p.showPage(frame, parts) | ||
end | end | ||
Line 73: | Line 73: | ||
function p.showPropertyPage(frame) | function p.showPropertyPage(frame) | ||
local parts = { "Value | local parts = { "Value" } | ||
return p.showPage(frame, parts) | return p.showPage(frame, parts) | ||
end | end |
edits