Module:Redirect hatnote: Difference between revisions
Jump to navigation
Jump to search
text= option
m (1 revision imported) |
(text= option) |
||
Line 63: | Line 63: | ||
local text = { | local text = { | ||
mHatList.andList(formattedRedirect) .. ' ' .. (#redirect == 1 and 'redirects' or 'redirect') .. ' here.', | mHatList.andList(formattedRedirect) .. ' ' .. (#redirect == 1 and 'redirects' or 'redirect') .. ' here.', | ||
mHatList._forSee(args, #redirect + 1, {title = redirect[1]}) | mHatList._forSee(args, #redirect + 1, {title = redirect[1], extratext = args.text}) | ||
} | } | ||
text = table.concat(text, ' ') | text = table.concat(text, ' ') |