Content deleted Content added
Add color per request, update comment |
put subst on if nolink |
||
Line 34:
local function linkTitle(args)
if _ne(args.nolink) then
return 'subst:' .. args['1']
else
return args['1']
end
end
|