https://bugzilla.wikimedia.org/show_bug.cgi?id=47496
--- Comment #5 from Bartosz DziewoĆski <[email protected]> --- For clarification - the API prefs were added in I18a5ffb5, and the only different with "normal" prefs is that they're not displayed on [[Special:Preferences]]. This is accomplished by setting $ary['type'] = 'api' on the array describing form inputs for the given option (such as the ones in Preferences.php, and similarly in extensions). Thus there's nothing to document about them on that page (but possibly they should be documented elsewhere; dunno if they are). The userjs- prefs, added in I5f9ba5b0, are essentially a key-value store for arbitrary data, and are documented there. These should really only be used by things that don't have access to PHP - ie., definitely not extensions. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
