Module:Documentation: Difference between revisions

mNo edit summary
mNo edit summary
Line 107: Line 107:
:tag( 'div' )
:tag( 'div' )
:attr( 'id', 'documentation-header-tools' )
:attr( 'id', 'documentation-header-tools' )
:wikitext( i18n.linkFormat:format( '[[Special:Purge/', page.fullText, '|', i18n.linkTextPurge, ']]' ) )
:wikitext( i18n.linkFormat:format( '[[Special:Purge/' .. page.fullText .. '|' .. i18n.linkTextPurge .. ']]' ) )
:done()
:done()
:wikitext( i18n.docPagePrompt:format( pageType == 'module' and i18n.docPagePromptWill or i18n.docPagePromptShould, pageTypeDisplay ) )
:wikitext( i18n.docPagePrompt:format( pageType == 'module' and i18n.docPagePromptWill or i18n.docPagePromptShould, pageTypeDisplay ) )