Module:Pagestyle/sandbox

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

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

return p