Polifonic Documentation
  • Sign in
  • Sign up
  • Contents
    • Syntax
  • en
    • en - English

Syntax

Syntax

  • Typography
  • Links
  • Lists
  • Files (media)
  • No formatting
  • Alerts
  • Boxes (Panels)
  • Special characters
  • Emojis
  • Labels
  • FontAwesome icons
  • Acronyms
  • Code
  • Console output
  • Graphs
  • Math formulas
  • Page index
  • Collapsible elements
  • Footnotes
  • Common attributes

Contents

Contents

  • Home page
  • Wiki 101
  • Creating content
  • Syntax reference
  • Managing your wiki

Console output

You can display the output from a console or terminal in a wiki page.

Syntax

The general syntax for console output is:

<xterm>...</xterm>

#cd /
#ls -al

To add a title, use the following syntax:

<xterm | title>...</xterm>

<xterm | Linux ls command>
#cd /
#ls -al
</xterm>

Linux ls command

#cd /
#ls -al
This page was modified on 20 Oct 2015 at 12:44 AM.

Source

====== Console output ====== You can display the output from a console or terminal in a wiki page. ===== Syntax ===== The general syntax for console output is: ''<xterm>...</xterm>'' <xterm> #cd / #ls -al </xterm> To add a title, use the following syntax: ''<xterm | **//title//**>...</xterm>'' <code> <xterm | Linux ls command> #cd / #ls -al </xterm> </code> <xterm | Linux ls command> #cd / #ls -al </xterm>
This website uses cookies to ensure you get the best browsing experience.