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