Všechny veřejné záznamy
Z Manta
Společné zobrazení všech dostupných protokolovacích záznamů pro Manta. Zobrazení můžete zúžit výběrem typu záznamu, uživatelského jména (záleží na velikosti písmen) nebo dotčené stránky (také záleží na velikosti písmen).
- 3. 1. 2025, 09:29 MantaUser diskuse příspěvky vytvořil(a) stránku MediaWiki:Common.js (založena nová stránka s textem „* * Fetch data from the API and display it on the MediaWiki page. * @param {string} apiUrl - The API endpoint to fetch data from. * @param {string} targetElementId - The ID of the element where the data will be displayed.: function fetchAndDisplayData(apiUrl, targetElementId) { fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error(`HTTP error! status: ${response.status}`); }…“)