|
From: <var...@us...> - 2019-04-03 09:50:10
|
Revision: 10071
http://sourceforge.net/p/phpwiki/code/10071
Author: vargenau
Date: 2019-04-03 09:50:07 +0000 (Wed, 03 Apr 2019)
Log Message:
-----------
Remove unnecessary <pre>
Modified Paths:
--------------
trunk/pgsrc/Help%2FMagicPhpWikiURLs
Modified: trunk/pgsrc/Help%2FMagicPhpWikiURLs
===================================================================
--- trunk/pgsrc/Help%2FMagicPhpWikiURLs 2019-04-02 11:27:53 UTC (rev 10070)
+++ trunk/pgsrc/Help%2FMagicPhpWikiURLs 2019-04-03 09:50:07 UTC (rev 10071)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Wed, 3 Apr 2019 11:48:37 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FMagicPhpWikiURLs;
@@ -6,17 +6,15 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-== About phpwiki: URLs ==
+== About //phpwiki:// URLs ==
A special type of URL is available for making links to perform
administrative and other special functions in ~PhpWiki. Here is a
brief description of how they work.
-The basic syntax of a phpwiki: URL is
+The basic syntax of a //phpwiki:// URL is
-<pre>
**phpwiki:**//pagename//**?**//query-args//
-</pre>
If //pagename// is omitted it defaults to the current page.
@@ -42,14 +40,12 @@
A magic link looks like:
-<pre>
**~[** //text// **|** //phpwiki-url// **]**
-</pre>
The "//text// **|**" is optional but usually recommended. If given it
will provide the label for the link.
-The //phpwiki-url// is a **phpwiki:** URL as described above.
+The //phpwiki-url// is a //phpwiki:// URL as described above.
==== Some examples ====
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|