Modul:Documentation/doc: Perbedaan antara revisi
(←Membuat halaman berisi '{{High-use|1364}} {{Module rating|protected}} {{Lua|Modul:Documentation/config|Modul:Arguments|Modul:Message box|Modul:Module wikitext|Modul:Protection banner}} {{Uses TemplateStyles|Modul:Documentation/styles.css}} Modul ini menampilkan kotak biru yang berisi dokumentasi untuk templat, modul Lua, atau halaman lain. == Penggunaan biasa == Untuk sebagian besar penggunaan, Anda harus menggunakan templat {{tl|dokumentasi}}; si...') |
Tidak ada ringkasan suntingan |
||
| Baris 1: | Baris 1: | ||
{{Module rating|release}} | |||
{{Module rating| | <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | ||
{{Lua| | {{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:Module wikitext|Module:TNT}} | ||
{{Uses TemplateStyles| | {{Uses TemplateStyles|Module:Documentation/styles.css}} | ||
This [[module]] displays a blue box containing documentation for [[Special:MyLanguage/Help:templates|templates]], [[Special:MyLanguage/Lua scripting|Lua modules]], or other pages. The {{tlx|documentation}} template invokes it. | |||
== | == Normal usage == | ||
For most uses, you should use the {{tlx|documentation}} template; please see that template's page for its usage instructions and parameters. | |||
== | == Use in other modules == | ||
To use this module from another Lua module, first load it with <code>require</code>: | |||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| Baris 22: | Baris 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Please refer to the [[Template:Documentation/doc|template documentation]] for usage instructions and a list of parameters. | |||
== Porting to other wikis == | |||
The module has a configuration file at [[Module:Documentation/config]] which is intended to allow easy translation and porting to other wikis. Please see the code comments in the config page for instructions. If you have any questions, or you need a feature which is not currently implemented, please leave a message at [[Template talk:Documentation]] to get the attention of a developer. | |||
<includeonly>{{Sandbox other|| | |||
<!-- Categories below this line; interwikis at Wikidata --> | |||
[[Category:Modules{{#translation:}}]] | |||
}}</includeonly><noinclude> | |||
[[Category:Module documentation pages{{#translation:}}]] | |||
</noinclude> | |||
Revisi per 22 September 2023 10.45
| Modul ini dinilai siap digunakan secara umum. Modul ini sudah matang dan diperkirakan bebas dari bug dan siap digunakan pada tempat yang tepat di manapun. Modul ini siap disinggung di halaman-halaman bantuan dan sumber informasi Wikipedia lainnya sebagai pilihan untuk dipelajari para pengguna baru. Untuk mengurangi beban server dan output yang tidak diharapkan, modul ini harus diperlengkapi dengan halaman bak pasir dan kasus uji daripada harus melakukan suntingan coba-dan-salah berulang-ulang. |
| Modul ini menggunakan Lua: |
| CSS | Modul ini menggunakan TemplateStyles: |
This module displays a blue box containing documentation for templates, Lua modules, or other pages. The {{documentation}} template invokes it.
Normal usage
For most uses, you should use the {{documentation}} template; please see that template's page for its usage instructions and parameters.
Use in other modules
To use this module from another Lua module, first load it with require:
local documentation = require('Module:Documentation').main
Then you can simply call it using a table of arguments.
documentation{content = 'Some documentation', ['link box'] = 'My custom link box'}
Please refer to the template documentation for usage instructions and a list of parameters.
Porting to other wikis
The module has a configuration file at Module:Documentation/config which is intended to allow easy translation and porting to other wikis. Please see the code comments in the config page for instructions. If you have any questions, or you need a feature which is not currently implemented, please leave a message at Template talk:Documentation to get the attention of a developer.
[[Category:Module documentation pages{{#translation:}}]]