查看“模块:Timeline”的源代码
因为以下原因,您没有权限编辑本页:
您可以查看与复制此页面的源代码。
-- Module:Timeline
-- Made with ♥ by User:Leranjun
-- This module implements {{tl|Timeline}}.
-- Please refrain from invoking this module directly.
local p = {}
local getArgs = require("Module:Arguments").getArgs
local function notempty(s)
return (s and s ~= "")
end
function p.main(frame)
return p._main(getArgs(frame))
end
function p._main(args)
local anchor = (mw.ustring.lower((args.anchor or "yes")) ~= "no")
000
1:0
返回至模块:Timeline。