KBBI References
Mediawiki extension for create anchor tag a
to references KBBI (Kamus Besar Bahasa Indonesia). Mainly using word definition of KBBI from https://kbbi.web.id/
Installation
- Download the extension and extract it and then copy-paste the extracted folder at
{wiki-installation-path}/extensions
. - Open
LocalSettings.php
and add new code add the bottomwfLoadExtension( 'KBBIReferences' );
How to use
In editor using {#kbbiref the_word | kbbi_link(optional) }
...
{{#kbbiref: hello | hallo }}
{{#kbbiref: hello }}
Selamat {{ #kbbiref: siang }}, apa kabar?
Selamat {{ #kbbiref: siang | https://kbbi.web.id/siang}}, apa kabar?
....