Difference between revisions of "WikiPages"

(Example)
Line 3: Line 3:
 
This page is about the <nowiki><WikiPages></nowiki> code.  This code is used to convert a list into [[WikiLinks]] in a table, without needing the normal double brackets or the table code.
 
This page is about the <nowiki><WikiPages></nowiki> code.  This code is used to convert a list into [[WikiLinks]] in a table, without needing the normal double brackets or the table code.
  
==Example==
+
==Example 1==
 
<pre>
 
<pre>
 
<WikiPages>
 
<WikiPages>
Line 15: Line 15:
  
 
<WikiPages>
 
<WikiPages>
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
 +
==Example 2==
 +
You may also specify parameters:
 +
<pre>
 +
<WikiPages maxcols="3" width="100%">
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
</pre>
 +
 +
gives you:
 +
<WikiPages maxcols="3" width="100%">
 
Link 1
 
Link 1
 
AboutUs.org
 
AboutUs.org
 
TedErnst.com|Ted is cool
 
TedErnst.com|Ted is cool
 
</WikiPages>
 
</WikiPages>

Revision as of 22:49, 7 October 2008

Are you looking for information about a WikiPage?

This page is about the <WikiPages> code. This code is used to convert a list into WikiLinks in a table, without needing the normal double brackets or the table code.

Example 1

<WikiPages>
Link 1
AboutUs.org
TedErnst.com|Ted is cool
</WikiPages>

gives you:

Example 2

You may also specify parameters:

<WikiPages maxcols="3" width="100%">
Link 1
AboutUs.org
TedErnst.com|Ted is cool
</WikiPages>

gives you:



Retrieved from "http://aboutus.com/index.php?title=WikiPages&oldid=16663836"