Jump to content

Module:Uses Wikidata: Difference between revisions

adjust
(try again)
(adjust)
Line 6: Line 6:
         local parent = frame.getParent(frame)
         local parent = frame.getParent(frame)
local result = ''
local result = ''
local p_table = {}
for k, p_num in pairs(parent.args) do
for k, p_num in pairs(parent.args) do
result = result .. "<li><b><i>[[d:Property:" .. p_num .. "|" .. label(p_num) .. " <small>(" .. string.upper(p_num) .. ")</small>]]</i></b> (see [[d:Spcial:WhatLinksHere/Property:" .. p_num .. "|uses]])</li>"
                p_table[1] = p_num
result = result .. "<li><b><i>[[d:Property:" .. p_num .. "|" .. label(p_table) .. " <small>(" .. string.upper(p_num) .. ")</small>]]</i></b> (see [[d:Spcial:WhatLinksHere/Property:" .. p_num .. "|uses]])</li>"
end
end
return result
return result
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.