Module:auto cat/data
Jump to navigation
Jump to search
-------------------------
--[[ AUTO CAT DATA ]]--
-------------------------
-- %l = any language name
-- %c = any language code
-- %s = any string
-------------------------
-- Please note that the order of patterns
-- makes a difference!
-- Patterns higher up in the table will be
-- matched against first.
-------------------------
return {
{"Rhymes:%l/%s", {"Rhymes:%l"}},
{"%l lemmas", {"%l language", "Lemmas by language"}},
{"%l non-lemmas", {"%l lemmas"}},
}