سانچو:Infobox Russian federal subject/دستاويز: جي ورجائن ۾ تفاوت

ڊاٿل مواد شامل ڪيل مواد
نئون صفحو: {{Documentation subpage}} <!--Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata)--> {{Uses Infobox settlement}...
ٽيگَ: موبائل سنوار موبائل ويب سنوار وڌيل موبائل سنوار
 
(ڪو بہ تفاوت ڪونھي)

تازو-ترين ترين ورجاءُ بمطابق 10:33, 25 آڪٽوبر 2020ع


local p = {}

function p.usesProperty(frame) local parent = frame.getParent(frame) local result = local ii = 1 while true do local p_num = parent.args[ii] or if p_num ~= then local label = mw.wikibase.label(p_num) or "NO LABEL"

result = result .. "

  • " .. label .. " (" .. string.upper(p_num) .. ") (see uses)
  • " ii = ii + 1 else break end end return result end return p