Module:number list/data/gmw-msc

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

This module contains data on various types of numbers in Middle Scots.

Number Cardinal Ordinal
1 a first

local export = {numbers = {}}

export.additional_number_types = {
	{key = "attributive", after = "cardinal"},
}

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	cardinal = "a",
	ordinal = "first",
}

return export