Jump to content

Module:Category series navigation/navyear

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tom.Reding (talk | contribs) at 16:52, 20 August 2021 (frame.args). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

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

return p