ScriptClip
 
 Displays a small line of text on the page with a button to transfer it to the clipboard. 
Parameters
-  script - The text to display 
 
-  fileName - Alternative to script. The file to display as a clip
 
          
[{/OpenForum/Extensions/ScriptClip script="ls -la /open-forum/content"}]
       
       
[{/OpenForum/Extensions/ScriptClip fileName="renderer.sjs"}]
 
-
 
 MarkPage
 
Mark a point in a page that can be referenced
Parameters
-  name - the name of the mark
 
[{Mark name="TestMark"}] Some text to reference
 
-
 
 ChildPagesList
 
Parameters
- pageName - The page to list (optional. default = current page)
 
[{ChildPagesList pageName="/OpenForum"}]
       or
[{ChildPagesList}]
 
-
 
 Icon
 
Parameters
[{Icon name="chart pie"}]
 
-
 
 HttpsOnly
 
       
Redirects to the https url if the user arrives via http
       
[{HttpsOnly}]
 
-
 
 Date
  
-
 
 CrumbTrail
 
(
Displays a page hierachy trail
[{CrumbTrail}]
 
-
 
 Help
 
Creates a popup help link
[{Help id="test" sourceFileName="help-content.wiki" sourcePageName="/OpenForum/Extensions/Help"}]
[{Help id="test" title="Pop me up"}]
       
 
-
 
 Bookmarklet
 
Adds a link to automatically bookmark a page
Parameters
-  title = Bookmark title Name
 
-  domain = external site domain
 
-  script = Path to script
 
[{Bookmarklet title="Bookmark" domain="https://open-forum.onestonesoup.org" script="/OpenForum/Extensions/Bookmarklet/append-link.js" text="Bookmark pages more easily. Drag this bookmarklet to the Bookmarks bar of your browser:"}]
 
-
 
 Button
  
-
 
 MarkDown
 
Renders mark down formatted text in a page.
[{MarkDown pageName="/OpenForum/Extensions/MarkDown" fileName="example.md"}]
 
-
 
 history
  
-
 
 InsertSourceFile
  
-
 
 DisplayCard
  
-
 
 Clock
  
-
 
 InsertPage
 
 Inserts the contents of one page in another. 
Parameters
-  page - The page to insert content from.
 
-  section (optional) - The number of the section of the page to insert content from. See wiki markup
 
 
 
-
 
 ActionInput
  
-
 
 InputField
  
-
 
 ServerActionButton
  
-
 
 InsertFile
  
-
 
 ActionButton
  
-
 
 Redirect
  
-
 
 Info
  
-
 
 Popup
  
-
 
 OneTimePopup
  
-
 
 AttachmentsList