Module:NoteTA: Difference between revisions

Jump to navigation Jump to search
m 1 revision imported
m Text replacement - "\[\[Category:([A-Za-z]+)\s*(.*)\]\]" to "[[Category:$1 {{lc:$2}}]]"
Line 57: Line 57:
:wikitext( code ) )
:wikitext( code ) )
if args.G31 ~= nil then
if args.G31 ~= nil then
code = code .. '[[Category:NoteTA模板参数使用数量超过限制的页面|G]]'
code = code .. '[[Category:N {{lc:oteTA模板参数使用数量超过限制的页面|G}}]]'
end
end
end
end
Line 88: Line 88:
:wikitext( code ) )
:wikitext( code ) )
if args[31] ~= nil then
if args[31] ~= nil then
code = code .. '[[Category:NoteTA模板参数使用数量超过限制的页面|L]]'
code = code .. '[[Category:N {{lc:oteTA模板参数使用数量超过限制的页面|L}}]]'
end
end
end
end