Modul:Message box/configuration: Unterschied zwischen den Versionen

K
28 Versionen von wikivoyage:Modul:Message_box/configuration importiert
(add templatestyles, remove a variable or two as a result)
K (28 Versionen von wikivoyage:Modul:Message_box/configuration importiert)
Zeile 35: Zeile 35:
class = 'ambox-notice',
class = 'ambox-notice',
image = 'Information icon4.svg'
image = 'Information icon4.svg'
},
[ 'travel-warning' ] = {
class = 'ambox-notice',
image = 'Information icon4.svg'
},
translate = {
class = 'ambox-notice',
image = 'Translation Latin Alphabet.svg'
}
}
},
},
Zeile 52: Zeile 60:
sectionDefault              = 'article',
sectionDefault              = 'article',
allowMainspaceCategories    = true,
allowMainspaceCategories    = true,
templateCategory            = 'Article message templates',
templateCategory            = 'Vorlagen:Infoboxen',
        templateCategoryRequireName = true,
        templateCategoryRequireName = true,
templateErrorCategory      = 'Article message templates with missing parameters',
templateErrorCategory      = 'Vorlagen:Infoboxen mit fehlenden Parametern',
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
templateErrorParamsToCheck  = {}, -- {'issue', 'fix', 'subst'},
removalNotice              = '<small>[[Help:Maintenance template removal|Learn how and when to remove this template message]]</small>',
removalNotice              = '<small>[[Help:Maintenance template removal|Learn how and when to remove this template message]]</small>'
templatestyles              = 'Module:Message box/ambox.css'
},
},
Zeile 94: Zeile 101:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'cmbox'},
classes              = {'cmbox'},
imageEmptyCell      = true,
imageEmptyCell      = true
templatestyles      = 'Module:Message box/cmbox.css'
},
},
Zeile 117: Zeile 123:
classes              = {'fmbox'},
classes              = {'fmbox'},
imageEmptyCell      = false,
imageEmptyCell      = false,
imageRightNone      = false,
imageRightNone      = false
templatestyles      = 'Module:Message box/fmbox.css'
},
},
Zeile 165: Zeile 170:
imageEmptyCell      = true,
imageEmptyCell      = true,
below                = true,
below                = true,
templateCategory    = 'File message boxes',
templateCategory    = 'Vorlagen:Hinweise für Dateien'
templatestyles      = 'Module:Message box/imbox.css'
},
},
Zeile 205: Zeile 209:
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageRightNone      = true,
imageRightNone      = true
templatestyles      = 'Module:Message box/ombox.css'
},
},
Zeile 246: Zeile 249:
imageRightNone      = true,
imageRightNone      = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
templateCategory    = 'Talk message boxes',
imageEmptyCellStyle  = true,
templatestyles      = 'Module:Message box/tmbox.css'
templateCategory    = 'Vorlagen:Hinweise für Diskussionsseiten'
}
}
}
}