Module:Excerpt/config
Εμφάνιση

return {
-- Templates that should never be transcluded
templates = {
'.*[Ii]nfobox.*', '[Ππ]ληροφορίες', '[Κκ]ουτί', 'Taxobox', -- infoboxes
'.*[Ss]idebar.*', -- sidebars
'.*[Nn]avbox.*', -- navboxes
'[Ττ]ρέχον.*', -- {{Τρέχον γεγονός}} κλπ.
'[Pp]p%-.+', -- {{pp-move-indef}} κλπ.
'.*TOC.*', -- Table of contents related
'.*[Cc]oor.*', 'Location', -- Coordinates
'DISPLAYTITLE', 'Displaytitle', 'Display title', '[Ππ]λάγιος τίτλος',
'DEFAULT ?SORT', '[Dd]efault ?[Ss]ort',
'Κύριο', 'Main', '[Mm]ain ?[Aa]rticles?', 'MAIN', '[Mm]ain[12]', 'Main page', '[Ss]ee ?main', 'Readmain', 'Full article',
'Καλό λήμμα',
'Προβεβλημένο λήμμα', 'Αξιόλογο λήμμα', 'Αξιόλογο άρθρο',
'[Άα]λλεςχρήσεις',
'For',
'About',
'Redirect.*', 'Redir',
'Unreferenced', 'References',
'[Ππ]ηγές', '[Χχ]ωρίς παραπομπές'
},
-- Map from image parameters to captions
-- Used for extracting the file out of the infobox
captions = {
{'map1', {'legend1'} },
{'map2', {'legend2'} },
{'image', {'caption', 'description'} },
},
-- Tracking categories (without the category namespace)
categories = {
content = 'Λήμματα με αποσπάσματα',
errors = 'Λήμματα με προβληματικά αποσπάσματα',
--[0] = 'Articles with excerpts',
},
-- Prefix for generating the hatnote
hat = '{{hatnote|extraclasses=dablink|selfref=yes|1=',
-- Title of the template styles (optional)
styles = 'Excerpt/styles.css'
}