Merge pull request #4830 from nemaara/calendar

Add Calendar to Wesnoth encyclopedia
This commit is contained in:
nemaara 2020-04-02 14:07:50 -04:00 committed by GitHub
commit 4f44d4fa92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 2 deletions

View file

@ -3,7 +3,7 @@
[section]
id=encyclopedia
title= _ "Encyclopedia"
sections=geography
sections=calendar,geography
topics=..encyclopedia
[/section]
@ -11,7 +11,9 @@
id=..encyclopedia
title= _ "Encyclopedia"
#generator="contents:encyclopedia"
text= _ "<ref>dst='..geography' text='Geography'</ref>"
text= _ "<ref>dst='..calendar' text='Calendar'</ref>
<ref>dst='..geography' text='Geography'</ref>"
[/topic]
{./calendar.cfg}
{./geography.cfg}

View file

@ -0,0 +1,30 @@
#textdomain wesnoth-help
[section]
id=calendar
title= _ "Calendar"
topics=..calendar
sort_topics=yes
[/section]
[topic]
id=..calendar
title= _ "Calendar"
text= _ "Each year in the Wesnoth calendar is composed of 12 months. These are, in order:
Whitefire
Bleeding Moon
Scatterseed
Deeproot
Scryers Bloom
Thorntress
Summit Star
Kindlefire
Stillseed
Reapers Moon
Verglas Bloom
Blackfire
"
generator="contents:calendar"
[/topic]