Module:Shortcut: Difference between revisions

Jump to navigation Jump to search
28 bytes added ,  20 August 2016
sync from sandbox, editrequest on talk
(Change table to div, per talk)
(sync from sandbox, editrequest on talk)
Line 102: Line 102:
then
then
local title = mw.title.new(shortcuts[1])
local title = mw.title.new(shortcuts[1])
if not title or not title.exists then
if not title or (not title.exists and title.interwiki == '') then
root:wikitext(makeCategoryLink(cfg['first-parameter-error-category']))
root:wikitext(makeCategoryLink(cfg['first-parameter-error-category']))
end
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu