<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-oswf-core.js</id>
	<title>MediaWiki:Gadget-oswf-core.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-oswf-core.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-oswf-core.js&amp;action=history"/>
	<updated>2026-06-04T04:47:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-oswf-core.js&amp;diff=2525&amp;oldid=prev</id>
		<title>Banri: Created page with &quot;var showText = &#039;Get started with this task&#039;, hideText = &#039;Hide additional info&#039;, showTitle = &#039;Show the guidance for this task&#039;, hideTitle = &#039;Hide the guidance for this task&#039;;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=MediaWiki:Gadget-oswf-core.js&amp;diff=2525&amp;oldid=prev"/>
		<updated>2020-03-11T02:42:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;var showText = &amp;#039;Get started with this task&amp;#039;, hideText = &amp;#039;Hide additional info&amp;#039;, showTitle = &amp;#039;Show the guidance for this task&amp;#039;, hideTitle = &amp;#039;Hide the guidance for this task&amp;#039;;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;var showText = &amp;#039;Get started with this task&amp;#039;,&lt;br /&gt;
hideText = &amp;#039;Hide additional info&amp;#039;,&lt;br /&gt;
showTitle = &amp;#039;Show the guidance for this task&amp;#039;,&lt;br /&gt;
hideTitle = &amp;#039;Hide the guidance for this task&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
function init() {&lt;br /&gt;
	$(&amp;#039;.oswf-guidance&amp;#039;).each(function(i,e){&lt;br /&gt;
		var $this = $(e),&lt;br /&gt;
		$content,&lt;br /&gt;
		toggleButton,&lt;br /&gt;
		showing = false;&lt;br /&gt;
		&lt;br /&gt;
		$content = $(&amp;#039;&amp;lt;div&amp;gt;&amp;#039;).append($this.contents());&lt;br /&gt;
		$content.hide();&lt;br /&gt;
		&lt;br /&gt;
		toggleButton = new OO.ui.ButtonWidget({&lt;br /&gt;
			icon: &amp;#039;expand&amp;#039;,&lt;br /&gt;
			title: showTitle,&lt;br /&gt;
			label: showText,&lt;br /&gt;
			flags: [&amp;#039;primary&amp;#039;, &amp;#039;progressive&amp;#039;]&lt;br /&gt;
		});&lt;br /&gt;
		&lt;br /&gt;
		toggleButton.on(&amp;#039;click&amp;#039;, function(){&lt;br /&gt;
			showing = !showing;&lt;br /&gt;
			if (showing) {&lt;br /&gt;
				toggleButton.setIcon(&amp;#039;collapse&amp;#039;).setTitle(hideTitle).setLabel(hideText);&lt;br /&gt;
				&lt;br /&gt;
			} else {&lt;br /&gt;
				toggleButton.setIcon(&amp;#039;expand&amp;#039;).setTitle(showTitle).setLabel(showText);&lt;br /&gt;
			}&lt;br /&gt;
			$content.toggle();&lt;br /&gt;
		});&lt;br /&gt;
		&lt;br /&gt;
		$this.append(toggleButton.$element).append($content);&lt;br /&gt;
	});&lt;br /&gt;
	&lt;br /&gt;
}&lt;br /&gt;
$(init);&lt;/div&gt;</summary>
		<author><name>Banri</name></author>
	</entry>
</feed>