10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 21: | Line 21: | ||
local p = 1 | local p = 1 | ||
if args["entry"] | if args["entry"] then word = args["entry"] end | ||
-- All possible "modes": | -- All possible "modes": | ||
Line 303: | Line 301: | ||
end | end | ||
local to_Return = IPA_show .. homophones_show .. rhymes_show .. syllables_show | |||
if args["entry"] then | |||
return mw.ustring.gsub(to_Return, "%[%[Category[^%]]+%]%]","") | |||
else | |||
return to_Return | |||
end | |||
end | end |