From: <var...@us...> - 2010-04-30 08:39:55
|
Revision: 7369 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7369&view=rev Author: vargenau Date: 2010-04-30 08:39:48 +0000 (Fri, 30 Apr 2010) Log Message: ----------- Mediawiki table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-04-30 08:25:43 UTC (rev 7368) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-04-30 08:39:48 UTC (rev 7369) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Fri, 30 Apr 2010 10:38:49 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,17 +12,34 @@ highlighter called "highlight" (available at http://www.andre-simon.de/). == Arguments -syntax | - (required), See http://www.andre-simon.de/doku/highlight/highlight.html -style | - ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required) -color | - null (optional), see =highlight/themes= -number | - 0 (optional) -wrap | - 0 (optional) +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **syntax** +| +| (required), See http://www.andre-simon.de/doku/highlight/highlight.html +|- +| **style** +| +| ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required) +|- +| **color** +| +| null (optional), see ##highlight/themes## +|- +| **number** +| +| 0 (optional) +|- +| **wrap** +| +| 0 (optional) +|} + == Example {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |