Jump to content

Module:Redirect category printworthiness

විකිපීඩියා වෙතින්
local p = {}

function p.syn(frame)
	local base = mw.title.getCurrentTitle().baseText
	local n = '\n'
	local code =
	"{{Redirect category shell|"..n..
	"{{"..base.."}}"..n..
	"{{R printworthy}}"..n..
	"}}"..n..
	""..n..
	"{{Redirect category shell|"..n..
	"{{"..base.."}}"..n..
	"{{R unprintworthy}}"..n..
	"}}"
	local args = { ['lang'] = 'wikitext',
				   ['code'] = code }
	return frame:expandTemplate{ title = 'Syntaxhighlight', args = args }	
end

return p
"https://si.wikipedia.org/w/index.php?title=Module:Redirect_category_printworthiness&oldid=721878" වෙතින් සම්ප්‍රවේශනය කෙරිණි