Module:Category series navigation/navyear

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Gonnym at 14:05, 31 October 2023 (this is really pointless to keep around). The present address (URL) is a permanent link to this version.

(diff) ← Older 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