Module:Documentation: Difference between revisions
fix revision id code
m>Mr. Stradivarius (sandbox notice - separate test cases blurb with a line break rather than a space) |
m>Mr. Stradivarius (fix revision id code) |
||
Line 308: | Line 308: | ||
local text = '' | local text = '' | ||
local frame = mw.getCurrentFrame() | local frame = mw.getCurrentFrame() | ||
local isPreviewing = frame: | local isPreviewing = frame:preprocess('{{REVISIONID}}') == '' -- True if the page is being previewed. | ||
local templateLink = makeWikilink(templateTitle.prefixedText) | local templateLink = makeWikilink(templateTitle.prefixedText) | ||
if isPreviewing then | if isPreviewing then |