Jump to content

Module:Category series navigation/navyear

From Humanipedia
Revision as of 09:05, 31 October 2023 by hp>Gonnym (this is really pointless to keep around)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Use {{Category series navigation}} instead.



local p = {}

function p.navyear(frame)
	return frame:expandTemplate{ title = 'Category series navigation', args = frame.args }
end

return p