2011-06-27T06:33:30Z!shadowm@wesnoth.org and 2011-06-27T06:57:47Z!shadowm@wesnoth.org...

...changed terrain2wiki.py output. Fixing terrain2wiki.py to work with
the terrain.cfg changes..
This commit is contained in:
Thibault Févry 2011-10-23 19:42:21 +00:00
parent b9fae173c3
commit 1b8718c457

View file

@ -64,7 +64,7 @@ def parse_terrain(data):
| %s
| %s
""" % (
content['name'][4:-1] if 'name' in content else content['editor_name'][4:-1],
content['editor_name'][4:-1] if 'editor_name' in content else content['name'][4:-1],
content['string'].lstrip(" # wmllint: ignore"),
content['aliasof'] if 'aliasof' in content else "",
content['editor_group'])