Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
m (uhhh) |
m (pls) |
||
Line 327: | Line 327: | ||
if string.match(link, "%#") then | if string.match(link, "%#") then | ||
local parentDiv = mw.html.create("a"):attr("href","/" .. link) | local parentDiv = mw.html.create("a"):attr("href","/" .. link) | ||
return parentDiv | |||
else | |||
local parentDiv = mw.html.create("a"):attr("href","/#" .. link) | |||
return parentDiv | return parentDiv | ||
end | end |
edits