Mô đun:Đọc tiếp

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[tạo]
local p = {}

p[""] = function( frame )
	local title = mw.title.new( frame:getParent():getTitle() ).subpageText
	return " " .. frame:expandTemplate{ title = "nowrap", args = { "[ \'\'\'[[" .. title .. "|Đọc tiếp]]\'\'\' ]" } }
end

return p