Felület:Example
Appearance
Example Kiadási állapot: stabil |
|
---|---|
Leírás | Példafelület a legjobb praktikákról, a MediaWiki-felületkészítési útmutató társa. |
Legfrissebb verzió | Folyamatos frissítés (2020-09-07) |
MediaWiki | 1.35+ |
Licenc | Creative Commons Zero v1.0 Universal |
Letöltés | |
Példa | Example on Skins wiki |
Quarterly downloads | 17 (Ranked 23rd) |
Public wikis using | 7 (Ranked 93rd) |
Public wikis using as default skin | 0 |
Fordítsd le a(z) Example felületet, ha elérhető a translatewiki.net oldalon | |
Problémák : | Nyitott feladatok · (skin) Hibajelentés |
This is the Example skin showcasing as an example the best practices, a companion to Manual:How to make a MediaWiki skin and before 1.36, the MediaWiki skinning guide.
The code is released into public domain, which means you can freely copy it, modify and release as your own skin without providing attribution and with absolutely no restrictions. Remember to change the license information if you do not intend to provide your changes on the same terms.
You can browse the source code at phab:diffusion/SEXA/browse/.
See Manual:Skinning for information on creating skins.
Telepítés
- Download and place the file(s) in a directory called
Example
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadSkin( 'Example' );
- Kész - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.