20,837
การแก้ไข
(// Edit via Wikiplus) |
|||
local content = mw.title.new("อรรถาภิธาน:" .. word):getContent()
local temp = kind or "syn"
local template = match(content, "{{
if template and template ~= "" then
local set = {}
for item in mw.text.gsplit(template, "
table.insert(set, item ~= title and item or nil)
end
|
การแก้ไข