Extension:Prop
Appearance
Please help expand this page. |
Release status: unknown |
|
|---|---|
| Implementation | Parser extension |
| Author(s) | Sophivorus |
| Latest version | 1.0 |
| MediaWiki | >= 1.31.0 |
| Licence | GNU General Public License 3.0 or later |
| Download | |
| Translate the Prop extension if it is available at translatewiki.net | |
The Prop extension gets and sets page properties through a parser function.
Installation
[edit]- Download and move the extracted
Propfolder to yourextensions/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' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
