Hi!
A bug in PDF rendering has been reported on the Czech Wikipedia. It
happens when an article uses a date-formatting template. The problem
is missing support for “xg” format specifier inside the {{#time:}}
parser function:
When an article using {{#time: xg}} is rendered into PDF, the
specifier is understood as “literal ‘x’ + hour in 12-hour format, not
zero-padded”, but “xg” is a specifier for “the full month name in the
genitive form for site languages
that distinguish between genitive and nominative forms” (see <http://
www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time>).
I am not sure if mwlib supports genitive month names; in that case, at
least a workaround would be better than the current behavior. The
genitive month name could be replaced at least by the nominative
(standard) month name, or (in Czech, that would be preferable, but
hard to say generally) by the month number.
I have also reported this at <https://bugzilla.wikimedia.org/
show_bug.cgi?id=28361>, I would report it at code.pediapress.com, as
it seems the main issue tracker, but it seems you need to have an
account there for that, and account registration is not open, AFAICS.
-- Petr Kadlec
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.