打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
更改
←上一编辑
模块:NoteTA
(查看源代码)
2022年7月11日 (一) 18:56的版本
删除26字节
、
2022年7月11日 (一) 18:56
小
导入41个版本
第22行:
第22行:
local moduleTitle = mw.title.makeTitle( 'Module', 'CGroup/' .. name )
local moduleTitle = mw.title.makeTitle( 'Module', 'CGroup/' .. name )
if moduleTitle and moduleTitle.exists then
if moduleTitle and moduleTitle.exists then
−
local data =
require
( 'Module:CGroup/' .. name )
+
local data =
mw.loadData
( 'Module:CGroup/' .. name )
local pieces = {}
local pieces = {}
if data.content then
if data.content then
第109行:
第109行:
local code = Tc .. Gc .. Lc
local code = Tc .. Gc .. Lc
if code ~= '' then
if code ~= '' then
−
local hash = require( 'Module:Crc32lua' ).crc32(
require( 'Module:MicroJSON' )
.
encode_object
( args ) )
+
local hash = require( 'Module:Crc32lua' ).crc32(
mw
.
dumpObject
( args ) )
code = frame:extensionTag{
code = frame:extensionTag{
name = 'indicator',
name = 'indicator',
白龙
行政员
、
用户查核员
、importer、
界面管理员
、
结构式讨论监督员
、
管理员
1,511
个编辑