More actions
Combined display of all available logs of ProleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:06, 22 July 2023 CriticalResist talk contribs created page Template:Library search (Created page with "<script> // Function to fetch search results from the MediaWiki API function fetchSearchResults(searchTerm) { const apiUrl = 'https://your-wiki-domain/api.php'; const params = { action: 'query', list: 'search', srsearch: searchTerm, format: 'json', }; const url = apiUrl + '?' + new URLSearchParams(params); return fetch(url) .then(response => response.json()) .then(data => data.query.search); } // Function...")