模块:CGroup/sandbox

维基百科,自由的百科全书
(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
跳转到导航 跳转到搜索

以下为公共转换组Module:CGroup/sandbox的内容。

描述:公共转换组沙盒 本页面供测试 CGroup。

本页定义了以下全局转换:

  • 原文:Content that should not be converted;简体:糟了,内容被转换了;繁體:糟了,內容被轉換了; => 糟了,内容被转换了

反正是测试

  • 原文:Content that should not be converted;原文:1;大陆:2;大马:3;新加坡:4;臺灣:5;香港:6;澳門:7;当前显示为:2
-- 用法: Item('原文', '轉換規則')
local Item = require('Module:CGroup/core').Item;

a= {

name = 'sandbox',
description = '公共转换组沙盒',
content = {
{ type = 'text', text = [=[
{{沙盒}}

本頁面供測試 CGroup。

本頁定義了以下全局轉換:
* -{D|zh: Content that should not be converted; zh-hans: 糟了,内容被转换了;zh-hant: 糟了,內容被轉換了;}- => -{A|zh: Content that should not be converted; zh-hans: 糟了,内容被转换了;zh-hant: 糟了,內容被轉換了;}-

== 反正是測試 ==
]=] },
Item('Content that should not be converted', 'zh: 1; zh-cn: 2; zh-my: 3; zh-sg: 4; zh-tw: 5; zh-hk: 6; zh-mo: 7;'),

},
}
--mw.logObject(a)
return a