Difference between revisions of "Template:Extension/doc"
Jump to navigation
Jump to search
→Content parameters: added a new paramter needs-updatephp and description for it
>Wikinaut (→Content parameters: +link to release status colour scheme on page Extension status) |
>Wikinaut (→Content parameters: added a new paramter needs-updatephp and description for it) |
||
Line 173: | Line 173: | ||
|- | |- | ||
| <span id="php">php</span>|| required version of PHP | | <span id="php">php</span>|| required version of PHP | ||
|- | |||
| <span id="needs-updatephp">needs-updatephp</span>|| '''''yes''''' indicates that the extension requires a database table schema change. | |||
Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' after you copied all the extension files to <tt>$IP/extensions/ExtensionName</tt> and inserted <tt>require_once( "$IP/extensions/ExtensioName" )</tt> to <tt>$IP/LocalSettings.php</tt>: | |||
$IP/maintenance/php update.php | |||
{{$IP}} | |||
|- | |- | ||
| <span id="license">license</span>|| license(s) governing use of this extension, e.g. GPL | | <span id="license">license</span>|| license(s) governing use of this extension, e.g. GPL |