Fandom Developers Wiki
Advertisement
Documentation icon Module documentation

The documentation for this module is missing. Click here to create it.

-- Attention:
-- Do not make further changes in these parameters, unless they're additions!
-- Changes made here will be reflected on all wikis that use this set.
-- Each modified parameter will stop working on wikis that still use previous version.

return require('Dev:NavboxBuilder').changeParameters{
    -- Налады
    links = 'Спасылкі',
    state = 'Становішча',
 
    -- Палі
    title = 'Назва',
    above = 'Верхні',
    below = 'Ніжні',
    limage = 'Левая выява',
    rimage = 'Правая выява',
 
    -- Падзелы
    header_n = 'Загаловак #',
    limage_n = 'Левая выява #',
    rimage_n = 'Правая выява #',
    state_n = 'Палажэнне #',
    header_state = 'Палажэнне загалоўка',
 
    -- Групы
    group_n = 'Група #',
    group_n_m = 'Група #.#',
    list_n = 'Спіс #',
    list_n_m = 'Спіс #.#',
 
    -- CSS
    navbox_class = 'Наўбокс клас',
    navbox_style = 'Наўбокс стыль',
    title_class = 'Назва клас',
    title_style = 'Назва стыль',
    base_class = 'База клас',
    base_style = 'База стыль',
    above_class = 'Верхні клас',
    above_style = 'Верхні стыль',
    below_class = 'Ніжні клас',
    below_style = 'Ніжні стыль',
    image_class = 'Клас выявы',
    image_style = 'Стыль выявы',
    limage_class = 'Клас левай выявы',
    limage_style = 'Стыль левай выявы',
    rimage_class = 'Правая выява клас',
    rimage_style = 'Правая выява стыль',
    header_class = 'Загаловак клас',
    header_style = 'Загаловак стыль',
    header_n_class = 'Загаловак # клас',
    header_n_style = 'Загаловак # стыль',
    limage_n_class = 'Левая выява # клас',
    limage_n_style = 'Левая выява # стыль',
    rimage_n_class = 'Правая выява # клас',
    rimage_n_style = 'Правая выява # стыль',
    group_class = 'Група клас',
    group_style = 'Група стыль',
    group_n_class = 'Група # клас',
    group_n_style = 'Група # стыль',
    subgroup_class = 'Падгрупа клас',
    subgroup_style = 'Падгрупа стыль',
    group_n_m_class = 'Група #.# клас',
    group_n_m_style = 'Група #.# стыль',
    list_class = 'Спіс клас',
    list_style = 'Спіс стыль',
    list_n_class = 'Спіс # клас',
    list_n_style = 'Спіс # стыль',
    list_n_m_class = 'Спіс #.# клас',
    list_n_m_style = 'Спіс #.# стыль',
 
    -- Значэнні
    value_expanded = 'адкрытае',
    value_collapsed = 'зачыненае',
}
Advertisement