Extension:EditNoticePF

MediaWiki extensions manual
EditNoticePF
Release status: beta
Implementation Parser function
Description Adds the {{#editnotice}} parser function
Author(s) Claire (BlankEclairtalk)
Compatibility policy Main branch maintains backward compatibility.
MediaWiki >= 1.42.0
Database changes No
License GNU General Public License 2.0 or later
Download

This is an extension that provides a new parser function to allow templates and other arbitrary pages to add an edit notice when editing a page,

Usage

edit

Call the {{#editnotice}} parser function with the title of a page.

Example

edit

Assume the following is in Template:Infobox character:

{{#editnotice: Template:Infobox character/EditNotice}}

This would add a new edit notice to Template:Infobox character and any pages that transclude it. The contents of the edit notice would be described by the page "Template:Infobox character/EditNotice".

Credits

edit