Adminjavasatu
←Membuat halaman berisi '-- Replacement for Templat:Time ago local numberSpell = require('Modul:NumberSpell')._main local yesno = require('Modul:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds' or 'detik'] = 1, ['minutes' or 'menit'] = 60, ['hours' or 'jam'] = 3600, ['days' or 'hari'] = 86400, ['weeks' or 'minggu'] = 604800, ['months' or 'bulan'] = 2678400, ['years' or 'tahun'] = 31557600 } -- Table containing tables of...'