From: <var...@us...> - 2009-06-11 18:57:33
|
Revision: 6917 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6917&view=rev Author: vargenau Date: 2009-06-11 18:57:29 +0000 (Thu, 11 Jun 2009) Log Message: ----------- Improve wording Modified Paths: -------------- trunk/pgsrc/Help%2FMediawikiTablePlugin Modified: trunk/pgsrc/Help%FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-06-11 13:29:13 UTC (rev 6916) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-06-11 18:57:29 UTC (rev 6917) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Thu, 11 Jun 2009 20:56:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,12 +13,13 @@ == Mediawiki table syntax -* The table starts with a line ##{|## and ends with a line ##|}##. +* The table starts with a line ##{|##. * An optional table caption is made with a line starting with a pipe and a plus sign ##|+## followed by the caption. * An optional table summary is made with a line starting with a pipe and an equal sign ##|=## followed by the summary. * A table row starts with a pipe and a hyphen: ##|-##. * A table cell starts with a pipe on a new line, or a double bar ##||## on the same line. * A header table cell starts with an exclamation mark, or a double exclamation mark ##!!## on the same line. +* The table ends with a line ##|}##. The summary syntax is an extension to the Mediawiki syntax. You can also simply put the summary as an attribute to the table. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |