更改
跳到导航
跳到搜索
←上一编辑
下一编辑→
模块:首页
(查看源代码)
2021年4月2日 (五) 13:43的版本
添加400字节
、
2021年4月2日 (五) 13:43
无编辑摘要
第3行:
第3行:
function p.latest_list(frame)
function p.latest_list(frame)
+
local user_query = frame.args.query
+
local query = user_query .. [[
+
|limit=20
+
|offset=0
+
|sort=Modification date
+
|order=desc
+
]]
+
local pages = smw.query_pages(query)
+
local ul = mw.html.create("ul")
+
for i, t in ipairs(pages) do
+
ul:tag("li"):wikitext("[[" .. t .. "]]")
+
end
+
return ul:done()
+
end
+
+
function p.latest_flat_list(frame)
local user_query = frame.args.query
local user_query = frame.args.query
local query = user_query .. [[
local query = user_query .. [[
VIFF
IFEXEditor、
行政员
、
评论管理员
、
界面管理员
、
管理员(语义MediaWiki)
、
监护人(语义MediaWiki)
、
管理员
1,370
个编辑
导航菜单
个人工具
创建账户
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
特殊页面
可打印版本