Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Navbar: Difference between revisions

From Neodyland Wiki
m Protected Module:Navbar: Sensitive template used on Template:Navbox ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
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.
Line 46: Line 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('Expensive parser function limit exceeded');
         return error(title);
     end     
     end     


Cookies help us deliver our services. By using our services, you agree to our use of cookies.