所有公开日志
跳转到导航
跳转到搜索
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年11月8日 (五) 21:25 Selfice 留言 贡献创建了页面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") local r = mw.html.create("…”)