wesnoth/data/schema/core/help.cfg
Celtic Minstrel fab490cf60 Add ThemeWML and HelpWML to the schema
The change in theme.cpp is just to make the "title_literal" key be consistently applied as documented. Since the key isn't used in mainline, it should have no effect on actual uses.
2020-10-24 15:04:46 -04:00

31 lines
635 B
INI

[tag]
name="help"
min=1
[tag]
name="toplevel"
min=1
{REQUIRED_KEY sections string_list}
{REQUIRED_KEY topics string_list}
[/tag]
[tag]
name="section"
max=infinite
{REQUIRED_KEY id string}
{REQUIRED_KEY title t_string}
{SIMPLE_KEY topics string_list}
{SIMPLE_KEY sections string_list}
{SIMPLE_KEY generator string}
{SIMPLE_KEY sections_generator string}
{SIMPLE_KEY sort_topics topic_sort}
{SIMPLE_KEY sort_sections bool}
[/tag]
[tag]
name="topic"
max=infinite
{REQUIRED_KEY id string}
{REQUIRED_KEY title t_string}
{SIMPLE_KEY text t_string}
{SIMPLE_KEY generator string}
[/tag]
[/tag]