519
edits
mNo edit summary |
Tag: Undo |
||
Line 13: | Line 13: | ||
--- @param page string | --- @param page string | ||
--- @return boolean | --- @return boolean | ||
local function pageExists( page | local function pageExists( page ) | ||
local title = mw.title.new( page | local title = mw.title.new( page ) | ||
return title and title.exists | return title and title.exists | ||
end | end |