Trang dành cho người dùng chưa đăng nhập tìm hiểu thêm
Điều hướng
Tương tác
Công cụ
In/xuất ra
Tại dự án khác
-- Mô đun này thực hiện [[Bản mẫu:isValidPageName]]. local export = {} function export.isValidPageName(frame) local success, res = pcall(mw.title.new, frame.args[1]) if success and res then return "valid" else return "" end end return export