none
authorPeterThoeny <PeterThoeny>
Fri, 8 Jun 2001 01:59:58 +0000 (01:59 +0000)
committerPeterThoeny <PeterThoeny>
Fri, 8 Jun 2001 01:59:58 +0000 (01:59 +0000)
TWiki/TWikiVariables.mdwn
TWiki/WebTopicNonWikiTemplate.mdwn [new file with mode: 0644]

index be61124..4107e35 100644 (file)
     <td> The current topic name with added spaces, for regular expression search of Ref-By, is <b></b></td>
   </tr>
   <tr>
+    <td><code>%TOPICLIST{"format"}%</code></td>
+    <td> Topic index of a web. Parameter is composed of the format, followed by an optional <code>web="Name"</code>. The <code>"format"</code> defines the format of one topic item; use it to create any formatting you need. The <code>$name</code> variable is expanded to the topic name; the <code>$web</code> variable is expanded to the name of the web. Examples: <br /><code>%TOPICLIST{"   * $web.$name"}%</code> creates a bullet list of all topics. <br /><code>%TOPICLIST{" &lt;option&gt;$name&lt;/option&gt;"}%</code> creates an option list (for drop down menus). </td>
+  </tr>
+  <tr>
+    <td><code>%WEBLIST{"format"}%</code></td>
+    <td> Web index, e.g. list of all webs. Hidden webs are excluded, e.g. webs with a <code>NOSEARCHALL=on</code> preference variable. The <code>"format"</code> defines the format of one web item. The <code>$name</code> variable is expanded to the name of the web. Example: <br /><code>%WEBLIST{"   * [[$name.WebHome]]"}%</code> creates a bullet list of all webs. </td>
+  </tr>
+  <tr>
     <td><code>%GMTIME%</code></td>
     <td> GM time, is <b>29 Jun 2010 - 15:26</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:30</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:32</b></td>
   </tr>
   <tr>
     <td><code>%SERVERTIME%</code></td>
diff --git a/TWiki/WebTopicNonWikiTemplate.mdwn b/TWiki/WebTopicNonWikiTemplate.mdwn
new file mode 100644 (file)
index 0000000..5988136
--- /dev/null
@@ -0,0 +1,15 @@
+## <a name="NOTE: This Wiki topic does not e"></a> NOTE: This Wiki topic does not exist
+
+<font>WARNING:</font> <font>It is not recommended to use this topic name, because it will not be linked automatically. See [[WikiWord]] for details.</font>
+
+### <a name="If you used the &quot;Go&quot; feature to"></a><a name="If you used the &quot;Go&quot; feature to "></a> If you used the "Go" feature to jump to this page:
+
+> Make sure you spelled the
+>
+> [[WikiWord]]
+>
+> correctly and try again. Remember, a WikiWord is case sensitive.
+
+### <a name="If you intended to do a full tex"></a> If you intended to do a full text search:
+
+> <form action="http://www.dementia.org/twiki//search/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" />    (More options in [[Main/WebSearch]]) </form>