From: <var...@us...> - 2009-01-25 09:43:36
|
Revision: 6452 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6452&view=rev Author: vargenau Date: 2009-01-25 09:43:33 +0000 (Sun, 25 Jan 2009) Log Message: ----------- No explicit call needed Modified Paths: -------------- trunk/pgsrc/Help%2FMediawikiTablePlugin Modified: trunk/pgsrc/Help%FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-01-24 21:40:21 UTC (rev 6451) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-01-25 09:43:33 UTC (rev 6452) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 25 Jan 2009 10:18:24 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,8 +8,11 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~MediawikiTable* [[Help:WikiPlugin|plugin]] takes off from the [RichTable|Help:RichTablePlugin] plugin. It allows a user to specify a <tt><table></tt> with (a subset of) the syntax used by Mediawiki. +The *~MediawikiTable* [[Help:WikiPlugin|plugin]] allows a user to specify a ##<table>## with (a subset of) the syntax used by Mediawiki. +The plugin is not meant to be called directly, just use the syntax below to insert your table. +== Mediawiki table syntax + * The table starts with a line <b>{~|</b> and ends with a line <b>|~}</b>. * An optional table caption is made with a line starting with a pipe and a plus sign <b>|+</b> followed by the caption. * An optional table summary is made with a line starting with a pipe and an equal sign <b>|=</b> followed by the summary. @@ -21,7 +24,7 @@ You can also simply put the summary as an attribute to the table. The summary is necessary to be able to create accessible tables. -!!! HTML attributes +=== HTML attributes <?plugin RichTable * class="bordered" @@ -54,7 +57,7 @@ The attributes might be put with or without double quotes. -!!! Example +== Examples {| border="1", style="width: 100%" |+ style="font-weight: bold; font-size: 150%;" | This is the table caption @@ -137,7 +140,7 @@ ?> </verbatim> -!!! Author +== Author Marc-Etienne Vargenau, Alcatel-Lucent This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |