Xwiki 10.11.9 . - Scripting Language

When editing a page using the default editor CKEDIT I have to edit the source of the page and I’ve been learning codes from using the source of XWiki pages. What is the default scripting language that the source of the pages are written in? There are a lot of %class variables or what have you and I’m looking for a web page that describes what all the %class variables mean.

What script language is this? For example:

(% class="row cards" %)
(((
(% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %)
(((
(% class="card card1" %)
(((
(% class="card-body" %)
(((
==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ====

(% class="card-text" %)

Hi there,

See https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/PageEditing#HWikieditingmode

You’ll see a way to choose the syntax you wish if you want to use markup and not WYSIWYG.

By default the syntax is XWiki Syntax 2.1.

See also https://rendering.xwiki.org/xwiki/bin/view/Main/WebHome#HSupportedSyntaxes

This is XWiki Syntax 2.1. See https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/