跳转到内容

模組:CGroup/sandbox

维基百科,自由的百科全书

以下為公共转换组Module:CGroup/sandbox的內容。

描述:公共转换组沙盒 本頁面供測試 CGroup。

本頁定義了以下全局轉換:

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

反正是測試

  • 原文:Content that should not be converted;原文:1;大陆:2;大马:3;新加坡:4;臺灣:5;香港:6;澳門:7;当前显示为:1
-- 用法: 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