ARM裸机加强版

来自百问网嵌入式Linux wiki
Baiwen root讨论 | 贡献2018年1月11日 (四) 16:11的版本

<languages/>

<translate> The Example extension extends the <tvar|BoilerPlate>模板:Ll</> extension, implementing some common extension features.</translate> <translate> It has many additional annotations and inline comments explaining how it all works.</translate> <translate> Read the Example extension, base your own code on the BoilerPlate extension.

Installation

  • [[<tvar|special>Special:ExtensionDistributor/examples</>|Download]] and extract the files in a directory called <tvar|examples>examples</> in your <tvar|extensions>extensions/</> folder.</translate> <translate> If you're a developer then instead you should use git clone to clone the mediawiki/extensions/examples repository in your <tvar|extensions>extensions/</> folder.</translate>

<translate>

  • Add the following code at the bottom of your LocalSettings.php:

</translate>

require_once __DIR__ . "/extensions/examples/Example/Example.php";
  • 模板:Done – <translate> Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.</translate>


<translate>

See also

</translate>