Module:Template link general: Difference between revisions

uh, string 10?
mNo edit summary
(uh, string 10?)
Line 52:
if not _ne(textPart) then
if titleObj ~= nil then
textPart = titleObj.ns == "10" and args['1'] or titleObj.fullText
else
-- redlink
textPart = trimTemplate(args['1'])
end
end
if _ne(args.subst) then
-- HACK: the ns thing above is probably broken
textPart = 'subst:' .. textPart
end
Anonymous user