កំណត់ហេតុសាធារណៈទាំងអស់
ការបង្ហាញកំណត់ហេតុទាំងអស់របស់Wiktionary។
អ្នកអាចបង្រួមការបង្ហាញដោយជ្រើសរើសប្រភេទកំណត់ហេតុ អត្តនាម ឬ ទំព័រពាក់ព័ន្ធ។
- ម៉ោង១៧:៥៧ ថ្ងៃសុក្រ ទី០៧ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:f8fc:6c2f:7630:42a7 ការពិភាក្សា បានបង្កើតទំព័រ Module:senseid (បានបង្កើតទំព័រដែលផ្ដើមដោយ local export = {} -- Extract a Wikidata id from a sense id local function Wikidata_id(id) return mw.ustring.match(id, "Q%d+") end local function Wikidata_entity_is_any_of(id, ids) if not mw.wikibase then return false end -- P31: instance of for _, val in ipairs(mw.wikibase.getBestStatements(id, "P31")) do for _, sid in ipairs(ids) do if val["mainsnak"]["datavalue"] and val["mainsnak"]["datavalu...)
- ម៉ោង១៧:៤៤ ថ្ងៃសុក្រ ទី០៧ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:f8fc:6c2f:7630:42a7 ការពិភាក្សា បានបង្កើតទំព័រ Module:languages/findBestScript (បានបង្កើតទំព័រដែលផ្ដើមដោយ return function (export, self, text, scripts, forceDetect) -- Ensure that "Hant", "Hans" and "Hani" are moved to the end of the list (in that order, if present), as they are a special-case. local oldScripts, Hant, Hans, Hani, finalCheck = scripts scripts = {} for _, script in ipairs(oldScripts) do if script._code == "Hant" then Hant = script elseif script._code == "Hans" then Hans = script elseif scr...)
- ម៉ោង១៧:៤១ ថ្ងៃសុក្រ ទី០៧ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:f8fc:6c2f:7630:42a7 ការពិភាក្សា បានបង្កើតទំព័រ Module:languages/data (បានបង្កើតទំព័រដែលផ្ដើមដោយ local u = mw.ustring.char local export = {} --[=[ Here is a list of the language fields by order of frequency according to User:Erutuon/language_stuff. If the order changes, change the order here for potentially greater efficiency. local fields = { "canonical_name", "wikidata_item", "family", "scripts", "other_names", "ancestors", "type", "translit", "entry_name", "sort_key", "override_translit", "...)
- ម៉ោង១៧:៣៧ ថ្ងៃសុក្រ ទី០៧ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:f8fc:6c2f:7630:42a7 ការពិភាក្សា បានបង្កើតទំព័រ Module:languages/data/2 (បានបង្កើតទំព័រដែលផ្ដើមដោយ local u = mw.ustring.char local m_langdata = require("Module:languages/data") local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared -- Ideally, we want to move these into Module:languages/data, but because (a) it's necessary to use require on that module, and (b) they're only used in this data module, it's less memory-efficient to do that at the moment. If it becomes possible to u...)
- ម៉ោង១៧:៣៥ ថ្ងៃសុក្រ ទី០៧ ខែមេសា ឆ្នាំ២០២៣ 2601:18e:c081:2ff0:f8fc:6c2f:7630:42a7 ការពិភាក្សា បានបង្កើតទំព័រ Module:languages/error (បានបង្កើតទំព័រដែលផ្ដើមដោយ --[=[ Throw an error for an invalid language code or script code. `lang_code` (required) is the bad code and can be nil or a non-string. `param` (required) is the name of the parameter in which the code was contained. It can be a string, a number (for a numeric param, in which case the param will show up in the error message as an ordinal such as "first" or "second"), or `true` if no parameter can be clearly ide...)