From: <var...@us...> - 2010-12-16 11:56:34
|
Revision: 7778 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7778&view=rev Author: vargenau Date: 2010-12-16 11:56:28 +0000 (Thu, 16 Dec 2010) Log Message: ----------- Legacy Modified Paths: -------------- trunk/pgsrc/Help%2FRichTablePlugin Modified: trunk/pgsrc/Help%2FRichTablePlugin =================================================================== --- trunk/pgsrc/Help%2FRichTablePlugin 2010-12-16 11:53:55 UTC (rev 7777) +++ trunk/pgsrc/Help%2FRichTablePlugin 2010-12-16 11:56:28 UTC (rev 7778) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Thu, 16 Dec 2010 12:56:02 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,6 +10,11 @@ The **~RichTable** [[Help:WikiPlugin|plugin]] is a plugin that takes off from the [[Help:OldStyleTablePlugin|OldStyleTable]] plugin. It allows a user to specify arbitrary properties of ##<table>##, ##<tr>## and ##<td>## with a very simple markup. +This plugin is included for legacy only. We recommand to +use [[Help:MediawikiTablePlugin|Mediawiki tables]] instead. + +== Syntax == + The contents of each cell are individually processed by the ~BlockParser. This means that you can do interesting things like put **invoke plugins**, use **enumerated lists** etc within each cell! * A ##"-"## (dash) at the start of a new line represents a new row in the table. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |