Module:Archives/config: Difference between revisions
Appearance
Content deleted Content added
start i18n |
adjustments |
||
Line 16: | Line 16: | ||
search_width = '22', |
search_width = '22', |
||
banner_yes = 'yes', |
banner_yes = 'yes', |
||
search_no = 'no', |
|||
arg = { |
arg = { |
||
demospace = 'demospace', |
demospace = 'demospace', |
||
Line 24: | Line 25: | ||
link = 'link', |
link = 'link', |
||
image_size = 'image-size', |
image_size = 'image-size', |
||
box_width = 'box-width' |
box_width = 'box-width', |
||
search = 'search', |
|||
prefix = 'prefix', |
|||
search_width = 'search-width', |
|||
search_break = 'search-break', |
|||
search_button_label = 'search-button-label', |
|||
age = 'age', |
|||
units = 'units', |
|||
target = 'target', |
|||
bot = 'bot', |
|||
minthreads = 'minthreadsleft' |
|||
}, |
}, |
||
img_mod = { |
|||
image = 'image', |
image = 'image', |
||
alt = 'alt', |
alt = 'alt', |
||
link = 'link', |
link = 'link', |
||
size = 'size', |
size = 'size', |
||
sizedefault = 'sizedefault' |
sizedefault = 'sizedefault', |
||
alt_none = 'none', |
|||
link_none = 'none' |
|||
} |
} |
||
} |
} |
Revision as of 16:59, 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
archivelist = './archivelist',
templatestyles = 'Archive/styles.css',
image = 'Replacement filing cabinet.svg',
image_size = '40px',
search_width = '22',
banner_yes = 'yes',
search_no = 'no',
arg = {
demospace = 'demospace',
banner = 'banner',
large = 'large',
image = 'image',
alt = 'alt',
link = 'link',
image_size = 'image-size',
box_width = 'box-width',
search = 'search',
prefix = 'prefix',
search_width = 'search-width',
search_break = 'search-break',
search_button_label = 'search-button-label',
age = 'age',
units = 'units',
target = 'target',
bot = 'bot',
minthreads = 'minthreadsleft'
},
img_mod = {
image = 'image',
alt = 'alt',
link = 'link',
size = 'size',
sizedefault = 'sizedefault',
alt_none = 'none',
link_none = 'none'
}
}