Module:auto cat/data: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
------------------------- | |||
--[[ AUTO CAT DATA ]]-- | |||
------------------------- | |||
-- %l = any language name | -- %l = any language name | ||
-- %c = any language code | -- %c = any language code | ||
-- %s = any string | -- %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 { | return { | ||
{"Rhymes:%l/%s", {"Rhymes:%l"}}, | {"Rhymes:%l/%s", {"Rhymes:%l"}}, |
Revision as of 14:59, 26 February 2024
-------------------------
--[[ 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"}},
}