Pergi ke kandungan

Modul:dialect synonyms/ms/api

Daripada Wikikamus

Term/sense module structure

[sunting]
  • export.title — optional; custom table title (e.g. "Realization of 'strong R' between vowels"). Overrides the language default.
  • export.meaning — optional; meaning/gloss (alternative to gloss).
  • export.gloss — optional; short meaning for the table.
  • export.note — optional; single note key or string, or list of note keys.
  • export.notes — optional; list of note keys.
  • export.source / export.sources — optional; source keys.
  • export.last_column — optional; label for the data column (default "Words"; e.g. "Realization").
  • export.syns — required; table mapping variety/location names (keys from the language data module) to a list of term entries. Each entry can be a string or a table (e.g. { ipa = "[ɽ]" } or { term = "word" }).

Example (custom title and data column, IPA realizations):

local export = {}

export.title = "Realization of 'strong R' between vowels"
export.meaning = ""
export.note = "realization of 'strong R' between vowels"
export.last_column = "Realization"

export.syns = {
	["ALERS-158"] = { { ipa = "[ɽ]" } },
	["ALERS-175"] = { { ipa = "[x]" } },
}

return export


Bentuk serantau bagi api ()
lihat peta; sunting data
RantauRagamPerkataan
BruneiBaku Bruneiapi
Dialek Bruneiapi
Kedayanapi
IndonesiaBaku Indonesiaapi
Manadoapi
MalaysiaBaku Malaysiaapi
Johorapi
Kedahapi
Kelantanapi
Melakaapi
Negeri Sembilanapi
Pahangapi
Pulau Pinangapi
Sabahapi
SingapuraBaku Singapuraapi
Jadual ini menunjukkan pelbagai bentuk serantau untuk bahasa Melayu. Pengelasan ini berdasarkan taburan geografi.

local export = {}

export.gloss = ""

export.syns = {	
	["maksud"]		= "",
	["nota"]		= "",
--	Bahasa baku
	["Baku-BN"]	= { "api" },
	["Baku-MY"]	= { "api" },
	["Baku-SG"]	= { "api" },
	["Baku-ID"]	= { "api" },
-- Loghat
	--	Brunei
	["Dialek-BN"]		= { "api" },
	["Kedayan"]			= { "api" },
	["Kampong Ayer"]	= { "" },
	["Sabah-BN"]		= { "" },
	["Bongawan"]		= { "" },
	--	Malaysia
	["Perlis"]			= { "" },
	["Pulau Pinang"]	= { "api" },
	["Kedah"]			= { "api" },
	["Reman"]			= { "" },
	["Kelantan"]		= { "api" },
	["Pasir Mas"]		= { "" },
	["Terengganu"]		= { "" },
	["Pahang"]			= { "api" },
	["Perak"]			= { "" },
	["Selangor"]		= { "" },
	["Kuala Lumpur"]	= { "" },
	["Putrajaya"]		= { "" },
	["Johor"]			= { "api" },
	["Melaka"]			= { "api" },
	["Dalam-MY"]		= { "" },
	["Negeri Sembilan"]	= { "api" },
	["Ulu Muar"]		= { "" },
	["Sabah"]			= { "api" },
	["Labuan"]			= { "" },
	["Sandakan"]		= { "" },
	["Tawau"]			= { "" },
	["Sarawak"]			= { "" },
	["Informal-MY"]		= { "" },
	--	Indonesia
	["Jakarta"]				= { "" },
	["Ambon"]				= { "" },
	["Bali"]				= { "" },
	["Deli"]				= { "" },
	["Ketapang"]			= { "" },
	["Langkat"]				= { "" },
	["Riau"]				= { "" },
	["Sambas"]				= { "" },
	["Sumatera Utara"]		= { "" },
	["Bangka"]				= { "" },
	["Baba"]				= { "" },
	["Jambi"]				= { "" },
	["Kutai Tenggarong"]	= { "" },
	["Makassar"]			= { "" },
	["Betung"]				= { "" },
	["Desa Kesuma"]			= { "" },
	["Manado"]				= { "api" },
	["Betawi"]				= { "" },
	["Bacan"]				= { "" },
	["Maluku Utara"]		= { "" },
	["Gorontalo"]			= { "" },
	["Banda"]				= { "" },
	["Kupang"]				= { "" },
	["Alor"]				= { "" },
	["Papua"]				= { "" },
	["Peranakan-ID"]		= { "" },
	["Tengah"]				= { "" },
	["Bengkulu"]			= { "" },
	["Larantuka"]			= { "" },
	["Berau"]				= { "" },
	["Bukit"]				= { "" },
	["Dayak"]				= { "" },
	["Kutai Kota Bangun"]	= { "" },
	["Pontianak"]			= { "" },
	["Betung"]				= { "" },
	["Desa Kesuma"]			= { "" },
	--	Singapura
	["Baba"]	= { "" },
	["Chetti"]	= { "" },
	--	Lain-lain
	["Pattani"]		= { "" },
	["Cocos"]		= { "" },
	["Sri Lanka"]	= { "" },
}

return export