Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e85b53c4134fc

Jump to content

Module:Fba

Permanently protected module
From Wikipedia, the free encyclopedia

local p = {}

local list = require("Module:Fba/list")

function p.list(frame)
	return list.list(frame)
end

function p.clist(frame)
	return list.codes[frame.args[1]] or ""
end

function p.fbalist(frame)
	return list.fbas[frame.args[1]] or ""
end

return p