Module:In5: Difference between revisions

No change in size ,  2 years ago
m
1 revision imported
en>Centrist16
(Created page with "-- 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 output...")
m (1 revision imported)
 
(No difference)