Modul:Documentation/doc: Perbedaan antara revisi

Dari Wiki Javasatu
Loncat ke navigasi Loncat ke pencarian
(←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:
{{High-use|1364}}
{{Module rating|release}}
{{Module rating|protected}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{Lua|Modul:Documentation/config|Modul:Arguments|Modul:Message box|Modul:Module wikitext|Modul:Protection banner}}
{{Lua|Module:Documentation/config|Module:Documentation/i18n|Module:Arguments|Module:Message box|Module:Module wikitext|Module:TNT}}
{{Uses TemplateStyles|Modul:Documentation/styles.css}}
{{Uses TemplateStyles|Module:Documentation/styles.css}}
Modul ini menampilkan kotak biru yang berisi dokumentasi untuk [[Bantuan:Templat|templat]], [[Wikipedia:Lua|modul Lua]], atau halaman lain.
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.


== Penggunaan biasa ==
== Normal usage ==


Untuk sebagian besar penggunaan, Anda harus menggunakan templat {{tl|dokumentasi}}; silakan lihat halaman templat itu untuk petunjuk penggunaan dan parameternya.
For most uses, you should use the {{tlx|documentation}} template; please see that template's page for its usage instructions and parameters.


== Gunakan di modul lain ==
== Use in other modules ==


Untuk menggunakan modul ini dari modul Lua lain, muat dulu dengan <code>require</code>:
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>


Silakan merujuk ke [[Templat:Dokumentasi/doc| dokumentasi template]] untuk instruksi penggunaan dan daftar parameter.
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

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:}}]]