Module:Documentation: Difference between revisionsGive feedback
osrsw>The Mol Man mNo edit summary |
osrsw>Joeytje50 m purging the current page doesn't update the /doc page's text, for some dumb reason. |
||
| Line 57: | Line 57: | ||
:wikitext( | :wikitext( | ||
'[[' .. tostring( mw.uri.fullUrl( template .. '/doc', {action='edit'} ) ) .. ' edit]] ' .. | '[[' .. tostring( mw.uri.fullUrl( template .. '/doc', {action='edit'} ) ) .. ' edit]] ' .. | ||
'[[' .. tostring( mw.uri.fullUrl( title.fullText, {action='purge'} ) ) .. ' purge]]' | '[[' .. tostring( mw.uri.fullUrl( title.fullText .. '/doc', {action='purge'} ) ) .. ' purge]]' | ||
) | ) | ||
:done() | :done() | ||