Bước tới nội dung

Mô đun:Module wikitext

Trang mô đun bị khóa vô hạn
Bách khoa toàn thư mở Wikipedia

local p = {}p.text = ''function p.main()	return p.textendfunction p._addText(text, preprocessFrame)	if preprocessFrame ~= false then		text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text)	end	p.text = p.text .. textendreturn p