打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
查看“模块:WikitextLC”的源代码
←
模块:WikitextLC
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
本页面已经受到保护,不能编辑,因为它被嵌入于以下被“连锁保护”的页面:
Template:Infobox
Template:Navbox
您可以查看和复制此页面的源代码。
local p = {} function p.selective( content ) local text = '-{' for variant, value in pairs( content ) do if value == '' then value = '<span/>' end text = text .. variant .. ':' .. value .. ';' end text = text .. '}-' return text end function p.converted( content, variant, force ) if type( variant ) == 'table' then variant = table.concat( variant, ';' ) end return '-{' .. ( force and '' or 'zh;' ) .. variant .. '|' .. content .. '}-' end function p.raw( content ) return '-{R|' .. content .. '}-' end return p
该页面使用的模板:
模块:WikitextLC/doc
(
查看源代码
)
返回至
模块:WikitextLC
。