Content deleted Content added
Theknightwho (talk | contribs) |
Theknightwho (talk | contribs) |
||
Line 74:
if type(title) == 'string' then
title = mw.title.new(title)
if not (title or #title.prefixedText > 0 and #title.interwiki == 0) then
error("invalid title in parameter #1 of function 'name'", 2)
end
|