You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
function p.tracking(frame)
local function isblank( val )
return (val == nil) or val:match('^[%s]*$')
end
local function hasnoconvert( val )
local res = nil
val = mw.text.killMarkers(val)
if val:match('[0-9]') then
res = 1
if val:match('[%(][−0-9%.]') and val:match('[%)]') then
res = nil
end
end
return res
end
local cats = ''
local maincats = ''
local args = frame:getParent().args
000
1:0
Templates used on this page:
- Template:Category link with count (view source)
- Template:Clc (view source)
- Template:Module rating (view source)
- Module:Arguments (view source)
- Module:Documentation (view source)
- Module:Documentation/config (view source)
- Module:Documentation/styles.css (view source)
- Module:Infobox body of water tracking (view source)
- Module:Infobox body of water tracking/doc (view source)
- Module:String (view source)
Return to Module:Infobox body of water tracking.