Module:CGroup/core: Difference between revisions
From Mechsploit.me Wiki
More actions
sync with zhwiki |
(No difference)
|
Revision as of 17:30, 19 January 2024
Documentation for this module may be created at Module:CGroup/core/doc
local p = {}
function p.Item(o, r)
-- See [[zhwiki:Wikipedia:字詞轉換處理/公共轉換組]]
-- o: 原文。若無此屬性,應使用nil而非空字串('')。
-- r: 用於全文轉換的規則,必填。
return { type = 'item', original = o, rule = r };
end
return p