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:49, 20 August 2021 (Redirect to {{Navseasoncats}}). 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:getParent().args }
end

return p