Difference between revisions of "WikiPages"

m (Revert.)
Line 1: Line 1:
==Vuelos baratos==
+
: ''Are you looking for information about a [[WikiPage]]?''
[http://devuelosbaratos.es Vuelos baratos]
+
 
 +
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==
 +
<pre>
 +
<WikiPages>
 +
Link 1
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
</pre>
 +
 
 +
gives you:
 +
 
 +
<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
 +
AboutUs.org
 +
TedErnst.com|Ted is cool
 +
</WikiPages>
 +
 
 +
==Example 3==
 +
<pre>
 +
<WikiPages maxcols="1" width="100%">
 +
TheLongestDomainNameInTheWorldAndThenSomeAndThenSomeMoreAndMore.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk
 +
</WikiPages>
 +
</pre>
 +
 
 +
gives you:
 +
<WikiPages maxcols="1" width="100%">
 +
TheLongestDomainNameInTheWorldAndThenSomeAndThenSomeMoreAndMore.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com
 +
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk
 +
</WikiPages>

Revision as of 04:45, 14 September 2009

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:

Example 3

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

gives you:



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