519
edits
m (1 revision imported: New Files) |
mNo edit summary |
||
Line 13: | Line 13: | ||
--- @param page string | --- @param page string | ||
--- @return boolean | --- @return boolean | ||
local function pageExists( page ) | local function pageExists( page, Patch_Notes ) | ||
local title = mw.title.new( page ) | local title = mw.title.new( page, Patch_Notes ) | ||
return title and title.exists | return title and title.exists | ||
end | end |