Difference between revisions of "WikiPages"

(Roll to)
Line 1: Line 1:
 +
: ''Are you looking for information about a [[WikiPage]]?''
  
 +
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 1==
 +
<nowiki><WikiPages></nowiki>
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
<nowiki></WikiPages></nowiki>
 +
 +
 +
gives you:
 +
 +
<WikiPages>
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
 +
==Example 2==
 +
You may also specify parameters:
 +
<nowiki>
 +
<pre>
 +
<WikiPages maxcols="3" width="100%">
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
</pre>
 +
</nowiki>
 +
 +
gives you:
 +
<WikiPages maxcols="3" width="100%">
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
 +
==Example 3==
 +
<nowiki>
 +
<pre>
 +
<WikiPages maxcols="1" width="100%">
 +
TheLongestDomainNameInTheWorldAndThenSomeAndThenSomeMoreAndMore.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk
 +
</WikiPages>
 +
</pre>
 +
</nowiki>
 +
 +
gives you:
 +
<WikiPages maxcols="1" width="100%">
 +
TheLongestDomainNameInTheWorldAndThenSomeAndThenSomeMoreAndMore.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk
 +
</WikiPages>

Revision as of 13:29, 11 June 2010

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: <pre> <WikiPages maxcols="3" width="100%"> Link 1 AboutUs.org TedErnst.com|Ted is cool </WikiPages> </pre>

gives you:

Example 3

<pre> <WikiPages maxcols="1" width="100%"> TheLongestDomainNameInTheWorldAndThenSomeAndThenSomeMoreAndMore.com Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk </WikiPages> </pre>

gives you:



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