<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nb">
	<id>https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Modul%3AShortcut%2Fdok</id>
	<title>Modul:Shortcut/dok - Sideversjonshistorikk</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Modul%3AShortcut%2Fdok"/>
	<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:Shortcut/dok&amp;action=history"/>
	<updated>2026-04-06T11:31:56Z</updated>
	<subtitle>Versjonshistorikk for denne siden på wikien</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Modul:Shortcut/dok&amp;diff=800&amp;oldid=prev</id>
		<title>Wikisida: Én sideversjon ble importert</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:Shortcut/dok&amp;diff=800&amp;oldid=prev"/>
		<updated>2026-02-08T09:50:43Z</updated>

		<summary type="html">&lt;p&gt;Én sideversjon ble importert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;nb&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Eldre sideversjon&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Sideversjonen fra 8. feb. 2026 kl. 09:50&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;nb&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Ingen forskjell)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key c1wiki:diff:1.41:old-799:rev-800 --&gt;
&lt;/table&gt;</summary>
		<author><name>Wikisida</name></author>
	</entry>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Modul:Shortcut/dok&amp;diff=799&amp;oldid=prev</id>
		<title>nb&gt;Tholme: Tholme flyttet siden Modul:Shortcut/doc til Modul:Shortcut/dok uten å etterlate en omdirigering</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:Shortcut/dok&amp;diff=799&amp;oldid=prev"/>
		<updated>2024-02-25T12:20:02Z</updated>

		<summary type="html">&lt;p&gt;Tholme flyttet siden &lt;a href=&quot;/index.php?title=Modul:Shortcut/doc&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Modul:Shortcut/doc (siden finnes ikke)&quot;&gt;Modul:Shortcut/doc&lt;/a&gt; til &lt;a href=&quot;/index.php?title=Modul:Shortcut/dok&quot; title=&quot;Modul:Shortcut/dok&quot;&gt;Modul:Shortcut/dok&lt;/a&gt; uten å etterlate en omdirigering&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ny side&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|protected}}&lt;br /&gt;
{{High-use|demo=Module:{{ROOTPAGENAME}}}}&lt;br /&gt;
{{Lua|Module:Shortcut/config|Module:List|Module:Yesno|Module:Arguments}}&lt;br /&gt;
{{Uses TemplateStyles|Module:Shortcut/styles.css}}&lt;br /&gt;
{{Lua sidebar}}&lt;br /&gt;
This module makes a box showing the shortcut links to a page.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== From wikitext ===&lt;br /&gt;
&lt;br /&gt;
From wikitext, this module should be called from a template, usually {{tl|shortcut}}. Please see the template page for documentation. However, it can also be called using the syntax &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:shortcut|main|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;arguments&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== From Lua ===&lt;br /&gt;
&lt;br /&gt;
To use this module from Lua, first load it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local mShortcut = require(&amp;#039;Module:Shortcut&amp;#039;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can create shortcut boxes with the following syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
mShortcut._main(shortcuts, options, frame, cfg)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;var&amp;gt;shortcuts&amp;lt;/var&amp;gt; is an array of shortcut page names. (required)&lt;br /&gt;
* &amp;lt;var&amp;gt;options&amp;lt;/var&amp;gt; is a table of options. The following keys are supported:&lt;br /&gt;
** &amp;lt;code&amp;gt;msg&amp;lt;/code&amp;gt; - a message to leave after the list of shortcuts.&lt;br /&gt;
** &amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt; - if set to false (or a value regarded as false by [[Module:Yesno]], such as &amp;quot;no&amp;quot;), categories are suppressed.&lt;br /&gt;
* &amp;lt;var&amp;gt;frame&amp;lt;/var&amp;gt; a frame object. This is optional, and only intended to be used internally.&lt;br /&gt;
* &amp;lt;var&amp;gt;cfg&amp;lt;/var&amp;gt; a table of config values. This is optional, and is only intended for testing.&lt;br /&gt;
&lt;br /&gt;
== Technical details ==&lt;br /&gt;
&lt;br /&gt;
This module has a configuration file at [[Module:Shortcut/config]]. It can be used to translate this module into different languages or to change details like category names.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!-- Categories go here and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>nb&gt;Tholme</name></author>
	</entry>
</feed>