Module:Tfd links: Difference between revisions
Restore support for |catfd=, which is actually used in a few places. This code runs purely in Lua so should has no effect on post-expand include size |
imported>Trialpears Remove delete link to decrease peis size |
||
(One intermediate revision by one other user not shown) | |||
Line 31: | Line 31: | ||
.. fullurllink('Special:Whatlinkshere/' .. fname, 'limit=5000&hidelinks=1&hideredirs=1', 'transclusions') .. sep | .. fullurllink('Special:Whatlinkshere/' .. fname, 'limit=5000&hidelinks=1&hideredirs=1', 'transclusions') .. sep | ||
.. fullurllink('Special:Log', 'page=' .. urlencode(fname), 'logs') .. sep | .. fullurllink('Special:Log', 'page=' .. urlencode(fname), 'logs') .. sep | ||
.. '[[Special:PrefixIndex/' .. fname .. '/|subpages]] | .. '[[Special:PrefixIndex/' .. fname .. '/|subpages]])</span>' | ||
return res | return res |