There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

Error: Index expected


local p = {}
function p.test(frame)
    return frame:getParent():preprocess( '{{int:proofreadpage_index_expected}}' )
end
return p