none
authorPeterThoeny <PeterThoeny>
Sat, 2 Jun 2001 01:07:12 +0000 (01:07 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 2 Jun 2001 01:07:12 +0000 (01:07 +0000)
TWiki/TWikiHistory.mdwn
TWiki/TWikiVariables.mdwn
TWiki/WikiCulture.mdwn

index 3c2413d..73483f7 100644 (file)
@@ -1,5 +1,6 @@
 **History of the TWiki Implementation (version TWiki-4.1.2, Sat, 03 Mar 2007, build 13046)**
 
+- [[PeterThoeny]] - 01 Jun 2001: New `%URLPARAM{"name"}%` variable to query URL parameters. More in [[TWikiVariables]].
 - [[PeterThoeny]] - 27 Mar 2001: The table syntax has been enhanced to (i) render <code>**| \*bold\* |**</code> cells as table headers, (ii) render space padded cells <code>**|  center aligned  |**</code> and <code>**|   right aligned |**</code>, (iii) span multiple columns using <code>**| empty cells |||**</code>. More in [[TextFormattingRules]].
 - [[PeterThoeny]] - 25 Mar 2001: Security fix: Questionable files like PHP scripts (executables) and <code>**.htaccess**</code> files that are attached to a topic get a <code>**.txt**</code> suffix appended to the file name. See also [TWiki:Codev.FileAttachmentFilterSecurityAlert](http://TWiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert)
 - [[AndreaSterbini]], [[PeterThoeny]] - 28 Feb 2001: New Wiki rule for headings, i.e. `---++ My Title`; and new `%TOC%` variable to build a table of content from headings in a topic. More in [[TWikiVariables]].
index 1989866..be61124 100644 (file)
     <td> The path of the attachment URL of the current topic, is <b>http://www.dementia.org/twiki//view</b></td>
   </tr>
   <tr>
+    <td><code>%URLPARAM{"name"}%</code></td>
+    <td> Returns the value of a URL parameter. I.e. <code>%URLPARAM{"skin"}%</code> returns <b>print</b> for a <code>.../view/%WEB%/%TOPIC%?skin=print</code> URL. Is <b></b></td>
+  </tr>
+  <tr>
     <td><code>%WIKITOOLNAME%</code></td>
     <td> Name of wiki tool, is <b>%WIKITOOLNAME%</b></td>
   </tr>
           <td> 2 digit year </td>
           <td> 99 </td>
         </tr>
-      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:26:26</b></td>
+      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:26:30</b></td>
   </tr>
   <tr>
     <td><code>%SERVERTIME%</code></td>
index 56c6950..c8c9dd4 100644 (file)
@@ -14,7 +14,7 @@ Everybody can edit any page, this is scary. Doesn't that lead to chaos?
 
 - Wiki is far from real time. Folk have time to think, often days or weeks, before they follow up some wiki page. So what people write is well-considered.
 
-(quoted from _WhyWikiWorks_ at Ward's original Wiki system, the Portland Pattern Repository, <http://c2.com/cgi/wiki?WhyWikiWorks>)
+(quoted from _WhyWikiWorks_ at Ward's original Wiki system, the Portland Pattern Repository, <http://c2.com/cgi/wiki?WhyWikiWorks> )
 
 Related topics: [[TWikiWeb]], [[WelcomeGuest]], [[GoodStyle]], [[WikiSyntax]], [[TWikiFAQ]], [[WabiSabi]]