今天是2024年7月1日 第27周 星期一

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
导入1个版本
第1行: 第1行: −
--------------------------------------------------------------------------------
+
local ambox = {
--              Message box configuration             --
+
types = {
--                                       --
+
speedy = {
-- This module contains configuration data for [[Module:Message box]].     --
+
class = 'ambox-speedy',
--------------------------------------------------------------------------------
+
image = 'Ambox warning pn.svg'
 +
},
 +
delete = {
 +
class = 'ambox-delete',
 +
image = 'Ambox warning pn.svg'
 +
},
 +
content = {
 +
class = 'ambox-content',
 +
image = 'Ambox important.svg'
 +
},
 +
style = {
 +
class = 'ambox-style',
 +
image = 'Edit-clear.svg'
 +
},
 +
move = {
 +
class = 'ambox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'ambox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'ambox-notice',
 +
image = 'Information icon4.svg'
 +
}
 +
},
 +
default           = 'notice',
 +
allowBlankParams       = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
 +
allowSmall          = true,
 +
smallParam          = 'left',
 +
smallClass          = 'mbox-small-left',
 +
substCheck          = true,
 +
classes           = {'metadata', 'ambox'},
 +
usePlainlinksParam      = true,
 +
allowId           = true,
 +
imageEmptyCell        = true,
 +
imageCheckBlank       = true,
 +
imageSmallSize        = '20x20px',
 +
imageCellDiv         = true,
 +
useCollapsibleTextFields   = true,
 +
imageRightNone        = true,
 +
sectionDefault        = '條目',
 +
allowMainspaceCategories   = true,
 +
templateCategory       = '條目訊息模板',
 +
     templateCategoryRequireName = true,
 +
templateErrorCategory    = '缺少參數的條目訊息模板',
 +
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'}
 +
}
   −
return {
+
local cmbox = {
ambox = {
+
types = {
types = {
+
speedy = {
speedy = {
+
class = 'cmbox-speedy',
class = 'ambox-speedy',
+
image = 'Ambox warning pn.svg'
image = 'Ambox warning pn.svg'
+
},
},
+
delete = {
delete = {
+
class = 'cmbox-delete',
class = 'ambox-delete',
+
image = 'Ambox warning pn.svg'
image = 'Ambox warning pn.svg'
+
},
},
+
content = {
content = {
+
class = 'cmbox-content',
class = 'ambox-content',
+
image = 'Ambox important.svg'
image = 'Ambox important.svg'
+
},
},
+
style = {
style = {
+
class = 'cmbox-style',
class = 'ambox-style',
+
image = 'Edit-clear.svg'
image = 'Edit-clear.svg'
+
},
},
+
move = {
move = {
+
class = 'cmbox-move',
class = 'ambox-move',
+
image = 'Merge-split-transwiki default.svg'
image = 'Merge-split-transwiki default.svg'
+
},
},
+
protection = {
protection = {
+
class = 'cmbox-protection',
class = 'ambox-protection',
+
image = 'Semi-protection-shackle-keyhole.svg'
image = 'Semi-protection-shackle-keyhole.svg'
  −
},
  −
notice = {
  −
class = 'ambox-notice',
  −
image = 'Information icon4.svg'
  −
}
   
},
 
},
default           = 'notice',
+
notice = {
allowBlankParams       = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
+
class = 'cmbox-notice',
allowSmall          = true,
+
image = 'Information icon4.svg'
smallParam          = 'left',
+
}
smallClass          = 'mbox-small-left',
  −
substCheck          = true,
  −
classes           = {'metadata', 'ambox'},
  −
imageEmptyCell        = true,
  −
imageCheckBlank       = true,
  −
imageSmallSize        = '20x20px',
  −
imageCellDiv         = true,
  −
useCollapsibleTextFields   = true,
  −
imageRightNone        = true,
  −
sectionDefault        = 'article',
  −
allowMainspaceCategories   = true,
  −
templateCategory       = '文本页消息框',
  −
     templateCategoryRequireName = true,
  −
templateErrorCategory    = '缺失参数的文本页消息框',
  −
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
  −
removalNotice        = '[[Help:维护模板移除|了解何时移除模板消息]]'
   
},
 
},
+
default        = 'notice',
cmbox = {
+
showInvalidTypeError = true,
types = {
+
classes        = {'cmbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'cmbox-speedy',
+
imageEmptyCell    = true
image = 'Ambox warning pn.svg'
+
}
},
+
 
delete = {
+
local fmbox = {
class = 'cmbox-delete',
+
types = {
image = 'Ambox warning pn.svg'
+
warning = {
},
+
class = 'fmbox-warning',
content = {
+
image = 'Ambox warning pn.svg'
class = 'cmbox-content',
+
},
image = 'Ambox important.svg'
+
editnotice = {
},
+
class = 'fmbox-editnotice',
style = {
+
image = 'Information icon4.svg'
class = 'cmbox-style',
  −
image = 'Edit-clear.svg'
  −
},
  −
move = {
  −
class = 'cmbox-move',
  −
image = 'Merge-split-transwiki default.svg'
  −
},
  −
protection = {
  −
class = 'cmbox-protection',
  −
image = 'Semi-protection-shackle-keyhole.svg'
  −
},
  −
notice = {
  −
class = 'cmbox-notice',
  −
image = 'Information icon4.svg'
  −
}
   
},
 
},
default        = 'notice',
+
system = {
showInvalidTypeError = true,
+
class = 'fmbox-system',
classes        = {'cmbox'},
+
image = 'Information icon4.svg'
imageEmptyCell    = true
+
}
 
},
 
},
+
default        = 'system',
fmbox = {
+
showInvalidTypeError = true,
types = {
+
allowId         = true,
warning = {
+
classes        = {'fmbox'},
class = 'fmbox-warning',
+
usePlainlinksParam  = true,
image = 'Ambox warning pn.svg'
+
imageEmptyCell    = false,
},
+
imageRightNone    = false
editnotice = {
+
}
class = 'fmbox-editnotice',
+
 
image = 'Information icon4.svg'
+
local imbox = {
},
+
types = {
system = {
+
speedy = {
class = 'fmbox-system',
+
class = 'imbox-speedy',
image = 'Information icon4.svg'
+
image = 'Ambox warning pn.svg'
}
   
},
 
},
default        = 'system',
+
delete = {
showInvalidTypeError = true,
+
class = 'imbox-delete',
classes        = {'fmbox'},
+
image = 'Ambox warning pn.svg'
imageEmptyCell    = false,
+
},
imageRightNone    = false
+
content = {
 +
class = 'imbox-content',
 +
image = 'Ambox important.svg'
 +
},
 +
style = {
 +
class = 'imbox-style',
 +
image = 'Edit-clear.svg'
 +
},
 +
move = {
 +
class = 'imbox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'imbox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
license = {
 +
class = 'imbox-license',
 +
image = 'Imbox license.png'
 +
},
 +
featured = {
 +
class = 'imbox-featured',
 +
image = 'Cscr-featured.svg'
 +
},
 +
notice = {
 +
class = 'imbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default        = 'notice',
imbox = {
+
showInvalidTypeError = true,
types = {
+
classes        = {'imbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'imbox-speedy',
+
imageEmptyCell    = true,
image = 'Ambox warning pn.svg'
+
below         = true,
},
+
templateCategory   = ' 檔案訊息模板'
delete = {
+
}
class = 'imbox-delete',
+
 
image = 'Ambox warning pn.svg'
+
local ombox = {
},
+
types = {
content = {
+
speedy = {
class = 'imbox-content',
+
class = 'ombox-speedy',
image = 'Ambox important.svg'
+
image = 'Ambox warning pn.svg'
},
+
},
style = {
+
delete = {
class = 'imbox-style',
+
class = 'ombox-delete',
image = 'Edit-clear.svg'
+
image = 'Ambox warning pn.svg'
},
+
},
move = {
+
content = {
class = 'imbox-move',
+
class = 'ombox-content',
image = 'Merge-split-transwiki default.svg'
+
image = 'Ambox important.svg'
},
  −
protection = {
  −
class = 'imbox-protection',
  −
image = 'Semi-protection-shackle-keyhole.svg'
  −
},
  −
license = {
  −
class = 'imbox-license licensetpl',
  −
image = 'Imbox license.png' -- @todo We need an SVG version of this
  −
},
  −
featured = {
  −
class = 'imbox-featured',
  −
image = 'Cscr-featured.svg'
  −
},
  −
notice = {
  −
class = 'imbox-notice',
  −
image = 'Information icon4.svg'
  −
}
   
},
 
},
default        = 'notice',
+
style = {
showInvalidTypeError = true,
+
class = 'ombox-style',
classes        = {'imbox'},
+
image = 'Edit-clear.svg'
imageEmptyCell    = true,
+
},
below         = true,
+
move = {
templateCategory   = ' 文档页消息框'
+
class = 'ombox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'ombox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'ombox-notice',
 +
image = 'Information icon4.svg'
 +
},
 +
note = {
 +
class = 'ombox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default        = 'notice',
ombox = {
+
showInvalidTypeError = true,
types = {
+
classes        = {'ombox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'ombox-speedy',
+
allowSmall      = true,
image = 'Ambox warning pn.svg'
+
imageEmptyCell    = true,
},
+
imageRightNone    = true
delete = {
+
}
class = 'ombox-delete',
+
 
image = 'Ambox warning pn.svg'
+
local tmbox = {
},
+
types = {
content = {
+
speedy = {
class = 'ombox-content',
+
class = 'tmbox-speedy',
image = 'Ambox important.svg'
+
image = 'Ambox warning pn.svg'
},
  −
style = {
  −
class = 'ombox-style',
  −
image = 'Edit-clear.svg'
  −
},
  −
move = {
  −
class = 'ombox-move',
  −
image = 'Merge-split-transwiki default.svg'
  −
},
  −
protection = {
  −
class = 'ombox-protection',
  −
image = 'Semi-protection-shackle-keyhole.svg'
  −
},
  −
notice = {
  −
class = 'ombox-notice',
  −
image = 'Information icon4.svg'
  −
}
   
},
 
},
default        = 'notice',
+
delete = {
showInvalidTypeError = true,
+
class = 'tmbox-delete',
classes        = {'ombox'},
+
image = 'Ambox warning pn.svg'
allowSmall      = true,
+
},
imageEmptyCell    = true,
+
content = {
imageRightNone    = true
+
class = 'tmbox-content',
 +
image = 'Ambox important.svg'
 +
},
 +
style = {
 +
class = 'tmbox-style',
 +
image = 'Edit-clear.svg '
 +
},
 +
move = {
 +
class = 'tmbox-move',
 +
image = 'Merge-split-transwiki default.svg'
 +
},
 +
protection = {
 +
class = 'tmbox-protection',
 +
image = 'Semi-protection-shackle-keyhole.svg'
 +
},
 +
notice = {
 +
class = 'tmbox-notice',
 +
image = 'Information icon4.svg'
 +
}
 
},
 
},
+
default        = 'notice',
tmbox = {
+
showInvalidTypeError = true,
types = {
+
classes        = {'tmbox'},
speedy = {
+
usePlainlinksParam  = true,
class = 'tmbox-speedy',
+
allowId        = true,
image = 'Ambox warning pn.svg'
+
allowSmall      = true,
},
+
imageRightNone    = true,
delete = {
+
imageEmptyCell    = true,
class = 'tmbox-delete',
+
imageEmptyCellStyle  = true,
image = 'Ambox warning pn.svg'
+
templateCategory   = ' 討論訊息模板'
},
+
}
content = {
+
 
class = 'tmbox-content',
+
return {
image = 'Ambox important.svg'
+
ambox = ambox,
},
+
cmbox = cmbox,
style = {
+
fmbox = fmbox,
class = 'tmbox-style',
+
imbox = imbox,
image = 'Edit-clear.svg'
+
ombox = ombox,
},
+
tmbox = tmbox
move = {
  −
class = 'tmbox-move',
  −
image = 'Merge-split-transwiki default.svg'
  −
},
  −
protection = {
  −
class = 'tmbox-protection',
  −
image = 'Semi-protection-shackle-keyhole.svg'
  −
},
  −
notice = {
  −
class = 'tmbox-notice',
  −
image = 'Information icon4.svg'
  −
}
  −
},
  −
default        = 'notice',
  −
showInvalidTypeError = true,
  −
classes        = {'tmbox'},
  −
allowSmall      = true,
  −
imageRightNone    = true,
  −
imageEmptyCell    = true,
  −
imageEmptyCellStyle  = true,
  −
templateCategory   = '讨论页消息框'
  −
}
   
}
 
}

导航菜单