mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:26:03 +00:00
Fixed broken table markup in Editor Palette topic
This commit is contained in:
parent
2dd27fcf8e
commit
8079807146
@ -462,9 +462,11 @@ In scenario mode, the button accesses an editor for individual schedules for <re
|
||||
<bold>Filter</bold>
|
||||
|
||||
There is a filter function to show only a subset of the available items — this is the leftmost of the four buttons at the top of the palette, and the graphic changes depending on what is selected. Examples:" +
|
||||
"<table/><img src=icons/terrain/terrain_group_all_30.png align=left box=yes /></col><col>" + _ "Show all kinds of terrain</col></row>" +
|
||||
"<img src=icons/terrain/terrain_group_water_deep_30.png align=left box=yes /></col><col>" + _ "Show only water terrains</col></row>" +
|
||||
"<img src=icons/terrain/terrain_group_village_30.png align=left box=yes /></col><col>" + _ "Show only villages</col></row><endtable/>"
|
||||
"<table>" +
|
||||
"<row><col><img src=icons/terrain/terrain_group_all_30.png align=left box=yes /></col><col>" + _ "Show all kinds of terrain</col></row>" +
|
||||
"<row><col><img src=icons/terrain/terrain_group_water_deep_30.png align=left box=yes /></col><col>" + _ "Show only water terrains</col></row>" +
|
||||
"<row><col><img src=icons/terrain/terrain_group_village_30.png align=left box=yes /></col><col>" + _ "Show only villages</col></row>" +
|
||||
"</table>"
|
||||
[/topic]
|
||||
# wmllint: markcheck on
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user