Module:User:Benwing2/test-gender-and-number

Hello, you have come here looking for the meaning of the word Module:User:Benwing2/test-gender-and-number. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:User:Benwing2/test-gender-and-number, but we will also tell you about its etymology, its characteristics and you will know how to say Module:User:Benwing2/test-gender-and-number in singular and plural. Everything you need to know about the word Module:User:Benwing2/test-gender-and-number you have here. The definition of the word Module:User:Benwing2/test-gender-and-number will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:User:Benwing2/test-gender-and-number, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


local export = {}
local en = require("Module:languages").getByCode("en")

function export.test(frame)
	local m_gender_and_number = require("Module:gender and number")
	return m_gender_and_number.format_list({
		{spec = "mfbysense-an?-p", qualifiers = {"left qualifier"}, qq = {"right qualifier"}, l = {"UK"}, ll = {"US", "Australia"}},
		"n-p",
		{spec = "m-an?-p",  q = {"left qualifier 2"}, qq = {"right qualifier 2"}, l = {"Canada"}, ll = {"US", "New Zealand"}},
	}, en, "noun")
end

return export