Module:Documentation: Difference between revisionsGive feedback
osrsw>Joeytje50 m purging the current page doesn't update the /doc page's text, for some dumb reason. |
osrsw>Gaz Lloyd + |
||
| 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 .. '/doc', {action='purge'} ) ) .. ' purge]]' | '[<span class="jsPurgeLink">[' .. tostring( mw.uri.fullUrl( title.fullText .. '/doc', {action='purge'} ) ) .. ' purge]</span>]' | ||
) | ) | ||
:done() | :done() | ||