DigimonWiki
Register
Advertisement

Documentation for this module may be created at Module:DRB/doc

local p = {}
 
local Parsers = mw.loadData( 'Module:DRB/links' )
 
function p.DRB( frame )
	local Key = frame.args[1]
 
	return Parsers[Key] or Key
end
 
return p

--[[Category:Lua modules]]
Advertisement