/kbbireferences

Simple mediawiki extension

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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

  1. Download the extension and extract it and then copy-paste the extracted folder at {wiki-installation-path}/extensions.
  2. Open LocalSettings.php and add new code add the bottom
    wfLoadExtension( '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?

....