Difference between revisions of "Template:Extension"

Jump to navigation Jump to search
syntaxhighlight
>Shirayuki
(Marked this version for translation)
>Kghbln
(syntaxhighlight)
Line 626: Line 626:


<!--T:195-->
<!--T:195-->
Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tvar name=target><source lang=php inline>$IP/extensions/ExtensionName</source></tvar> and inserted <tvar name=code><source lang=php inline>wfLoadExtension( "ExtensionName" );</source></tvar> into "LocalSettings.php", run from the command line:</translate>
Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tvar name=target><syntaxhighlight lang=php inline>$IP/extensions/ExtensionName</syntaxhighlight></tvar> and inserted <tvar name=code><syntaxhighlight lang=php inline>wfLoadExtension( "ExtensionName" );</syntaxhighlight></tvar> into "LocalSettings.php", run from the command line:</translate>


<code class="mw-code mw-highlight" style="display:block"><!--
<code class="mw-code mw-highlight" style="display:block"><!--
Anonymous user

Navigation menu