因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- This module implements {{clickable button 2}}.
local yesno = require('Module:Yesno')
local p = {}
local function renderTrackingCategories(args)
if yesno(args.category) == false then
return ''
end
-- we have no tracking categories currently but args.category should be
-- supported into the future, so just return a string here for now
return ''
end
local function makeLinkData(args)
local data = {}
-- Get the link and display values,
000
1:0
本页使用的模板:
- 模板:Lua(查看源代码)
- 模板:Module other(查看源代码)
- 模板:Module rating(查看源代码)
- 模板:Ombox(查看源代码)
- 模板:Sandbox other(查看源代码)
- 模板:Template link(查看源代码)
- 模板:Used in system(查看源代码)
- 模块:Arguments(查看源代码)
- 模块:Clickable button 2/doc(查看源代码)
- 模块:Effective protection level(查看源代码)
- 模块:High-use(查看源代码)
- 模块:List(查看源代码)
- 模块:Lua banner(查看源代码)
- 模块:Message box(查看源代码)
- 模块:Message box/configuration(查看源代码)
- 模块:Message box/ombox.css(查看源代码)
- 模块:String(查看源代码)
- 模块:TableTools(查看源代码)
- 模块:Transclusion count(查看源代码)
- 模块:Transclusion count/data/C(查看源代码)
- 模块:Yesno(查看源代码)