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:
parent
b9fae173c3
commit
1b8718c457
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue