Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

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

Logs
  • 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...")