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

       Web browser: ---
            Bug ID: 54916
           Summary: expandtemplates for {{TFA title}} not giving proper
                    title.
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I am using the following API to retrieve the todays featured article. This way
was working till yesterday and was giving me proper title. Today it is not
giving me the titles properly.
For example the following API
http://en.wikipedia.org/w/api.php?action=expandtemplates&format=json&text={{TFA%20title}}
is returning me the following json output
{
  expandtemplates: {
    *: "[[:Template:TFA title/October 3, 2013]]"
  }
}

Ideally it should have returned me the following;
{
  expandtemplates: {
    *: "[[USS_Lexington_(CV-2)]]"
  }
}

Has there been any change in the expandtemplates API call?

-- 
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