Jump to content

Module:Category series navigation/navyear

From Humanipedia
Revision as of 21:23, 3 February 2025 by Humanipedia (talk | contribs) (1 revision imported)
(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