Sandbox

From Joomla! Documentation

Revision as of 09:26, 14 April 2025 by Partic (talk | contribs) (SyntaxHighlight tag testing.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
Deutsch • ‎English • ‎dansk

First Title[edit]

  1. List text 1
  2. List text 2
  3. List text 3
  4. List text 5
  5. List text 5

Second Title[edit]

  1. List text 5
  2. List text 6
  3. List text 7
  4. List text 9
Subtitle[edit]

Tab here every text.
Here is another text with bold words.

Higher Title[edit]

Backend screenshot

Administrator Control Panel


Administrator Control Panel


Syntax Highlighter[edit]

//
// Example syntax from https://www.mediawiki.org/wiki/Extension:SyntaxHighlight/en
//
def quick_sort(arr):
    less = []
    pivot_list = []
    more = []
    if len(arr) <= 1:
        return arr
<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_helloworld
 *
 * @copyright   Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
?>

Add line to the syntaxhighlight tag

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_helloworld
 *
 * @copyright   Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
?>