模組:CGroup/單雙書名號轉換

local Item = require('Module:CGroup/core').Item;

return {
    name = '單雙書名號轉換',
    description = '單雙書名號轉換',
    content = {
        Item('〈', '〈=>zh-cn:《; 〈=>zh-my:《; 〈=>zh-sg:《; 〈=>zh-hk:《; 〈=>zh-mo:《;〈=>zh-tw:〈;'),
        Item('〉', '〉=>zh-cn:》; 〉=>zh-my:》; 〉=>zh-sg:》; 〉=>zh-hk:》; 〉=>zh-mo:》; 〉=>zh-tw:〉;'),
    }
}