This template stopped working onAPI pages. Clicking another language brings up the template itself. ??? --Yurik01:00, 14 September 2007 (UTC)
{{ApiEx}} (seeAPI:Options as example) have width 100% and so they will drop below the API-navigation box and there is empty hole in the page. --Zache (talk)19:41, 14 June 2014 (UTC)
With {{API-head}} being added to pages, there's now two infoboxes side-by-side, which looks terrible. This should be changed to a navbox style and moved to the bottom of the page or merged with API-head. --121.220.65.15504:54, 22 February 2015 (UTC)
I'm organizing content in the API: namespace,phab:T105133. WithRESTBase we have more than justapi.php, so inrevision 1825996 of Template:API I adjusted the menu to be more general but then have a heading specifically for the "PHP action API". I mentioned this name in the (reactivated) mailing list threadwikitech-l mailing list thread 'Bikeshedding a good name for "the api.php API'. --SPage (WMF) (talk)06:56, 10 August 2015 (UTC)
type, default "action" to the template: {{API|type=action}}. If type is not action, then the template will not display the horizontalWhat I'd really like to do is make this an actual menu bar:
with dropdowns for each. The first "MediaWiki APIs" dropdown would have some generic pages like Etiquette and the second would have most of the current enormous navigation.The template's type parameter (general, action, RESTBase, WDQS) would bold the matching menu bar item.(For some reason,https://en.wikipedia.org/api/ is using this acid green color.)
I don't know if there's JavaScript support for such a menu bar, it might be doable in pure CSS. Eventually,phab:T101666 "Create parser tag(s) that render OOUI PHP widgets" should help.
--SPage (WMF) (talk)05:41, 28 September 2015 (UTC)
Something is broken with the entry
[[Special:MyLanguage/API:Parameter information|]]which is displaying as plain wikitext, but I can't determine what the problem is. Help?Quiddity (WMF) (talk)06:05, 1 August 2017 (UTC)
Thepipe trick [[foo|]] only works when content is saved, but never when it is dynamically generated by a template. In other words wikitext can never be saved with a pipe trick unless it is escaped. The fix should probably be made in Template:Localized_link or this template, so it assigns some caption or text to the link whenever it is empty. 07:31, 1 August 2017 (UTC)
In the Developer Utilities section of this template, the last entry is rendered as "[[Special:MyLanguage/API:Implementation Strategy|]]". Don't see why, it's formatted same as other bulleted entries. --Xymph (talk)15:59, 2 July 2021 (UTC)
{{PAGENAME:}} magic word to this page’s content internally, and the magic word outputs nothing on invalid titles like those that contain line breaks. —Tacsipacsi (talk)14:54, 3 July 2021 (UTC)