切换搜索
搜索
切换菜单
notifications
切换个人菜单
查看“模块:Purge/doc”的源代码
来自决策链云智库
更多操作
←
模块:Purge/doc
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{Module rating|protected}} {{used in system}} This module produces a link to [[WP:PURGE|purge a page's cache]]. This is usually the current page, but can be another page. == Usage == === From wiktext === From wikitext, this module should be accessed via [[Template:Purge]]. Please see the template page for documentation. === From Lua === From Lua, first you need to load the module: <syntaxhighlight lang="lua"> local mPurge = require('Module:Purge') </syntaxhighlight> Then you can create purge links with the <code>_main</code> function: <syntaxhighlight lang="lua"> mPurge._main(args) </syntaxhighlight> <var>args</var> is a table of arguments, identical to the ones accepted by [[Template:Purge]]. Please see the template documentation for more details. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>
本页使用的模板:
模板:Module rating
(
查看源代码
)
模板:Sandbox other
(
查看源代码
)
模板:Used in system
(
查看源代码
)
模块:High-use
(
查看源代码
)
模块:Message box
(
查看源代码
)
模块:Message box/configuration
(
查看源代码
)
模块:Message box/ombox.css
(
查看源代码
)
模块:String
(
查看源代码
)
模块:Transclusion count
(
查看源代码
)
模块:Transclusion count/data/P
(
查看源代码
)
模块:Yesno
(
查看源代码
)
返回
模块:Purge/doc
。