Module:Infobox body of water tracking का स्रोत देखें
नेविगेशन पर जाएँ
खोज पर जाएँ
आपको इस पृष्ठ को सम्पादित करने की अनुमति नहीं हैं, निम्नलिखित कारण की वजह से:
आप इस पृष्ठ का स्रोत देख सकते हैं और उसकी नकल उतार सकते हैं:
local p = {}
function p.tracking(frame)
function isblank( val )
return (val == nil) or val:match('^[%s]*$')
end
local cats = ''
local args = frame:getParent().args
if (isblank(args['image']) and isblank(args['image_lake']) and isblank(args['image_ocean'])
and isblank(args['image_Ocean']) and isblank(args['image_bay']) ) then
cats = cats .. '[[Category:Wikipedia infobox body of water articles without image]]'
end
if isblank(args['coords']) then
cats = cats .. '[[Category:Wikipedia infobox body of water articles without coordinates]]'
end
if (args[1]) then
000
1:0
इस पृष्ठ पर प्रयुक्त साँचे:
Module:Infobox body of water tracking को लौटें।