Jump to content

Module:Uses Wikidata: Difference between revisions

update uses target from "What links here" to SPARQL query result (see Template_talk:Uses_Wikidata#Proposed_change_about_link_target_of_uses)
(Trim any leading or trailing spaces from unnamed parameters passed by Template:Uses Wikidata that would prevent template/module from working as expected. Tested with template & module /sandbox and Template:Uses Wikidata/testcases.)
(update uses target from "What links here" to SPARQL query result (see Template_talk:Uses_Wikidata#Proposed_change_about_link_target_of_uses))
Line 9: Line 9:
if p_num ~= '' then
if p_num ~= '' then
local label = mw.wikibase.label(p_num) or "NO LABEL"
local label = mw.wikibase.label(p_num) or "NO LABEL"
result = result .. "<li><b><i>[[d:Property:" .. p_num .. "|" .. label .. " <small>(" .. string.upper(p_num) .. ")</small>]]</i></b> (see [[d:Property talk:" .. p_num .. "|talk]]; [[d:Special:WhatLinksHere/Property:" .. p_num .. "|uses]])</li>"
result = result .. "<li><b><i>[[d:Property:" .. p_num .. "|" .. label .. " <small>(" .. string.upper(p_num) .. ")</small>]]</i></b> (see [[d:Property talk:" .. p_num .. "|talk]]; <span class='plainlinks'>[https://query.wikidata.org/embed.html#SELECT%20%3Fitem%20%3FitemLabel%20%3Fvalue%20%3FvalueLabel%0A%7B%0A%09%3Fitem%20wdt%3A" .. p_num .. "%20%3Fvalue%20.%0A%09SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20%20%7D%20%20%20%20%0A%7D%0ALIMIT%201000 uses])</li>"
ii = ii + 1
ii = ii + 1
else break
else break
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.