47,726
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 576: | Line 576: | ||
if mw.ustring.match(pagename, "%-%s%-") then | if mw.ustring.match(pagename, "%-%s%-") then | ||
table.insert(data.categories, data.lang:getCanonicalName() .. " circumfixed with " .. pagename) | table.insert(data.categories, data.lang:getCanonicalName() .. " words circumfixed with " .. pagename) | ||
elseif mw.ustring.match(pagename, "%-$") then | elseif mw.ustring.match(pagename, "%-$") then | ||
table.insert(data.categories, data.lang:getCanonicalName() .. " prefixed with " .. pagename) | table.insert(data.categories, data.lang:getCanonicalName() .. " words prefixed with " .. pagename) | ||
elseif mw.ustring.match(pagename, "^%-") then | elseif mw.ustring.match(pagename, "^%-") then | ||
table.insert(data.categories, data.lang:getCanonicalName() .. " suffixed with " .. pagename) | table.insert(data.categories, data.lang:getCanonicalName() .. " words suffixed with " .. pagename) | ||
end | end | ||