https://bugzilla.wikimedia.org/show_bug.cgi?id=33865

--- Comment #9 from Sam Reed (reedy) <[email protected]> 2012-01-21 21:30:13 
UTC ---
Actually, you shouldn't be using Title in this case

You want page

'title' => 'Title of page the text belongs to',
'page' => "Parse the content of this page. Cannot be used together with
{$p}text and {$p}title",

http://en.wikipedia.org/w/api.php?action=parse&format=xmlfm&page=Kanichar&prop=wikitext

Title is so you can "create" a page, and use that as the title against arbitary
text

If you do that properly, then

http://en.wikipedia.org/w/api.php?action=parse&format=xmlfm&title=FooBarLolBaz&prop=wikitext&text=[[Boo]]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to