A normal page preview has:
h2: Preview
This is only a preview; your changes have not yet been saved! → Go to editing area
But a Livepreview does not. We might want to consider adding it..
A normal page preview has:
h2: Preview
This is only a preview; your changes have not yet been saved! → Go to editing area
But a Livepreview does not. We might want to consider adding it..
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
LivePreview: Show parse warnings and preview header/warning | mediawiki/core | master | +29 -3 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | None | T41272 Bugs in "Live preview" feature (tracking) | |||
Resolved | TheDJ | T91167 LivePreview does not show Preview header nor preview warning |
Change 195695 had a related patch set uploaded (by TheDJ):
ApiParse: Support previewing section=new
It should be noted this also prevents display of warnings passed from Scribunto using mw.addWarning() meaning warnings shown by module authors won't show up in preview.
Note to self, parsewarnings of the apiparse output. https://github.com/wikimedia/mediawiki/blob/master/includes/EditPage.php#L3993
Change 597262 had a related patch set uploaded (by TheDJ; owner: TheDJ):
[mediawiki/core@master] warnings and header for livepreview
Change 597262 merged by jenkins-bot:
[mediawiki/core@master] LivePreview: Show parse warnings and preview header/warning