How Can We Help?
You are here:
< Back
Page 1
Page 2
Content deleted Content added
Johnuniq (talk | contribs)
output nothing for Template:Birth_date_and_age + Template:Death_date_and_age if 'YYYY' is first parameter to avoid TemplateData auto value errors from Template:Infobox_musical_artist
 
Johnuniq (talk | contribs)
Q&D patch to accept six values in myd order per request at User talk:Johnuniq#Module:Age
 
Line 614: Line 614:
fields[6] = args.day2
fields[6] = args.day2
else
else
for i = 1, 6 do
fields[1] = args[3]
fields[i] = args[i]
fields[2] = args[1]
fields[3] = args[2]
end
fields[4] = args[6]
fields[5] = args[4]
fields[6] = args[5]
end
end
local imax = 0
local imax = 0
Categories
Table of Contents