Module:Documentation: Difference between revisions

mNo edit summary
m disable the category on translation pages, as those are the projects responsibility, not the general wiki (if desired later, a subcat can be added for those)
Line 226: Line 226:
if category then
if category then
body:wikitext( '[[', category, ']]' )
body:wikitext( f:expandTemplate{ title = 'Translation category', args = { category, project = '0' } } )
end
end