Module:Pagestyle

From Wikisource
Jump to navigation Jump to search
local p = {}

function p.style ( frame )
	local o = frame:getParent():getTitle()
--	return frame:preprocess( "<templatestyles src=\"Index:" .. frame:preprocess( "{{safesubst:ROOTPAGENAME}}" ) .. "/styles/" .. frame:preprocess( "{{safesubst:SUBPAGENAME}}" ) .. ".css\" />" )
return o
end

return p