From Afropedia.world
Combined display of all available logs of Afropedia.world. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:03, 19 January 2026 Djehuti talk contribs created page Module:Transl (Created page with "-- Module:Transl -- Provides transliteration functionality for MediaWiki templates local p = {} function p.transl(frame) local args = frame.args local parent_args = frame:getParent().args -- Get parameters from either direct call or template call local lang = args[1] or parent_args[1] or '' local system = args[2] or parent_args[2] or args['system'] or parent_args['system'] or '' local text = args[3] or parent_args[3] or args['text'] or pare...")