Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Print

From Kronopolis and the Flat Plane
Revision as of 14:58, 22 February 2023 by Wioum (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.butt(frame)
	local butt = mw.loadJsonData('https://rp.klanen.org/wiki/kfp/api.php?action=query&list=categorymembers&cmlimit=max&cmtitle=Category:Spell&format=json')
	return butt
end

return p