Jump to content

Module:Fba

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 17:44, 3 March 2025 (Protected "Module:Fba": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.list(frame)
	local list = require("Module:Fba/list")

	return list.fbas[frame.args[1]] or list.codes[frame.args[1]] or ""
end

return p