Module:Documentation: Difference between revisions

oh right, named args are always trimmed...
Fix doc preload
Line 23: Line 23:
local out
local out
if not args.content and page == docPage then
if not args.content and tostring( page ) == docPage then
out = f:preprocess( '{{subst:Template:Documentation/preload}}' )
out = f:preprocess( '{{subst:Template:Documentation/preload}}' )
else
else