今天是2025年4月14日 第16周 星期一
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
查看“模块:CGroupViewer”的源代码
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
local z = {}
local error = require( 'Module:Error' )
local function makeText( frame, v )
local text = v.text
if not v.preprocessed then
text = frame:preprocess( text )
end
return mw.text.trim( text ) .. '\n'
end
local function makeItem( frame, v )
local text = '* '
if v.original then
text = text .. '原文:' .. v.original .. ';'
end
return text .. '-{D|' .. v.rule .. '}-当前显示为:-{|' .. v.rule .. '}-\n'
end
function z.main( frame )
local name = frame.args[1]
000
1:0
该页面使用的模板:
返回至模块:CGroupViewer。