Difference between revisions of "Help markup"
From The Battle for Wesnoth Wiki
(Initial outline and introduction) |
(update syntax) |
||
| Line 1: | Line 1: | ||
| − | + | == Help Markup == | |
| − | This page documents the markup used by the [[ | + | This page documents the markup used by the [[GUIWidgetInstanceWML#Rich_Label|Rich Label]] widget. This is basically a modified version of the [[https://wiki.wesnoth.org/InterfaceActionsWML#Formatting|Pango markup]] already being used by other GUI2 widgets to show formatted text. Specifically, it adds the ability to add links, tables and images (inline and floating) alongside formatted text. |
| − | + | === Formatting Tags === | |
| − | + | === Image Tags === | |
| − | + | === Links === | |
| − | + | === Table Tags === | |
Revision as of 04:08, 29 July 2024
Help Markup
This page documents the markup used by the Rich Label widget. This is basically a modified version of the [markup] already being used by other GUI2 widgets to show formatted text. Specifically, it adds the ability to add links, tables and images (inline and floating) alongside formatted text.