Jump to content

Module:Category series navigation/navyear

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Gonnym (talk | contribs) at 13:05, 31 October 2023 (this is really pointless to keep around). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

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

return p