「モジュール:Message box/configuration」の版間の差分

1版 をインポートしました
ja>Ochaochaocha3
(1版 をインポートしました)
 
(1版 をインポートしました)
 
(2人の利用者による、間の2版が非表示)
30行目: 30行目:
protection = {
protection = {
class = 'ambox-protection',
class = 'ambox-protection',
image = 'Padlock-silver-medium.svg'
image = 'Semi-protection-shackle-keyhole.svg'
},
},
notice = {
notice = {
43行目: 43行目:
smallClass                  = 'mbox-small-left',
smallClass                  = 'mbox-small-left',
substCheck                  = true,
substCheck                  = true,
classes                    = {--[['metadata',]] 'plainlinks', 'ambox'},
classes                    = {'metadata', 'ambox'},
imageEmptyCell              = true,
imageEmptyCell              = true,
imageCheckBlank            = true,
imageCheckBlank            = true,
53行目: 53行目:
allowMainspaceCategories    = true,
allowMainspaceCategories    = true,
templateCategory            = '記事メッセージボックス',
templateCategory            = '記事メッセージボックス',
        templateCategoryRequireName = true,
templateCategoryRequireName = true,
templateErrorCategory      = 'パラメータ指定の無い記事メッセージボックス',
templateErrorCategory      = 'パラメータ指定の無い記事メッセージボックス',
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
templatestyles              = 'Module:Message box/ambox.css'
},
},
82行目: 83行目:
protection = {
protection = {
class = 'cmbox-protection',
class = 'cmbox-protection',
image = 'Padlock-silver-medium.svg'
image = 'Semi-protection-shackle-keyhole.svg'
},
},
notice = {
notice = {
91行目: 92行目:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'plainlinks', 'cmbox'},
classes              = {'cmbox'},
imageEmptyCell      = true
imageEmptyCell      = true,
templateCategory    = 'カテゴリメッセージボックス',
templatestyles      = 'Module:Message box/cmbox.css'
},
},
112行目: 115行目:
default              = 'system',
default              = 'system',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'plainlinks', 'fmbox'},
classes              = {'fmbox'},
imageEmptyCell      = false,
imageEmptyCell      = false,
imageRightNone      = false
imageRightNone      = false,
templatestyles      = 'Module:Message box/fmbox.css'
},
},
141行目: 145行目:
protection = {
protection = {
class = 'imbox-protection',
class = 'imbox-protection',
image = 'Padlock-silver-medium.svg'
image = 'Semi-protection-shackle-keyhole.svg'
},
},
license = {
license = {
class = 'imbox-license licensetpl',
class = 'imbox-license licensetpl',
image = 'Imbox license.png' -- @todo We need an SVG version of this
image = 'Imbox-license.svg'
},
["license-related"] = {
class = 'imbox-license',
image = 'Imbox-license.svg'
},
},
featured = {
featured = {
class = 'imbox-featured',
class = 'imbox-featured',
image = 'Cscr-featured.svg'
image = 'Cscr-featured.svg',
imageNeedsLink = true
},
},
notice = {
notice = {
159行目: 168行目:
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'imbox'},
classes              = {'imbox'},
usePlainlinksParam  = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
below                = true,
below                = true,
templateCategory    = 'ファイルメッセージボックス'
templateCategory    = 'ファイルメッセージボックス',
templatestyles      = 'Module:Message box/imbox.css'
},
},
189行目: 198行目:
protection = {
protection = {
class = 'ombox-protection',
class = 'ombox-protection',
image = 'Padlock-silver-medium.svg'
image = 'Semi-protection-shackle-keyhole.svg'
},
},
notice = {
notice = {
198行目: 207行目:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'plainlinks', 'ombox'},
classes              = {'ombox'},
allowSmall          = true,
allowSmall          = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageRightNone      = true
imageRightNone      = true,
templatestyles      = 'Module:Message box/ombox.css'
},
},
228行目: 238行目:
protection = {
protection = {
class = 'tmbox-protection',
class = 'tmbox-protection',
image = 'Padlock-silver-medium.svg'
image = 'Semi-protection-shackle-keyhole.svg'
},
},
notice = {
notice = {
237行目: 247行目:
default              = 'notice',
default              = 'notice',
showInvalidTypeError = true,
showInvalidTypeError = true,
classes              = {'plainlinks', 'tmbox'},
classes              = {'tmbox'},
allowSmall          = true,
allowSmall          = true,
imageRightNone      = true,
imageRightNone      = true,
imageEmptyCell      = true,
imageEmptyCell      = true,
imageEmptyCellStyle  = true,
templateCategory    = 'ノートページメッセージボックス',
templateCategory    = 'ノートページメッセージボックス'
templatestyles      = 'Module:Message box/tmbox.css'
}
}
}
}