首页
随机
登录
设置
关于Hyacinth
免责声明
Hyacinth
搜索
查看“模块:Citation/CS2”的源代码
←
模块:Citation/CS2
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local p = {} local CS1 = require('Module:Citation/CS1') p[''] = function(frame) local newFrame = { getParent = function(self) return frame end, getTitle = function(self) return 'Template:Citation' end, args = {CitationClass='citation'} } setmetatable(newFrame, { __index = function(t, k) if type(frame[k]) == 'function' then return function(...) return frame[k](frame, select(2, ...)) end else return frame[k] end end }) return CS1.citation(newFrame) end return p
该页面使用的模板:
模块:Citation/CS2/doc
(
查看源代码
)
返回
模块:Citation/CS2
。