Modul:Navbar: Unterschied zwischen den Versionen
Let's not assume the error is because of the expensive function limit, it could be something else. Especially for people who import this module into MW 1.21 installations.
(also trap talk title) |
(Let's not assume the error is because of the expensive function limit, it could be something else. Especially for people who import this module into MW 1.21 installations.) |
||
| Zeile 46: | Zeile 46: | ||
good, title, talk_title = pcall( getTitle, args[1] ); | good, title, talk_title = pcall( getTitle, args[1] ); | ||
if not good then | if not good then | ||
return error( | return error(title); | ||
end | end | ||