Module:Age: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Lingam
"-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Para..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
 
imported>Kanags
சிNo edit summary
 
வரிசை 463:
-- https://translatewiki.net/wiki/Plural/Mediawiki_plural_rules
abbr_off = {
plural = '-கள்',
sep = ' ',
y = {'yearஆண்டு', 'yearsஆண்டுகள்'},
m = {'monthமாதம்', 'monthsமாதங்கள்'},
w = {'weekகிழமை', 'weeksகிழமைகள்'},
d = {'dayநாள்', 'daysநாட்கள்'},
H = {'hourமணி', 'hoursமணித்தியாலங்கள்'},
M = {'minuteநிமிடம்', 'minutesநிமிடங்கள்'},
S = {'secondசெக்கன்', 'secondsசெக்கன்கள்'},
},
abbr_on = {
வரி 1,125 ⟶ 1,126:
end
return from_en(dateDifference(parms))
end
 
local function templateGeneric(frame)
local name = frame.args.template
if not name then
return message('mt-template-x')
end
return ageGeneric(frame:newChild{title = mw.title.new(name, 10), args = frame.args})
end
 
வரி 1,136 ⟶ 1,145:
JULIANDAY = dateToJd, -- Template:JULIANDAY
time_interval = timeInterval, -- Template:Time_interval
[''] = templateGeneric -- same as age_generic, but can be invoked directly
}
"https://tamilar.wiki/w/Module:Age" இலிருந்து மீள்விக்கப்பட்டது