<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.believethesign.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AURL</id>
	<title>Help:URL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.believethesign.com/index.php?action=history&amp;feed=atom&amp;title=Help%3AURL"/>
	<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=Help:URL&amp;action=history"/>
	<updated>2026-04-13T08:21:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://en.believethesign.com/index.php?title=Help:URL&amp;diff=1874&amp;oldid=prev</id>
		<title>Admin: Started page</title>
		<link rel="alternate" type="text/html" href="https://en.believethesign.com/index.php?title=Help:URL&amp;diff=1874&amp;oldid=prev"/>
		<updated>2006-06-03T17:06:44Z</updated>

		<summary type="html">&lt;p&gt;Started page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==URLs in external links==&lt;br /&gt;
&lt;br /&gt;
A [[Help:Link|link]] in external link style can be of the forms:&lt;br /&gt;
*&amp;#039;&amp;#039;target&amp;#039;&amp;#039;: &amp;lt;nowiki&amp;gt;http://meta.wikimedia.org/&amp;lt;/nowiki&amp;gt; is rendered as http://meta.wikimedia.org/&lt;br /&gt;
*[ &amp;#039;&amp;#039;target&amp;#039;&amp;#039; &amp;#039;&amp;#039;label&amp;#039;&amp;#039; ], with a blank space in between: &amp;lt;nowiki&amp;gt; [http://meta.wikimedia.org/ wikimedia] &amp;lt;/nowiki&amp;gt; gives [http://meta.wikimedia.org/ wikimedia] (see also [[Help:Piped link]]) &lt;br /&gt;
*[ &amp;#039;&amp;#039;target&amp;#039;&amp;#039; ] - these are automatically labelled with serial numbers 1, 2, 3, ...:&amp;lt;nowiki&amp;gt; [http://meta.wikimedia.org/]&amp;lt;/nowiki&amp;gt; gives [http://meta.wikimedia.org/]&lt;br /&gt;
&lt;br /&gt;
The target is a URL which can start with &amp;quot;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;&amp;quot; or &amp;quot;&amp;lt;nowiki&amp;gt;ftp://&amp;lt;/nowiki&amp;gt;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;file://&amp;quot; does not work by default. If enabled it only works in MSIE. To enable it, add a $wgUrlProtocols entry to [[LocalSettings.php]]; see the $wgUrlProtocols in [[DefaultSettings.php]] for example.&lt;br /&gt;
&lt;br /&gt;
All [[Help:Special characters|character]]s of the URL must be among: &lt;br /&gt;
 A-Z a-z 0-9 ._\/~%-+&amp;amp;amp;#?!=()@&lt;br /&gt;
&lt;br /&gt;
If a URL contains a different character it should be converted; for example, ^ has to be written %5e, the hexadecimal [[w:ASCII|ASCII]] value with a percent sign in front. A blank space can also be converted into an underscore.&lt;br /&gt;
&lt;br /&gt;
Conversion:&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;   #   $   %   &amp;amp;amp;&amp;lt;!-- --&amp;gt;   &amp;#039;   *   ,   :   ;   &amp;lt;   &amp;gt;   ?   [   ^   `   {   |   }&lt;br /&gt;
 %22 %23 %24 %25 %26 &amp;lt;!--     --&amp;gt;%27 %2a %2c %3a %3b %3c %3e %3f %5b %5e %60 %7b %7c %7d&lt;br /&gt;
&lt;br /&gt;
For the other characters either the code or the character can be used in internal and external links, they are equivalent. The system does a conversion when needed. E.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[%C3%80_propos_de_M%C3%A9ta]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is rendered as [[%C3%80_propos_de_M%C3%A9ta]], almost like [[ À propos de Méta]], which leads to this page on Meta with in the address bar the URL&lt;br /&gt;
&lt;br /&gt;
http://meta.BelieveTheSign.org/wiki/%C3%80_propos_de_M%C3%A9ta&lt;br /&gt;
&lt;br /&gt;
while http://meta.BelieveTheSign.org/wiki/À_propos_de_Méta leads to the same.&lt;br /&gt;
&lt;br /&gt;
See also (in BelieveTheSign): [[w:Internationalized domain names|Internationalized domain names]] and [[en:Punycode|Punycode]].&lt;br /&gt;
&lt;br /&gt;
===Use in templates===&lt;br /&gt;
For use in templates, note that all URLs on e.g. BelieveTheSign can be written in the form&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;www.BelieveTheSign.org/w/index.php?title={{{1}}}&lt;br /&gt;
&lt;br /&gt;
This requires {{{1}}} to be written with underscores and escape codes (if applicable). To benefit from the conversion carried out by localurl, two parameters are needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;en.BelieveTheSign.org{{localurl:{{{1}}}|{{{2}}}}}&lt;br /&gt;
&lt;br /&gt;
(see [[Template talk:Url 2p]]). An example with the second parameter in localurl fixed is {{tcw|ed}}.&lt;br /&gt;
&lt;br /&gt;
==Old versions of pages==&lt;br /&gt;
&lt;br /&gt;
All old versions of all pages are numbered (with [[oldid]]) approximately in the order of becoming an old version, i.e. in chronological order of the next edit of the same page. &lt;br /&gt;
&lt;br /&gt;
*http://meta.wikimedia.org/w/wiki.phtml?title=Help:Link&amp;amp;oldid=53587 - normal link to old page&lt;br /&gt;
*http://meta.wikimedia.org/w/wiki.phtml?oldid=53587 - no page name in the URL, goes to the correct page&lt;br /&gt;
*http://meta.wikimedia.org/w/wiki.phtml?title=Help:Link&amp;amp;oldid=53588 - number and name do not correspond; the name is ignored&lt;br /&gt;
*http://meta.wikimedia.org/w/wiki.phtml?title=abc&amp;amp;oldid=53587 - non-existing page name; oldid is ignored, works like going to a non-existing page, except for the links to assumed previous and next versions, and on editing, for the warning of editing an old version of a page.&lt;br /&gt;
&lt;br /&gt;
See also [[Help:Page history#Linking_to_specific_versions_of_articles|Linking to specific versions of articles]].&lt;br /&gt;
&lt;br /&gt;
==New pages==&lt;br /&gt;
&lt;br /&gt;
New pages are numbered (with [[curid]]) chronologically.&lt;br /&gt;
&lt;br /&gt;
*http://meta.wikimedia.org/w/wiki.phtml?title=x&amp;amp;curid=9906 - gives the page with correct full name &lt;br /&gt;
&lt;br /&gt;
See also [[Multiple titles]].&lt;br /&gt;
&lt;br /&gt;
{{H:new| page versions get a number &amp;quot;oldid&amp;quot; as soon as they are created; they are produced by variable &amp;lt;nowiki&amp;gt;{{REVISIONID}}&amp;lt;/nowiki&amp;gt;. The URL is like in the previous section.}}&lt;br /&gt;
&lt;br /&gt;
==Edit==&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
*Edit the whole page: http://meta.wikimedia.org/w/wiki.phtml?title=Help:URL&amp;amp;action=edit&lt;br /&gt;
*Edit the 5th section: http://meta.wikimedia.org/w/wiki.phtml?title=Help:URL&amp;amp;action=edit&amp;amp;section=5&lt;br /&gt;
*Add at the end: http://meta.wikimedia.org/w/wiki.phtml?title=Help:URL&amp;amp;action=edit&amp;amp;section=1000 (use large section number)&lt;br /&gt;
*Ditto with [[Help:Edit summary#.22Post_a_comment.22_feature|&amp;quot;Post a comment&amp;quot; feature]]: http://meta.wikimedia.org/w/wiki.phtml?title=Help:URL&amp;amp;action=edit&amp;amp;section=new&lt;br /&gt;
&lt;br /&gt;
==Purge==&lt;br /&gt;
&lt;br /&gt;
In some cases of caching problems, to update a page it can help to  use &amp;quot;action=purge&amp;quot;, in a URL like {{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAMEE}}|action=purge}}&lt;br /&gt;
&lt;br /&gt;
==Kinds of dead links==&lt;br /&gt;
There can be various kinds of errors in the URL. With some the server is not even reached, with others the server takes some action. The server may also go to the correct page and just ignore a wrong parameter or anchor.&lt;br /&gt;
&lt;br /&gt;
*{{SERVER}}{{localurl:%abc}}&lt;br /&gt;
*http://meta.wikimedia.or/&lt;br /&gt;
*{{SERVER}}abc&lt;br /&gt;
*http://met.mediawiki.org&lt;br /&gt;
*{{SERVER}}/abc&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Help:URL&amp;amp;action=abc&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Help:URL&amp;amp;act=abc&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Help:URL#abc&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[Help:Namespace]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>