<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AAnchor%2Fdoc</id>
	<title>Template:Anchor/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AAnchor%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;action=history"/>
	<updated>2026-05-11T23:21:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=36&amp;oldid=prev</id>
		<title>DukeofRealms: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=36&amp;oldid=prev"/>
		<updated>2016-07-08T15:01:31Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:01, 8 July 2016&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>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=35&amp;oldid=prev</id>
		<title>DukeofRealms: 1 version</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=35&amp;oldid=prev"/>
		<updated>2015-05-21T05:41:29Z</updated>

		<summary type="html">&lt;p&gt;1 version&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 05:41, 21 May 2015&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>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=34&amp;oldid=prev</id>
		<title>Nerixel: Created doc.</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Anchor/doc&amp;diff=34&amp;oldid=prev"/>
		<updated>2014-12-19T07:00:23Z</updated>

		<summary type="html">&lt;p&gt;Created doc.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Creates an anchor that can be linked to just as a standard anchor, as follows (non-exclusive list):&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
* '''All parameters''': Creates an anchor with the specified name&lt;br /&gt;
** Multiple parameters creates multiple anchors.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Creation ===&lt;br /&gt;
Pass the required anchor as the only argument to the template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Anchor|anchorname}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to it as shown below.&lt;br /&gt;
&lt;br /&gt;
This template can create a technically unlimited number of anchors within the one template, so this code is valid and will create multiple anchors in the same location.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Anchor|anchorname|anchor2|anchor3}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Linking to ===&lt;br /&gt;
From within the page that the anchor is on:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[#anchorname]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From outside that page, but still on the wiki:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[[Pagename#anchorname]]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From outside the wiki:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[http://starmadepedia.net/wiki/Pagename#anchorname click here]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nerixel</name></author>
		
	</entry>
</feed>