mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-26 00:19:48 +01:00
25 lines
1.2 KiB
Lua
25 lines
1.2 KiB
Lua
autofilter_wiki =
|
|
{
|
|
name = "Autofilter",
|
|
title = "Autofilter",
|
|
mod_path = "__Autofilter__",
|
|
{
|
|
name = {"autofilter.title_autofilter"},
|
|
topic = {
|
|
{type = "image", name = "image_autofilter", filepath = "__Autofilter__/graphics/logo.png", width = 360, height = 156, scale = 1},
|
|
{type = "text", text = {"autofilter.page_autofilter_text"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"autofilter.page_contents_heading"} },
|
|
{type = "image", name = "image_contents", filepath = "__Autofilter__/graphics/settings_contents.png", width = 400, height = 128, scale = 0.9},
|
|
{type = "text", text = {"autofilter.page_contents_text"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"autofilter.page_filter_heading"} },
|
|
{type = "image", name = "image_filter", filepath = "__Autofilter__/graphics/settings_filter.png", width = 400, height = 128, scale = 0.9},
|
|
{type = "text", text = {"autofilter.page_filter_text"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"autofilter.page_none_heading"} },
|
|
{type = "image", name = "image_none", filepath = "__Autofilter__/graphics/settings_none.png", width = 400, height = 128, scale = 0.9},
|
|
{type = "text", text = {"autofilter.page_none_text"} },
|
|
}
|
|
}
|
|
} |