查看“Module: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
本页使用的模板:
- Template:Documentation(查看源代码)(仅允许管理员和巡查姬)
- Template:Tl(查看源代码)
- Module:Timeline/doc(查看源代码)