Module:Archives/config: Difference between revisions
Appearance
Content deleted Content added
adjustments |
poke |
||
Line 10: | Line 10: | ||
edit_this_box = '[%s Edit this box]', |
edit_this_box = '[%s Edit this box]', |
||
pre_load = '&preload=Template:Archives/Preload', -- set to empty for no preload, change name if you have a different preload template |
pre_load = '&preload=Template:Archives/Preload', -- set to empty for no preload, change name if you have a different preload template |
||
archive_list = './archivelist', |
|||
templatestyles = 'Archive/styles.css', |
templatestyles = 'Archive/styles.css', |
||
image = 'Replacement filing cabinet.svg', |
image = 'Replacement filing cabinet.svg', |
||
Line 17: | Line 17: | ||
banner_yes = 'yes', |
banner_yes = 'yes', |
||
search_no = 'no', |
search_no = 'no', |
||
title = 'Archives', |
|||
arg = { |
arg = { |
||
age = 'age', |
|||
⚫ | |||
archive_list = 'archivelist', |
|||
⚫ | |||
banner = 'banner', |
banner = 'banner', |
||
bot = 'bot', |
|||
box_width = 'box-width', |
|||
collapsed = 'collapsed', |
|||
collapsible = 'collapsible', |
|||
demospace = 'demospace', |
|||
edit_box = 'editbox', |
|||
⚫ | |||
image = 'image', |
image = 'image', |
||
⚫ | |||
⚫ | |||
image_size = 'image-size', |
image_size = 'image-size', |
||
large = 'large', |
|||
link = 'link', |
|||
list = 'list', |
|||
list1 = 1, |
|||
prefix = 'prefix', |
prefix = 'prefix', |
||
minthreads = 'minthreadsleft', |
|||
root = 'root', |
|||
search = 'search', |
|||
search_break = 'search-break', |
search_break = 'search-break', |
||
search_button_label = 'search-button-label', |
search_button_label = 'search-button-label', |
||
search_prefix = 'searchprefix', |
|||
search_width = 'search-width', |
|||
style = 'style', |
|||
target = 'target', |
target = 'target', |
||
title = 'title', |
|||
units = 'units', |
|||
}, |
}, |
||
img_mod = { |
img_mod = { |
||
⚫ | |||
alt = 'alt', |
alt = 'alt', |
||
⚫ | |||
image = 'image', |
|||
link = 'link', |
link = 'link', |
||
⚫ | |||
size = 'size', |
size = 'size', |
||
sizedefault = 'sizedefault' |
sizedefault = 'sizedefault' |
||
⚫ | |||
⚫ | |||
} |
} |
||
} |
} |
Revision as of 23:10, 17 August 2021
return {
age_bot_threads = "Threads older than '''%s''' may be automatically archived by <span class=\"nowraplinks\">%s</span> when more than %s threads are present.",
age_bot = "Threads older than '''%s''' may be automatically archived by <span class=\"nowraplinks\">%s</span>.",
age_threads = "Threads older than '''%s''' may be automatically archived when more than %s threads are present.",
age = "Threads older than '''%s''' may be automatically archived.",
min_threads = '4',
units = 'day',
has_archives = "This page has '''[[%s|archives]]'''.%s",
search_label = 'Search archives',
edit_this_box = '[%s Edit this box]',
pre_load = '&preload=Template:Archives/Preload', -- set to empty for no preload, change name if you have a different preload template
archive_list = './archivelist',
templatestyles = 'Archive/styles.css',
image = 'Replacement filing cabinet.svg',
image_size = '40px',
search_width = '22',
banner_yes = 'yes',
search_no = 'no',
title = 'Archives',
arg = {
age = 'age',
alt = 'alt',
archive_list = 'archivelist',
auto = 'auto',
banner = 'banner',
bot = 'bot',
box_width = 'box-width',
collapsed = 'collapsed',
collapsible = 'collapsible',
demospace = 'demospace',
edit_box = 'editbox',
index = 'index',
image = 'image',
image_size = 'image-size',
large = 'large',
link = 'link',
list = 'list',
list1 = 1,
prefix = 'prefix',
minthreads = 'minthreadsleft',
root = 'root',
search = 'search',
search_break = 'search-break',
search_button_label = 'search-button-label',
search_prefix = 'searchprefix',
search_width = 'search-width',
style = 'style',
target = 'target',
title = 'title',
units = 'units',
},
img_mod = {
alt = 'alt',
alt_none = 'none',
image = 'image',
link = 'link',
link_none = 'none',
size = 'size',
sizedefault = 'sizedefault'
}
}