更改

添加4字节 、 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