Modul:Lang: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k ←Suntingan Farras (bicara) dibatalkan ke versi terakhir oleh JohnThorne Tag: Pengembalian |
Uji coba per Modul:Lang, jika gagal akan dikembalikan ke revisi sebelumnya. |
||
Baris 1.046:
--[[--------------------------< T R A N S L >------------------------------------------------------------------
Module entry point from another module
]]
local function
local args = getArgs(frame); -- no {{#invoke:}} parameters▼
local title_table = lang_data.translit_title_table; -- table of transliteration standards and the language codes and scripts that apply to those standards
local language_name; -- language name that matches language code; used for tool tip
Baris 1.088 ⟶ 1.087:
end
args.italic, msg = validate_italic (args
if msg then
return make_error_msg (msg, args, 'transl');
Baris 1.113 ⟶ 1.112:
--[[--------------------------< T R A N S L >------------------------------------------------------------------
Module entry point from an {{#invoke:}}
]]
local function transl (frame)
▲ local args = getArgs(frame); -- no {{#invoke:}} parameters
return _transl (args);
end
|