Lompat ke isi

Modul:In5: Riwayât rèvisi

Pèlè ḍuwâ' tora (bârna bhiru tasè' è bâbâ) terros pècè' "bhânḍhingngaghi" mon abhânḍhingngaghina vèrsi sè èkaterrowè. Klik sèttong tangghâl mon nèngguwâ vèrsi kaca è tangghâl kasebbhut.
Panegghes: (satèya) = bhidhâ jângkènè, (sabelluna) = bhidhâ bi' vèrsi sabelluna, k = beccè'an kènè'.

29 Oktober 2024

  • satèyasabelluna 14.0429 Oktober 2024 14.04 Munajad.MH kanḍhâ dhurrun 1.250 bita +1.250 ←Membuat halaman berisi '-- This module implements {{in5}}. local p = {} function p.in5(frame) local indent = frame.args[1] -- Trim whitespace and convert to number. Default to 5 if not present, -- as per the template title. indent = tonumber( mw.text.trim(indent) ) or 5 -- Round down to nearest integer. Decimal values produce funky results -- from the original template, but there's no need for us to replicate that. indent = math.floor( indent ) -- Don't...'