<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubject_bar%2Fdoc</id>
	<title>Module:Subject bar/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubject_bar%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Subject_bar/doc&amp;action=history"/>
	<updated>2026-06-13T10:18:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Subject_bar/doc&amp;diff=479625&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Subject_bar/doc&amp;diff=479625&amp;oldid=prev"/>
		<updated>2021-07-16T07:28:37Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{module rating|beta}}&lt;br /&gt;
{{high use}}&lt;br /&gt;
{{uses TemplateStyles|Template:Subject bar/styles.css}}&lt;br /&gt;
This module implements the {{tl|Subject bar}} template. Please don't use this module from an article or from another wiki page. You should use the {{tl|Subject bar}} template instead. To use the module from another Lua module, read on. &lt;br /&gt;
&lt;br /&gt;
== Use from another Lua module ==&lt;br /&gt;
&lt;br /&gt;
Load the module like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local subjectBar = require('Module:Subject bar')._main&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can use the &amp;lt;code&amp;gt;subjectBar&amp;lt;/code&amp;gt; function like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local myBar = subjectBar{&lt;br /&gt;
    portal = 'Portal 1',&lt;br /&gt;
    portal2 = 'Portal 2',&lt;br /&gt;
    -- ...&lt;br /&gt;
    commons = true,&lt;br /&gt;
    commons-search = 'Commons search string',&lt;br /&gt;
    wikt = true,&lt;br /&gt;
    wikt-search = 'Wiktionary search string'&lt;br /&gt;
    -- ...&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see [[Template:Subject bar/doc]] for a full list of possible parameters.&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>