跳到内容

Module:ConvertLink:修订间差异

添加140字节 、​ 2024年7月1日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第2行: 第2行:


-- local mad = require 'Module:AnotherData'
-- local mad = require 'Module:AnotherData'
local function link(l, d)
   if d then
     return '[[' .. l .. '|' .. d .. ']]'
   else
     return '[[' .. l .. ']]'
   end
end


function p.artistLink(artistName)
function p.artistLink(artistName)
901

个编辑