Extension Hub -
Category: Extensions
SiteAdmin.Extension Hub
Testing the PmWikiPlus extension. See PmWiki Cookbook:PmWikiPlus
KiwiWiki Pm Wiki Plus
(:pmwikiplus:)
|
(:pmwikiplus:)
|
(:pmwikiplus ?:)
|
(:pmwikiplus ?:)
|
(:pmwikiplus show:)
|
(:pmwikiplus show:)
|
(:pmwikiplus form:)
|
(:pmwikiplus form:)
|
(:pmwikiplus plus:)
|
(:pmwikiplus plus:)
|
(:pmwikiplus dump:)
|
(:pmwikiplus dump:)
|
(:pmwikiplus conf:)
|
(:pmwikiplus conf:)
|
(:pmwikiplus saved:)
|
(:pmwikiplus saved:)
|
Test markup section
PmWiki has two markups for line break, %pmhlt%[@[[<<]]@] for Line Break with "@@clear:both@@"; [@\\@] which only works at the end of a line. [[\\]] These markups for line breaks work inside a line.
* The markup %pmhlt%[@[[\\]]@] provides an inline Line Break [[\\]]''without'' "@@clear:left@@" or "@@clear:right@@".
* Markup %pmhlt%[@[[<]]@] inline Line Break [[<]]''with'' "@@clear:left@@"
* Markup %pmhlt%[@[[>]]@] inline Line Break [[>]]''with'' "@@clear:right@@"
* '*%pmhlt%[@'* Bold markup *'@]*', contrast this with '''strong markup'''.
* '~%pmhlt%[@'~ Italic markup ~'@]~', contrast this with ''emphasis markup''.
|
PmWiki has two markups for line break, [[<<]] for Line Break with "clear:both"; \\ which only works at the end of a line. \\ These markups for line breaks work inside a line.
- The markup
[[\\]] provides an inline Line Break \\without "clear:left" or "clear:right".
- Markup
[[<]] inline Line Break <?with "clear:left"
- Markup
[[>]] inline Line Break >?with "clear:right"
- '*
'* Bold markup *'*', contrast this with strong markup.
- '~
'~ Italic markup ~'~', contrast this with emphasis markup.
|
{(cc '"' test "[]\\//**.." ==++-- 12345 )}
|
(cc " test []\\//**.. ==++-- 12345 )
|
{(cc QUOTES some NBSP text 'and yet more text')}
|
(cc QUOTES some NBSP text and yet more text)
|
test contents of $argp
{(testargp a +b -c d 4 5 6)}
{(testargp "123 abc" - )}
|
(testargp a +b -c d 4 5 6)
(testargp 123 abc - )
|
test contents of $argp
{(testargp +a1=arg1 -arg2)}
{(testargp z1=arg1 z2=-88888 +z3='=-+;:')}
|
(testargp +a1=arg1 -arg2)
(testargp z1=arg1 z2=-88888 +z3==-+;:)
|
test contents of $argp
{(testargp QUOTES some text 'and yet more text')}
|
(testargp QUOTES some text and yet more text)
|
test contents of $args
{(testargs a +2 -3 +"4" -'5' f )}
{(testargs "123 abc" + )}
|
(testargs a +2 -3 +4 -5 f )
(testargs 123 abc + )
|
test contents of $args
{(testargs '"' test "[]\\//**.." ==++-- 12345 )}
|
(testargs " test []\\//**.. ==++-- 12345 )
|
test contents of $args
{(testargs +arg1 -"str")}
{(testargs p1=+arg1 p2=-"str")}
|
(testargs +arg1 -str)
(testargs p1=+arg1 p2=-str)
|
test contents of $args
{(testargs q1=arg1 q2=+9999 -z3='=-+;:')}
|
(testargs q1=arg1 q2=+9999 -z3==-+;:)
|
test contents of $parms
{(testp p1 )}
{(testp p2 p3)}
|
(testp p1 )
(testp p2 p3)
|