Module:auto cat/data: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 6: Line 6:
-- %c = any language code
-- %c = any language code
-- %p = any part of speech
-- %p = any part of speech
-- %ps = any part of speech (plural)
-- %s = any string
-- %s = any string
-------------------------
-------------------------
Line 14: Line 15:
-------------------------
-------------------------
local pos = {
local pos = {
     "adjectives",
     "adjective",
     "adverbs",
     "adverb",
"articles",
"article",
     "conjunctions",
     "conjunction",
     "determiners",
     "determiner",
     "interjections",
     "interjection",
"nouns",
"noun",
     "numerals",
     "numeral",
     "particles",
     "particle",
     "phrases",
     "phrase",
     "postpositions",
     "postposition",
     "prepositions",
     "preposition",
     "pronouns",
     "pronoun",
     "proper nouns",
     "proper noun",
     "symbols",
     "symbol",
     "verbs",
     "verb",
}
}


Navigation menu