Extension:EditNoticePF

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
EditNoticePF
Release status: betaCategory:Beta status extensions
Implementation Parser function Category:Parser function extensions
Description Adds the {{#editnotice}} parser function
Author(s) Claire (BlankEclairtalk)
Compatibility policy Main branch maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki >= 1.42.0Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download
Category:All extensionsCategory:Extensions not in ExtensionJson

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

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

Example

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

Category:All extensions Category:Beta status extensions Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions Category:TitleGetEditNotices extensions