Module:Documentation: Difference between revisions
mNo edit summary |
re-add categorization of templates when they are missing a documentation, which was accidentally removed before |
||
| Line 217: | Line 217: | ||
:node( links ) | :node( links ) | ||
:wikitext( 'The above documentation is transcluded from [[', docPage.fullText, ']].' ) | :wikitext( 'The above documentation is transcluded from [[', docPage.fullText, ']].' ) | ||
end | |||
if category then | |||
body:wikitext( f:expandTemplate{ title = 'Translation category', args = { category, project = '0' } } ) | |||
end | end | ||