Replying to my own post .... I found that this is what I needed to
add:
te.resolver.nshandler.capitalize = False
This turned off the capitalization of the {{PAGENAME}} and has not
caused any other problems, at least not that I have noticed thus far.
-- Mel
On Feb 6, 1:47 pm, Mel <[email protected]> wrote:
> In processing a template for the french wiktionary {{fr-verbe-
> flexion| ... }}, something in mwlib changes the word by capitalizing
> it.
> This does not occur with mediawiki, and I have not been able to track
> down where it is happening in mwlib.
>
> The wiktionary web site shows "qu’il/elle/on ouvrage". I am getting
> "qu’il/elle/on Ouvrage" as output of parseString.
>
> This template uses the title of the article for creating its strings,
> and in wiktionary the titles are (usually) not capitalized.
> I tried setting
> te.db.nshandler.capitalize = False
> but that made no change.
> Any ideas on where I should look to turn off the capitalization?
> -- Mel
--
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.