<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AEdit_button%2Fdoc</id>
	<title>Module:Edit button/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.darkan.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AEdit_button%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Module:Edit_button/doc&amp;action=history"/>
	<updated>2026-07-17T06:04:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Module:Edit_button/doc&amp;diff=173546&amp;oldid=prev</id>
		<title>Jawarrior1: Jawarrior1 moved page Module:Edit Button/doc to Module:Edit button/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Module:Edit_button/doc&amp;diff=173546&amp;oldid=prev"/>
		<updated>2024-01-09T08:38:28Z</updated>

		<summary type="html">&lt;p&gt;Jawarrior1 moved page &lt;a href=&quot;/Module:Edit_Button/doc&quot; class=&quot;mw-redirect&quot; title=&quot;Module:Edit Button/doc&quot;&gt;Module:Edit Button/doc&lt;/a&gt; to &lt;a href=&quot;/Module:Edit_button/doc&quot; title=&quot;Module:Edit button/doc&quot;&gt;Module:Edit button/doc&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:38, 9 January 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jawarrior1</name></author>
	</entry>
	<entry>
		<id>https://wiki.darkan.org/index.php?title=Module:Edit_button/doc&amp;diff=173544&amp;oldid=prev</id>
		<title>Jawarrior1: Created page with &quot;{{Documentation}} {{Helper module |name=Edit button |fname1=&lt;nowiki&gt;( [text|&#039;edit&#039;] )&lt;/nowiki&gt; |ftype1=string |fuse1=Creates an edit button for the current page that the module is invoked on&lt;br /&gt;&lt;br /&gt;&lt;code&gt;text&lt;/code&gt; defaults to &quot;edit&quot; |example= &lt;syntaxhighlight lang=&#039;lua&#039;&gt; local editBtn = require( &#039;Module:Edit button&#039; ) mw.log( editBtn( &#039;Click to edit&#039; ) ) --&gt; [//runescape.wiki/w/Rune_dagger?action=edit Click to edit]  -- If used a lot without any text, it&#039;s better t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.darkan.org/index.php?title=Module:Edit_button/doc&amp;diff=173544&amp;oldid=prev"/>
		<updated>2024-01-09T08:37:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation}} {{Helper module |name=Edit button |fname1=&amp;lt;nowiki&amp;gt;( [text|&amp;#039;edit&amp;#039;] )&amp;lt;/nowiki&amp;gt; |ftype1=string |fuse1=Creates an edit button for the current page that the module is invoked on&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt; defaults to &amp;quot;edit&amp;quot; |example= &amp;lt;syntaxhighlight lang=&amp;#039;lua&amp;#039;&amp;gt; local editBtn = require( &amp;#039;Module:Edit button&amp;#039; ) mw.log( editBtn( &amp;#039;Click to edit&amp;#039; ) ) --&amp;gt; [//runescape.wiki/w/Rune_dagger?action=edit Click to edit]  -- If used a lot without any text, it&amp;#039;s better t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
{{Helper module&lt;br /&gt;
|name=Edit button&lt;br /&gt;
|fname1=&amp;lt;nowiki&amp;gt;( [text|&amp;#039;edit&amp;#039;] )&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|ftype1=string&lt;br /&gt;
|fuse1=Creates an edit button for the current page that the module is invoked on&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt; defaults to &amp;quot;edit&amp;quot;&lt;br /&gt;
|example=&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;#039;lua&amp;#039;&amp;gt;&lt;br /&gt;
local editBtn = require( &amp;#039;Module:Edit button&amp;#039; )&lt;br /&gt;
mw.log( editBtn( &amp;#039;Click to edit&amp;#039; ) ) --&amp;gt; [//runescape.wiki/w/Rune_dagger?action=edit Click to edit]&lt;br /&gt;
&lt;br /&gt;
-- If used a lot without any text, it&amp;#039;s better to do this&lt;br /&gt;
local editBtn = require( &amp;#039;Module:Edit button&amp;#039; )() -- Only store the returned text&lt;br /&gt;
mw.log( editBtn ) --&amp;gt; [//runescape.wiki/w/Rune_dagger?action=edit edit]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[pt:Módulo:Edit button]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[pt:Módulo:Edit button/doc]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jawarrior1</name></author>
	</entry>
</feed>