User "Kaldari" posted a comment on MediaWiki.r86927.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86927#c16410
Commit summary:

adding language support to #time parser function, per bug 28655

Comment:

I would have except that this is a strange case. The 'local' param is only used 
by another function (localTime/#timel) and not by the parser function per se 
({{#time)). Since 'language' should actually be used in the parser function 
call, but not 'local', I have to put 'language' first.

In other words, this is a supported call to #time:
{{#time:Y|1945|fr}}
but never:
{{#time:Y|1945|true}} (even though it was technically possible), as this is 
covered by #timel

You may want to refer to 
http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time for more 
info.


_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to