Extension:Prop

Category:Pages to be expanded#Prop Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Prop
Release status: unknownCategory:Extensions with invalid status
Implementation Parser extension Category:Parser extensions
Author(s) Sophivorus
Latest version 1.0
MediaWiki >= 1.31.0
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 0
Translate the Prop extension if it is available at translatewiki.net
Category:All extensions

The Prop extension gets and sets page properties through a parser function.

Installation

  • Download and move the extracted Prop folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Prop
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Prop' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded Category:ParserFirstCallInit extensions Category:Parser extensions