Kernenergie

Version 2.1 by XWikiGuest on 2026/03/11 19:07
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Deze sectie wordt nog gevuld.

Laden...
(function() {
  var config = {
    url: 'https://bookmarks.rhebergen.org/api/bookmarks/',
    token: '3b7443e0f84e2b2b269adebb96d7475e4a5e653e',
    tag: 'Nuclear-&-Energy',
    count: 10
  };
  var apiUrl = config.url + '?limit=' + config.count + '&q=%23' + encodeURIComponent(config.tag);
  fetch(apiUrl, {
    headers: { 'Authorization': 'Token ' + config.token }
  })
  .then(function(r) { return r.json(); })
  .then(function(data) {
    var container = document.getElementById('linkding-bookmarks-science-kernenergie');
    var total = data.count || 0;
    var html = '

Bookmarks: ' + config.tag + ' (' + total + ' totaal)

  • '; (data.results || []).forEach(function(bm) { var title = bm.title || bm.website_title || bm.url; html += '
  • ' + title + ''; }); html += '
'; if (total > config.count) { html += '

Toont ' + config.count + ' van ' + total + '. Meer in Linkding

'; } container.innerHTML = html; }) .catch(function(err) { document.getElementById('linkding-bookmarks-science-kernenergie').innerHTML = '

Kon bookmarks niet laden: ' + err.message + '

'; }); })();