10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 1,744: | Line 1,744: | ||
for i, j in pairs(pp) do | for i, j in pairs(pp) do | ||
if not (table_type == "intr" and i == "rpst") then | if not (table_type == "intr" and i == "rpst") and i~= "vstem" and i~= "t" and i~="pre" then | ||
if type(j) == "string" then | if type(j) == "string" then | ||
table.insert(review, "* <code>" .. string.upper(i) .. "</code>: '''" .. j .. "'''" .. endings[i]) | table.insert(review, "* <code>" .. string.upper(i) .. "</code>: '''" .. j .. "'''" .. endings[i]) |