Jump to content

Module:Dialect

Ɛfi Wikipedia
Revision as of 10:59, 23 Ɔbɛnem 2019 by Amire80 (kasa | mmoa) (categories)

Documentation for this module may be created at Module:Dialect/doc

local p = {}

function p.dialect(frame)
	dialect = frame.args[1]

	if (dialect == "Akuapem") then
		return "Wɔakyerɛw nsɛm yi wɔ '''Akuapem''' kasa mu [[Category:Akuapem Twi kasa]]"
	end

	if (dialect == 'Asante') then
		return "Wɔatwerɛ nsɛm wei ɛwɔ '''Asante''' kasa mu [[Category:Asante Twi kasa]]"
	end

	if (dialect == 'Fante') then
		return "W'akyerew nsɛm yi wɔ '''Fante''' kasa mu  [[Category:Fante kasa]]"
	end

	return "You must specfy a valid dialect. The possible valid parameters are: Akuapem, Asante, Fante. [[Category:Nnwoma a ɛwose yɛkyekyɛ mu kɔ kasa titirew mu]]"
end

return p