Modul:Adjacent stations: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
RaFaDa20631 (bicara | kontrib)
Tidak ada ringkasan suntingan
RaFaDa20631 (bicara | kontrib)
Tidak ada ringkasan suntingan
Baris 24:
-- ['word_space'] = ' ',
['preceding'] = function(var)
return 'sebelumnya ' .. var
end,
['following'] = function(var)
return 'berikutnya ' .. var
end,
['stop_noun'] = 'Stasiun ',
['nonstop_past'] = function(var)
return var .. 'dahulunya berjalan langsung'
Baris 50:
['via-format'] = '%s+via%s+(.+)$', -- first match is station name
['towards'] = function(var)
return 'menuju ' .. var
end,
['through'] = function(var)
return 'lewat ' .. var
end,
['reverse'] = 'Melawan arus',
Baris 248:
local stop_noun = data[v]['header stop noun'] or i18n[lang]['stop_noun']
insert(wikitable, concat({'\n|-',
'\n!', style['header cell'], i18n[lang](stop_noun)['preceding'](stop_noun),
'\n!', style['header midcell'], (data[v]['system icon'] and data[v]['system icon'] .. ' ' or ''), (data[v]['system title'] or ('[['.. args[v]['system'] ..']]')),
'\n!', style['header cell'], i18n[lang](stop_noun)['following'](stop_noun)
}))
insert(wikitable, '')