Jump to content

User:Forgottenman/sandbox2: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
m replace
urlencode issues
Line 1: Line 1:
'''''Two Treatises of Government''''', by [[John Locke]], is a two-part essay on political philosophy.  The first treatise is a point-by-point rebuttal of [[Robert Filmer]]'s pro-monarchy ''Patriarcha'', while the second develops a theory of civil society based on natural rights.
Problem with Magic Word urlencode:
 
{|class=prettytable
!Code!!Result
|-
|<code><nowiki>{{urlencode:Washington, Pennsylvania}}</nowiki></code>||{{urlencode:Washington, Pennsylvania}}
|-
|<code><nowiki>{{urlencode:Washington, Pennsylvania|WIKI}}</nowiki></code>||{{urlencode:Washington, Pennsylvania|WIKI}}
|-
|<code><nowiki>{{urlencode:Washington, Pennsylvania|PATH}}</nowiki></code>||{{urlencode:Washington, Pennsylvania|PATH}}
|-
|<code><nowiki>{{urlencode:Washington, Pennsylvania|QUERY}}</nowiki></code>||{{urlencode:Washington, Pennsylvania|QUERY}}
|}
 
According to [http://www.mediawiki.org/wiki/Help:Magic_words#URL_data magic word documentation], these should give different results.

Revision as of 14:00, 12 May 2011

Problem with Magic Word urlencode:

Code Result
{{urlencode:Washington, Pennsylvania}} Washington%2C+Pennsylvania
{{urlencode:Washington, Pennsylvania|WIKI}} Washington,_Pennsylvania
{{urlencode:Washington, Pennsylvania|PATH}} Washington%2C%20Pennsylvania
{{urlencode:Washington, Pennsylvania|QUERY}} Washington%2C+Pennsylvania

According to magic word documentation, these should give different results.