| Display title | MediaWiki:Gadget-listFilter.js |
| Default sort key | Gadget-listFilter.js |
| Page length (in bytes) | 7,403 |
| Namespace ID | 8 |
| Namespace | MediaWiki |
| Page ID | 681 |
| Page content language | en - English |
| Page content model | JavaScript |
| Indexing by robots | Allowed |
| Number of redirects to this page | 0 |
| Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
| Edit | Allow only users with "editsitejs" permission (infinite) |
| Move | Allow only users with "editsitejs" permission (infinite) |
| Page creator | Stevium (talk | contribs) |
| Date of page creation | 19:41, 12 November 2025 |
| Latest editor | Stevium (talk | contribs) |
| Date of latest edit | 19:41, 12 November 2025 |
| Total number of edits | 1 |
| Total number of distinct authors | 1 |
| Recent number of edits (within past 90 days) | 1 |
| Recent number of distinct authors | 1 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | /* Source: https://anothereden.wiki/w/MediaWiki:Gadget-listFilter.js */
mw.loader.using( 'oojs-ui-core' ).done( function () {
$(document).ready(function() {
// Render search text field elements. See Template:Search
var searchContainers = document.getElementsByClassName('search-text-container'); |