<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.juanfortun.ch/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js</id>
	<title>MediaWiki:Common.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.juanfortun.ch/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.juanfortun.ch/index.php?title=MediaWiki:Common.js&amp;action=history"/>
	<updated>2026-07-14T07:28:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.juanfortun.ch/index.php?title=MediaWiki:Common.js&amp;diff=71&amp;oldid=prev</id>
		<title>Maintenance script: Add Timeline &amp; Graph views</title>
		<link rel="alternate" type="text/html" href="https://wiki.juanfortun.ch/index.php?title=MediaWiki:Common.js&amp;diff=71&amp;oldid=prev"/>
		<updated>2026-07-13T18:23:38Z</updated>

		<summary type="html">&lt;p&gt;Add Timeline &amp;amp; Graph views&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Embed the Rumba interactive views (timeline + knowledge graph). */&lt;br /&gt;
$(function(){&lt;br /&gt;
  function embed(id, src){&lt;br /&gt;
    var el = document.getElementById(id);&lt;br /&gt;
    if(!el) return;&lt;br /&gt;
    var f = document.createElement(&amp;#039;iframe&amp;#039;);&lt;br /&gt;
    f.src = src;&lt;br /&gt;
    f.setAttribute(&amp;#039;loading&amp;#039;,&amp;#039;lazy&amp;#039;);&lt;br /&gt;
    f.setAttribute(&amp;#039;style&amp;#039;,&amp;#039;width:100%;height:78vh;border:1px solid #33363d;&amp;#039;&lt;br /&gt;
      + &amp;#039;border-radius:10px;background:#16181d&amp;#039;);&lt;br /&gt;
    el.innerHTML = &amp;#039;&amp;#039;;&lt;br /&gt;
    el.appendChild(f);&lt;br /&gt;
  }&lt;br /&gt;
  embed(&amp;#039;rumba-graph-embed&amp;#039;, &amp;#039;/rumba/graph.html&amp;#039;);&lt;br /&gt;
  embed(&amp;#039;rumba-timeline-embed&amp;#039;, &amp;#039;/rumba/timeline.html&amp;#039;);&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>