Recent Changes - Search:

add Test Extensions page

hide Test Extensions

Test Extensions


hide Topics

Topics

show Changed

Changed

Visitor's book Site map pmwiki-2.5.9

PmWiki Plus

Extension Hub - PmWikiPlus version 2026-05-11 Category: Extensions SiteAdmin.Extension Hub Testing the PmWikiPlus extension. See PmWiki Cookbook:PmWikiPlus


KiwiWiki Pm Wiki Plus

(:pmwikiplus:)

PmWikiPlus arguments are "show", "form", or "?"

(:pmwikiplus ?:)

PmWikiPlus arguments are "show", "form", or "?"

(:pmwikiplus show:)

PmWikiPlus capabilities

These built-in recipes can be enabled by PmWikiPlus:

These settings can be adjusted by PmWikiPlus:

These additional markups can be enabled PmWikiPlus:

  • [[\\]]     Line Break. PmWiki has two markups for line break, [[<<]] for Line Break with "clear:both"; \\ which only works at the end of a line.
    This new markup for line break works inside a line.
  • [[<]]      Line Break with "clear:left"
  • [[>]]      Line Break with "clear:right"
  • '* *'      Bold
  • '~ ~'      Italic
(:pmwikiplus form:)

Enable built-in recipes

Important: Before enabling these recipes here they must be disabled in or removed from config.php
Important: This Extension can only enable recipes on pages on which it itself is enabled.

Creole markup

Delta Bytes Recent Changes

Drag Drop Multi Upload

Email link obfuscator ("mailto:")

Keyboard shortcuts and markup insertion

Encode special characters in link addresses

requires $EnableGUIButtons; 2000 = button position

Local CSS

Display timestamps in the local timezone

Not Saved Warning

Pm Form

Pm Syntax

Preview Changes

Ref Count

Rowspan In Simple Tables

Skin Change

Sortable Tables

URL Approvals

Web Feeds ("atom")

Web Feeds ("dc")

Web Feeds ("rdf")

Web Feeds ("rss")

Note: Configuration in config.php will override settings from PmWikiPlus

Adjust PmWiki settings

Important: This Extension can only adjust PmWiki settings on pages on which it itself is enabled.

Enable the Blocklist

10 = enable standard blocklists

Enable why blocked

Enable Copy Code button

Display GUI Buttons

Hide Attach: prefix

Media ("EnableEmbed")

Include media functions (default disabled; required for all functionality)

Media ("EnableRemoteEmbed")

Enable embedding of 'remote' bare URLs to media files (default enabled, set to 0 to disable)

Media ("EnableUploadEmbed")

Enable embedding of 'Attach:' bare URLs to media files (default enabled, set to 0 to disable)

Merge Last Minor Edit

Table of Contents ("Enable")

Table of Contents ("EnableBacklinks")

Table of Contents ("Closed")

Note: Configuration in config.php will override settings from PmWikiPlus

Add additional markup

Line Break "[[\\]]"

PmWiki has two markups for line break, [[<<]] for Line Break with "clear:both"; \\ which only works at the end of a line.
This new markup for line break works inside a line.

Line Break with "clear:left"[[<]]"


Line Break with "clear:right"[[>]]"


Bold "'* *'"


Italic "'~ ~'"


Note: Configuration in PmWikiPlus will override settings in config.php.

Set the PmWikiPlus internal debug flag:
on

(:pmwikiplus plus:)

PmWikiPlus configuration items

PmWikiPlus provides an easy and simple way to enable built-in PmWiki recipes.
Recipe name                                  Enabling variable                setting value       original value      current value       
Creole markup                                $EnableCreole                    1                   UNDEFINED           NULL                
Delta Bytes Recent Changes                   $EnableRCDiffBytes               1                   1                   1                   
Drag Drop Multi Upload                       $EnableUploadDrop                1                   UNDEFINED           NULL                
Email link obfuscator                        $LinkFunctions ["mailto:"]       "ObfuscateLinkIMap" "LinkIMap"          "ObfuscateLinkIMap" 
Keyboard shortcuts and markup insertion      $EnableEditAutoText              1                   1                   1                   
Encode special characters in link addresses  $EnableGuiEditFixUrl             2000                2000                2000                
Local CSS                                    $WikiPageCSSFmt                  "Site.LocalCSS"     UNDEFINED           UNDEFINED           
Display timestamps in the local timezone     $EnableLocalTimes                1                   1                   1                   
Not Saved Warning                            $EnableNotSavedWarning           1                   1                   1                   
Pm Form                                      $EnablePmForm                    1                   1                   1                   
Pm Syntax                                    $EnablePmSyntax                  2                   2                   2                   
Preview Changes                              $EnablePreviewChanges            1                   1                   1                   
Ref Count                                    $EnableRefCount                  1                   UNDEFINED           NULL                
Rowspan In Simple Tables                     $EnableSimpleTableRowspan        1                   1                   1                   
Skin Change                                  $EnableAutoSkinList              1                   UNDEFINED           NULL                
Sortable Tables                              $EnableSortable                  1                   1                   1                   
URL Approvals                                $EnableUrlApprove                1                   1                   1                   
Web Feeds                                    $EnableFeeds ["atom"]            1                   1                   1                   
Web Feeds                                    $EnableFeeds ["dc"]              1                   1                   1                   
Web Feeds                                    $EnableFeeds ["rdf"]             1                   1                   1                   
Web Feeds                                    $EnableFeeds ["rss"]             1                   1                   1                   


PmWikiPlus provides an easy and simple way to adjust built-in PmWiki settings.
Recipe name                                  Enabling variable                setting value       original value      current value       
Enable the Blocklist                         $EnableBlocklist                 10                  10                  10                  
Enable why blocked                           $EnableWhyBlocked                1                   1                   1                   
Enable Copy Code button                      $EnableCopyCode                  1                   1                   1                   
Display GUI Buttons                          $EnableGUIButtons                1                   1                   1                   
Hide Attach: prefix                          $EnableHideAttachPrefix          1                   UNDEFINED           UNDEFINED           
Media                                        $PmMedia ["EnableEmbed"]         1                   UNDEFINED           UNDEFINED           
Media                                        $PmMedia ["EnableRemoteEmbed"]   1                   UNDEFINED           UNDEFINED           
Media                                        $PmMedia ["EnableUploadEmbed"]   1                   UNDEFINED           UNDEFINED           
Merge Last Minor Edit                        $EnableMergeLastMinorEdit        1                   1                   1                   
Table of Contents                            $PmToC ["Enable"]                1                   UNDEFINED           UNDEFINED           
Table of Contents                            $PmToC ["EnableBacklinks"]       1                   UNDEFINED           UNDEFINED           
Table of Contents                            $PmToC ["Closed"]                1                   UNDEFINED           UNDEFINED           


PmWikiPlus provides a way to enable additional PmWiki markup.
[[\\]]     Line BreakPmWiki has two markups for line break, [[<<]] for Line Break with "clear:both"; \\ which only works at the end of a line.
This new markup for line break works inside a line.

[[<]]      Line Break with "clear:left"
[[>]]      Line Break with "clear:right"
'* *'      Bold
'~ ~'      Italic

(:pmwikiplus dump:)

PmWikiPlus working data

Recipe list

key  rName  rPage  rPageLink  rVidx  rVrbl  setVal  xSet  zSet  globalVal
enableCREOL Creole markup (Cookbook:)Creole Creole markup NULL $EnableCreole 1 UNDEFINED NULL NULL
  Msg: enableCREOL $EnableCreole is already enabled (UNDEFINED)
enableDBRCH Delta Bytes Recent Changes (Cookbook:)DeltaBytesRecentChanges Delta Bytes Recent Changes NULL $EnableRCDiffBytes 1 1 1 1
  Msg: enableDBRCH $EnableRCDiffBytes is already enabled (1)
enableDDMUP Drag Drop Multi Upload (Cookbook:)DragDropMultiUpload Drag Drop Multi Upload NULL $EnableUploadDrop 1 UNDEFINED NULL NULL
  Msg: enableDDMUP $EnableUploadDrop is already enabled (UNDEFINED)
enableDOBML Email link obfuscator (Cookbook:)DeObMail Email link obfuscator "mailto:" $LinkFunctions "ObfuscateLinkIMap" "LinkIMap" "ObfuscateLinkIMap" "ObfuscateLinkIMap"
  Msg: enableDOBML $LinkFunctions is already enabled ("LinkIMap")
enableEDHLP Keyboard shortcuts and markup insertion (Cookbook:)EditHelp Keyboard shortcuts and markup insertion NULL $EnableEditAutoText 1 1 1 1
  Msg: enableEDHLP $EnableEditAutoText is already enabled (1)
enableFIXUR Encode special characters in link addresses (Cookbook:)FixURL Encode special characters in link addresses NULL $EnableGuiEditFixUrl 2000 2000 2000 2000
  Note: requires $EnableGUIButtons; 2000 = button position
  Msg: enableFIXUR $EnableGuiEditFixUrl is already enabled (2000)
enableLOCSS Local CSS (Cookbook:)LocalCSS Local CSS NULL $WikiPageCSSFmt "Site.LocalCSS" UNDEFINED UNDEFINED UNDEFINED
  Msg: enableLOCSS $WikiPageCSSFmt not changed to "Site.LocalCSS"
enableLOCTM Display timestamps in the local timezone (Cookbook:)LocalTimes Display timestamps in the local timezone NULL $EnableLocalTimes 1 1 1 1
  Msg: enableLOCTM $EnableLocalTimes is already enabled (1)
enableNSAVW Not Saved Warning (Cookbook:)NotSavedWarning Not Saved Warning NULL $EnableNotSavedWarning 1 1 1 1
  Msg: enableNSAVW $EnableNotSavedWarning is already enabled (1)
enablePMFRM Pm Form PmWiki:PmForm Pm Form NULL $EnablePmForm 1 1 1 1
  Msg: enablePMFRM $EnablePmForm is already enabled (1)
enablePMSYN Pm Syntax (Cookbook:)PmSyntax Pm Syntax NULL $EnablePmSyntax 2 2 2 2
  Msg: enablePMSYN $EnablePmSyntax is already enabled (2)
enablePVCHA Preview Changes (Cookbook:)PreviewChanges Preview Changes NULL $EnablePreviewChanges 1 1 1 1
  Msg: enablePVCHA $EnablePreviewChanges is already enabled (1)
enableRFCNT Ref Count (Cookbook:)PreviewChanges Ref Count NULL $EnableRefCount 1 UNDEFINED NULL NULL
  Msg: enableRFCNT $EnableRefCount is already enabled (UNDEFINED)
enableRWSPN Rowspan In Simple Tables (Cookbook:)RowspanInSimpleTables Rowspan In Simple Tables NULL $EnableSimpleTableRowspan 1 1 1 1
  Msg: enableRWSPN $EnableSimpleTableRowspan is already enabled (1)
enableSKNCH Skin Change Skins:Skin Change Skin Change NULL $EnableAutoSkinList 1 UNDEFINED NULL NULL
  Msg: enableSKNCH $EnableAutoSkinList is already enabled (UNDEFINED)
enableSRTBL Sortable Tables (Cookbook:)SortableTables Sortable Tables NULL $EnableSortable 1 1 1 1
  Msg: enableSRTBL $EnableSortable is already enabled (1)
enableURLAP URL Approvals PmWiki:SortableTables URL Approvals NULL $EnableUrlApprove 1 1 1 1
  Msg: enableURLAP $EnableUrlApprove is already enabled (1)
enableWFATM Web Feeds PmWiki:WebFeeds Web Feeds "atom" $EnableFeeds 1 1 1 1
  Msg: enableWFATM $EnableFeeds is already enabled (1)
enableWFDC Web Feeds PmWiki:WebFeeds Web Feeds "dc" $EnableFeeds 1 1 1 1
  Msg: enableWFDC $EnableFeeds is already enabled (1)
enableWFRDF Web Feeds PmWiki:WebFeeds Web Feeds "rdf" $EnableFeeds 1 1 1 1
  Msg: enableWFRDF $EnableFeeds is already enabled (1)
enableWFRSS Web Feeds PmWiki:WebFeeds Web Feeds "rss" $EnableFeeds 1 1 1 1
  Msg: enableWFRSS $EnableFeeds is already enabled (1)

Setting list

key  rName  rPage  rPageLink  rVidx  rVrbl  setVal  xSet  zSet  globalVal
setBLKLST Enable the Blocklist PmWiki:Blocklist Enable the Blocklist NULL $EnableBlocklist 10 10 10 10
  Note: 10 = enable standard blocklists
  Msg: setBLKLST $EnableBlocklist is already enabled (10)
setBLKWHY Enable why blocked PmWiki:Blocklist Enable why blocked NULL $EnableWhyBlocked 1 1 1 1
  Msg: setBLKWHY $EnableWhyBlocked is already enabled (1)
setCOPYCD Enable Copy Code button PmWiki:LayoutVariables Enable Copy Code button NULL $EnableCopyCode 1 1 1 1
  Msg: setCOPYCD $EnableCopyCode is already enabled (1)
setGUIBTN Display GUI Buttons PmWiki:EditVariables Display GUI Buttons NULL $EnableGUIButtons 1 1 1 1
  Msg: setGUIBTN $EnableGUIButtons is already enabled (1)
setHIDATC Hide Attach: prefix PmWiki:UploadVariables#EnableHideAttachPrefix Hide Attach: prefix NULL $EnableHideAttachPrefix 1 UNDEFINED UNDEFINED UNDEFINED
  Msg: setHIDATC $EnableHideAttachPrefix is already enabled (UNDEFINED)
setMDAMBD Media PmWiki:Media Media "EnableEmbed" $PmMedia 1 UNDEFINED UNDEFINED UNDEFINED
  Note: Include media functions (default disabled; required for all functionality)
  Msg: setMDAMBD $PmMedia "EnableEmbed" not changed to 1
setMDARMT Media PmWiki:Media Media "EnableRemoteEmbed" $PmMedia 1 UNDEFINED UNDEFINED UNDEFINED
  Note: Enable embedding of 'remote' bare URLs to media files (default enabled, set to 0 to disable)
  Msg: setMDARMT $PmMedia "EnableRemoteEmbed" not changed to 1
setMDAUPL Media PmWiki:Media Media "EnableUploadEmbed" $PmMedia 1 UNDEFINED UNDEFINED UNDEFINED
  Note: Enable embedding of 'Attach:' bare URLs to media files (default enabled, set to 0 to disable)
  Msg: setMDAUPL $PmMedia "EnableUploadEmbed" not changed to 1
setMRGLME Merge Last Minor Edit PmWiki:EditVariables Merge Last Minor Edit NULL $EnableMergeLastMinorEdit 1 1 1 1
  Msg: setMRGLME $EnableMergeLastMinorEdit is already enabled (1)
setTOC Table of Contents PmWiki:TableOfContents Table of Contents "Enable" $PmToC 1 UNDEFINED UNDEFINED UNDEFINED
  Msg: setTOC $PmToC "Enable" not changed to 1
setTOCBLKLST Table of Contents PmWiki:TableOfContents Table of Contents "EnableBacklinks" $PmToC 1 UNDEFINED UNDEFINED UNDEFINED
  Msg: setTOCBLKLST $PmToC "EnableBacklinks" not changed to 1
setTOCCLS Table of Contents PmWiki:TableOfContents Table of Contents "Closed" $PmToC 1 UNDEFINED UNDEFINED UNDEFINED
  Msg: setTOCCLS $PmToC "Closed" not changed to 1

Markup list

Configuration
markupList key muName  muPtrn  muRepl  muWhen  rName  rPageLink  PmWiki link
muBrk [[\\]] "/\[\[\\\\]\]/" "<br style="clear:none;" />" [[<<]]   Line Break   Line Break
  Note: PmWiki has two markups for line break, [[<<]] for Line Break with "clear:both"; \\ which only works at the end of a line.
This new markup for line break works inside a line.
  Msg: muBrk [[\\]] configured
muBrkCL [[<]] "/\[\[<\]\]/" "<br style='clear:left;' />" [[<<]]   Line Break with "clear:left"   Line Break with "clear:left"
  Msg: muBrkCL [[<]] configured
muBrkCR [[>]] "/\[\[>\]\]/" "<br style='clear:right;' />" [[<<]]   Line Break with "clear:right"   Line Break with "clear:right"
  Msg: muBrkCR [[>]] configured
muLnBold '* *' "/'\*(.*?)\*'/" "<b>$1</b>" inline   Bold   Bold
  Msg: muLnBold '* *' configured
muLnItalic '~ ~' "/'~(.*?)~'/" "<i>$1</i>" inline   Italic   Italic
  Msg: muLnItalic '~ ~' configured
Prior to extension running
markupList key muName  muPtrn  muRepl  muWhen  rName  rPageLink  PmWiki link
muBrk "" ""    
muBrkCL "" ""    
muBrkCR "" ""    
muLnBold "" ""    
muLnItalic "" ""    
After extension has run
markupList key muName  muPtrn  muRepl  muWhen  rName  rPageLink  PmWiki link
muBrk [[\\]] "/\[\[\\\\]\]/" "<br style="clear:none;" />" [[<<]]    
muBrkCL [[<]] "/\[\[<\]\]/" "<br style='clear:left;' />" [[<<]]    
muBrkCR [[>]] "/\[\[>\]\]/" "<br style='clear:right;' />" [[<<]]    
muLnBold '* *' "/'\*(.*?)\*'/" "<b>$1</b>" inline    
muLnItalic '~ ~' "/'~(.*?)~'/" "<i>$1</i>" inline    
(:pmwikiplus conf:)

PmWikiPlus configuration from the Extension Hub

xPriority 101
xAction *
=path D:\Home\KiwiWiki\pmwiki\extensions/PmWikiPlus/PmWikiPlus.php
=dir D:\Home\KiwiWiki\pmwiki\extensions/PmWikiPlus
=url https://kiwiwiki.co.nz/pmwiki/extensions/PmWikiPlus
=conf
xEnabled 1
xNamePatterns *
_xversions 2025-12-14 2026-04-28
debug debug
enableCREOL Enable
enableDBRCH Enable
enableDDMUP Enable
enableDOBML Enable
enableEDHLP Enable
enableFIXUR Enable
enableLOCSS Inactive
enableLOCTM Enable
enableNSAVW Enable
enablePMFRM Enable
enablePMSYN Enable
enablePVCHA Enable
enableRFCNT Enable
enableRWSPN Enable
enableSKNCH Enable
enableSRTBL Enable
enableURLAP Enable
enableWFATM Enable
enableWFDC Enable
enableWFRDF Enable
enableWFRSS Enable
muBrk Enable
muBrkCL Enable
muBrkCR Enable
muLnBold Enable
muLnItalic Enable
setBLKLST Set
setBLKWHY Set
setCOPYCD Set
setGUIBTN Set
setHIDATC Set
setMDAMBD Inactive
setMDARMT Inactive
setMDAUPL Inactive
setMRGLME Set
setTOC Inactive
setTOCBLKLST Inactive
setTOCCLS Inactive

PmWikiPlus custom fields exist only if the submitted values are not empty.

  • D:\Home\KiwiWiki\pmwiki/local/farmconfig.php not yet included
  • local/config.php not yet included
  • config.php not yet included

Test markup section

Attach:Emptyfile.txt
Attach:[=Empty file=].txt

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''.

Attach:Emptyfile.txt Attach:Empty file.txt

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.

pmwikiplus
D:\Home\KiwiWiki\pmwiki\extensions\PmWikiPlus\PmWikiPlus.php= 2026-05-11
confPmWikiPlus[=dir]= D:\Home\KiwiWiki\pmwiki\extensions/PmWikiPlus
confPmWikiPlus[=url]= https://kiwiwiki.co.nz/pmwiki/extensions/PmWikiPlus
confPmWikiPlus[_xversions]= 2025-12-14 2026-04-28
confPmWikiPlus[debug]= debug
confPmWikiPlus[enableCREOL]= Enable
confPmWikiPlus[enableDBRCH]= Enable
confPmWikiPlus[enableDDMUP]= Enable
confPmWikiPlus[enableDOBML]= Enable
confPmWikiPlus[enableEDHLP]= Enable
confPmWikiPlus[enableFIXUR]= Enable
confPmWikiPlus[enableLOCSS]= Inactive
confPmWikiPlus[enableLOCTM]= Enable
confPmWikiPlus[enableNSAVW]= Enable
confPmWikiPlus[enablePMFRM]= Enable
confPmWikiPlus[enablePMSYN]= Enable
confPmWikiPlus[enablePVCHA]= Enable
confPmWikiPlus[enableRFCNT]= Enable
confPmWikiPlus[enableRWSPN]= Enable
confPmWikiPlus[enableSKNCH]= Enable
confPmWikiPlus[enableSRTBL]= Enable
confPmWikiPlus[enableURLAP]= Enable
confPmWikiPlus[enableWFATM]= Enable
confPmWikiPlus[enableWFDC]= Enable
confPmWikiPlus[enableWFRDF]= Enable
confPmWikiPlus[enableWFRSS]= Enable
confPmWikiPlus[muBrk]= Enable
confPmWikiPlus[muBrkCL]= Enable
confPmWikiPlus[muBrkCR]= Enable
confPmWikiPlus[muLnBold]= Enable
confPmWikiPlus[muLnItalic]= Enable
confPmWikiPlus[setBLKLST]= Set
confPmWikiPlus[setBLKWHY]= Set
confPmWikiPlus[setCOPYCD]= Set
confPmWikiPlus[setGUIBTN]= Set
confPmWikiPlus[setHIDATC]= Set
confPmWikiPlus[setMDAMBD]= Inactive
confPmWikiPlus[setMDARMT]= Inactive
confPmWikiPlus[setMDAUPL]= Inactive
confPmWikiPlus[setMRGLME]= Set
confPmWikiPlus[setTOC]= Inactive
confPmWikiPlus[setTOCBLKLST]= Inactive
confPmWikiPlus[setTOCCLS]= Inactive
global= enableCREOL is already enabled (UNDEFINED)
global= enableDBRCH 1 is already enabled (1)
global= enableDDMUP is already enabled (UNDEFINED)
global= enableDOBML $LinkFunctions is already enabled ("LinkIMap")
global= enableEDHLP 1 is already enabled (1)
global= enableFIXUR 2000 is already enabled (2000)
param= enableLOCSS NULL not changed to "Site.LocalCSS"
global= enableLOCTM 1 is already enabled (1)
global= enableNSAVW 1 is already enabled (1)
global= enablePMFRM 1 is already enabled (1)
global= enablePMSYN 2 is already enabled (2)
global= enablePVCHA 1 is already enabled (1)
global= enableRFCNT is already enabled (UNDEFINED)
global= enableRWSPN 1 is already enabled (1)
global= enableSKNCH is already enabled (UNDEFINED)
global= enableSRTBL 1 is already enabled (1)
global= enableURLAP 1 is already enabled (1)
global= enableWFATM $EnableFeeds is already enabled (1)
global= enableWFDC $EnableFeeds is already enabled (1)
global= enableWFRDF $EnableFeeds is already enabled (1)
global= enableWFRSS $EnableFeeds is already enabled (1)
global= setBLKLST 10 is already enabled (10)
global= setBLKWHY 1 is already enabled (1)
global= setCOPYCD 1 is already enabled (1)
global= setGUIBTN 1 is already enabled (1)
global= setHIDATC $EnableHideAttachPrefix is already enabled (UNDEFINED)
param= setMDAMBD $PmMedia "EnableEmbed" not changed to 1
param= setMDARMT $PmMedia "EnableRemoteEmbed" not changed to 1
param= setMDAUPL $PmMedia "EnableUploadEmbed" not changed to 1
global= setMRGLME 1 is already enabled (1)
param= setTOC $PmToC "Enable" not changed to 1
param= setTOCBLKLST $PmToC "EnableBacklinks" not changed to 1
param= setTOCCLS $PmToC "Closed" not changed to 1
markup= muBrk [[\\]] configured
markup= muBrkCL [[<]] configured
markup= muBrkCR [[>]] configured
markup= muLnBold '* *' configured
markup= muLnItalic '~ ~' configured
m[]= (:pmwikiplus:)
m[]=
args[]=
m[]= (:pmwikiplus ?:)
m[]= ?
args[]= Array
args[]= Array
m[]= (:pmwikiplus show:)
m[]= show
args[]= Array
args[]= Array
m[]= (:pmwikiplus form:)
m[]= form
args[]= Array
args[]= Array
m[]= (:pmwikiplus plus:)
m[]= plus
args[]= Array
args[]= Array
m[]= (:pmwikiplus dump:)
m[]= dump
args[]= Array
args[]= Array
m[]= (:pmwikiplus conf:)
m[]= conf
args[]= Array
args[]= Array

tahi Page last modified on 2026 Apr 27 13:30

Edit - History - Recent Changes - WikiHelp - Search - ?Subject="KiwiWiki: Pm Wiki Plus"&Body="From KiwiWiki: Pm Wiki Plus (https://kiwiwiki [period] co [period] nz/TestExtensions/PmWikiPlus) - Testing the [[Extensions/PmWikiPlus extension. See PmWiki Cookbook:PmWikiPlus" | email page as link ]]