跳到内容

Module:Link:修订间差异

添加22字节 、​ 2021年5月11日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第11行: 第11行:


function link(page,name)
function link(page,name)
return '[['..page..'列表#'..name..'|'..name..']]'
local result= '[['..page..'列表#'..name..'|'..name..']]'
return result
end
end