Add calendar to wesnoth encyclopedia
This commit is contained in:
parent
b895e9b2f8
commit
17840dafaf
2 changed files with 34 additions and 2 deletions
|
@ -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}
|
||||
|
|
30
data/core/encyclopedia/calendar.cfg
Normal file
30
data/core/encyclopedia/calendar.cfg
Normal 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
|
||||
Scryer’s Bloom
|
||||
Thorntress
|
||||
Summit Star
|
||||
Kindlefire
|
||||
Stillseed
|
||||
Reaper’s Moon
|
||||
Verglas Bloom
|
||||
Blackfire
|
||||
|
||||
"
|
||||
generator="contents:calendar"
|
||||
[/topic]
|
Loading…
Add table
Reference in a new issue