Revision: 7777
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7777&view=rev
Author: vargenau
Date: 2010-12-16 11:53:55 +0000 (Thu, 16 Dec 2010)
Log Message:
-----------
Legacy; Mediawiki; Wikicreole
Modified Paths:
--------------
trunk/pgsrc/Help%2FOldStyleTablePlugin
Modified: trunk/pgsrc/Help%2FOldStyleTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FOldStyleTablePlugin 2010-12-16 11:28:24 UTC (rev 7776)
+++ trunk/pgsrc/Help%2FOldStyleTablePlugin 2010-12-16 11:53:55 UTC (rev 7777)
@@ -1,4 +1,4 @@
-Date: Fri, 10 Sep 2010 13:46:13 +0000
+Date: Thu, 16 Dec 2010 12:53:03 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -11,6 +11,10 @@
The **~OldStyleTable** [[Help:WikiPlugin|plugin]] can be used to include tables within a wiki
page using the old-style markup syntax for tables.
+This plugin is included for legacy only. We recommand to
+use [[Help:Wikicreole#Tables|Wikicreole tables]]
+or [[Help:MediawikiTablePlugin|Mediawiki tables]] instead.
+
== Usage ==
{{{
@@ -31,36 +35,43 @@
|> Marco |< Polo | Cheaper |< Not available
>>
-Note that multiple __|__s lead to spanned columns, and __v__s can be
-used to span rows. A __>__ generates a right justified column, __<__
-a left justified column and __^__ a centered column (which is the
+Note that multiple **|**s lead to spanned columns, and **v**s can be
+used to span rows. A **>** generates a right justified column, **<**
+a left justified column and **^** a centered column (which is the
default.)
== Arguments ==
-__caption__:
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **caption**
+| Any string
+| Empty string
+|-
+| **border**
+| Any number
+| 1
+|-
+| **cellspacing**
+| Any number
+| 1
+|-
+| **cellpadding**
+| Any number
+| 1
+|-
+| **summary**
+| Any string
+| Empty string
+|}
- Any string. Default: ""
+== Syntax ==
-__border__:
-
- Any number. Default: 1
-
-__cellspacing__:
-
- Any number. Default: 1
-
-__cellpadding__:
-
- Any number. Default: 1
-
-__summary__:
-
- Any string. Default: ""
-
-----
-
-Note that within each table cell, _new-style_ markup is used. You can
+Note that within each table cell, //new-style// markup is used. You can
only use inline markup --- no block level markup is allowed within
table cells.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|