Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation: Difference between revisions

Content added Content deleted
(ugly hack so that expanding of the /doc subpage doesn't count against Lua's time limit)
(only return contentTitle if it will be used)
Line 661:
env = env or p.getEnvironment(args)
local docTitle = env.docTitle
if not args.content and docTitle and docTitle.exists then
return docTitle.prefixedText
else
Cookies help us deliver our services. By using our services, you agree to our use of cookies.