Fixed broken table markup in Editor Palette topic
This commit is contained in:
parent
2dd27fcf8e
commit
8079807146
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue