<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wiki-shangri-la.org/mw19/index.php?action=history&amp;feed=atom&amp;title=Template%3AEXISTS%2Fdoc</id>
	<title>Template:EXISTS/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wiki-shangri-la.org/mw19/index.php?action=history&amp;feed=atom&amp;title=Template%3AEXISTS%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.wiki-shangri-la.org/mw19/index.php?title=Template:EXISTS/doc&amp;action=history"/>
	<updated>2026-05-08T16:37:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://www.wiki-shangri-la.org/mw19/index.php?title=Template:EXISTS/doc&amp;diff=6908&amp;oldid=prev</id>
		<title>AccountManager: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.wiki-shangri-la.org/mw19/index.php?title=Template:EXISTS/doc&amp;diff=6908&amp;oldid=prev"/>
		<updated>2025-03-04T10:32:06Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&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: #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 06:32, 4 March 2025&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>AccountManager</name></author>
	</entry>
	<entry>
		<id>https://www.wiki-shangri-la.org/mw19/index.php?title=Template:EXISTS/doc&amp;diff=6907&amp;oldid=prev</id>
		<title>Appropedia.org&gt;Sophivorus at 13:20, 16 April 2024</title>
		<link rel="alternate" type="text/html" href="https://www.wiki-shangri-la.org/mw19/index.php?title=Template:EXISTS/doc&amp;diff=6907&amp;oldid=prev"/>
		<updated>2024-04-16T13:20:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
Use this template to check whether a page exists. It differs from alternatives such as [[mw:Help:Extension:ParserFunctions#ifexist|#ifexist]] in that the page containing this template is not recorded as linking to or transcluding the page being checked. This has the advantage of avoiding spurious wikilinks and crowding pages like [[Special:WantedPages]], but has the disadvantage that the containing page may not be updated automatically when the checked page is created or deleted later.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|Welcome to Appropedia}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|Welcome to Appropedia}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|File:Appropedia.png}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|File:Appropedia.png}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|Non-existent page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|Non-existent page}}&lt;br /&gt;
&lt;br /&gt;
Files in Commons are checked correctly:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|File:Arrow-down.svg}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|File:Arrow-down.svg}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|File:Non-existent file.svg}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|File:Non-existent file.svg}}&lt;br /&gt;
&lt;br /&gt;
But interwiki links always return true:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|Wikipedia:Science}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|Wikipedia:Science}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|Wikipedia:Non-existent page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|Wikipedia:Non-existent page}}&lt;br /&gt;
&lt;br /&gt;
Empty calls refer to the current page (in this case, [[{{FULLPAGENAME}}]]):&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS| }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS| }}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS}}&lt;br /&gt;
&lt;br /&gt;
Finally, invalid titles (titles with [[mw:Manual:$wgLegalTitleChars|forbidden characters]]) always return false:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|&amp;lt;3}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|&amp;lt;3}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EXISTS|{{{1}}}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{EXISTS|{{{1}}}}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[mw:Help:Extension:ParserFunctions#ifexist and wanted pages]]&lt;br /&gt;
* [[Wikipedia:Template:Linkless exists]] - Doesn&amp;#039;t check in Commons&lt;br /&gt;
* https://phabricator.wikimedia.org/T14019&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Technical templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Appropedia.org&gt;Sophivorus</name></author>
	</entry>
</feed>