檢視 Module:WikitextLC 的原始碼
←
Module:WikitextLC
跳至導覽
跳至搜尋
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
local p = {} function p.selective( content ) local text = '-{' for variant, value in pairs( content ) do if value == '' then value = '<span></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 function p.title( content ) return '-{T|' .. content .. '}-' end function p.hidden( content ) return '-{H|' .. content .. '}-' end return p
此頁面使用了以下模板:
Module:WikitextLC/doc
(
檢視原始碼
)
返回到「
Module:WikitextLC
」。
導覽選單
個人工具
登入
命名空間
模組
討論
English
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊