<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.tfcmud.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AWanted_page</id>
	<title>Help:Wanted page - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.tfcmud.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3AWanted_page"/>
	<link rel="alternate" type="text/html" href="https://www.tfcmud.com/wiki/index.php?title=Help:Wanted_page&amp;action=history"/>
	<updated>2026-04-30T17:02:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.tfcmud.com/wiki/index.php?title=Help:Wanted_page&amp;diff=232&amp;oldid=prev</id>
		<title>Tynian: 1 revision: Import helps</title>
		<link rel="alternate" type="text/html" href="https://www.tfcmud.com/wiki/index.php?title=Help:Wanted_page&amp;diff=232&amp;oldid=prev"/>
		<updated>2011-01-10T23:24:22Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Import helps&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{outdated}}{{h:h}}[[Category:System admin handbook]]&lt;br /&gt;
&lt;br /&gt;
A page is considered &amp;quot;wanted&amp;quot; if it does not exist, while two or more pages in the project link to it.&lt;br /&gt;
&lt;br /&gt;
The SQL for determining this is from include/SpecialWantedpages.php&lt;br /&gt;
&lt;br /&gt;
  SELECT 'Wantedpages' AS type,&lt;br /&gt;
    pl_namespace AS namespace,&lt;br /&gt;
    pl_title AS title,&lt;br /&gt;
    COUNT(*) AS value&lt;br /&gt;
    FROM $pagelinks&lt;br /&gt;
    LEFT JOIN $page&lt;br /&gt;
    ON pl_namespace=page_namespace AND pl_title=page_title&lt;br /&gt;
    WHERE page_namespace IS NULL&lt;br /&gt;
    GROUP BY pl_namespace,pl_title&lt;br /&gt;
    HAVING COUNT(*) &amp;gt; 1&lt;br /&gt;
&lt;br /&gt;
You can set another threshold by setting 'HAVING COUNT(*) &amp;gt; n'&lt;br /&gt;
&lt;br /&gt;
{{H:f|enname=Wanted page}}&lt;/div&gt;</summary>
		<author><name>Tynian</name></author>
	</entry>
</feed>