312
modifications
Aucun résumé des modifications Balise : Révoqué |
(Annulation des modifications 327 de Samuel Boudet (discussion)) Balise : Annulation |
||
Ligne 55 : | Ligne 55 : | ||
local title = mw.title.new(mw.text.trim(title_text), cfg.title_namespace) | local title = mw.title.new(mw.text.trim(title_text), cfg.title_namespace) | ||
if not title then | |||
error(cfg.invalid_title .. title_text) | |||
end | |||
local talkpage = title.talkPageTitle and title.talkPageTitle.fullText or '' | local talkpage = title.talkPageTitle and title.talkPageTitle.fullText or '' | ||