Manual:Antarmuka
Antarmuka MediaWiki adalah keseluruhan kode HTML keluaran halaman wiki kecuali isi teks itu sendiri. The interface includes the tabs above each page, the side bar, and personal links.
Melokalkan antarmuka
The default interface for many languages is defined in the MediaWiki localization files, and will update automatically if the language set by $wgLanguageCode
or if a user's preferences is changed.
You can edit the text strings and images displayed for the current user interface language via the special page Special:Allmessages. For more information on this page and editing these messages, please see:
- lBantuan:Pesan sistem
- meta:Bantuan:Pesan sistem
- translatewiki.net, proyek pelokalan MediaWiki
Menyesuaikan antarmuka
Depending on one's requirements and programming expertise, there are several different customization techniques available:
- System messages: Most look and feel customizations can be done by modifying system messages using the Special:AllMessages page.
Editing interface messages is typically straightforward, just like editing a normal wiki page. These messages set defaults for various parts of the user interface and contain a combination of plain text, wiki markup, CSS and JavaScript. For details, see the documentation of the individual messages.
Untuk informasi lebih lanjut, silakan lihat Manual:Skins.
- /JavaScript: improve browser behavior using some scripts. Includes a list of JavaScript variables.
- /Stylesheets: improve layout and design using CSS.
- /IDs and classes: a list of common IDs and classes.
Lihat pula
- Manual:Forms - membahas cara menambahkan formulir ke antarmuka dan di dalam badan artikel.