ページ「モジュール:Message box/configuration」と「メンバー」の間の差分

提供:林 康紀研究室
< モジュール:Message box(ページ間の差分)
ナビゲーションに移動 検索に移動
yhlabj>ネイ
(en:Module:Message box/configuration oldid=1097616239 より更新)
 
 
1行目: 1行目:
--------------------------------------------------------------------------------
__HIDDENCAT__
--                          Message box configuration                        --
[[file:Photo 2018 April.jpeg| thumb |2018年 鴨川でのお花見]]
--                                                                            --
== 研究室主宰者==
-- This module contains configuration data for [[Module:Message box]].        --
<gallery widths=150px heights=200px>
--------------------------------------------------------------------------------
Yasunori Hayashi.jpg|link=林 康紀|[[林 康紀]]
</gallery>


return {
==教室スタッフ==
ambox = {
<gallery widths=150px heights=200px>
types = {
Takeo Saneyoshi.jpg|link=實吉 岳郎|[[實吉 岳郎]]
speedy = {
Misa Arizono.jpg|link=有薗 美沙|[[有薗 美沙]]
class = 'ambox-speedy',
Kotaro Mizuta.jpg|link=水田 恒太郎|[[水田 恒太郎]]
image = 'Ambox warning pn.svg'
Akihiro Goto.jpg|link=後藤 明弘|[https://researchmap.jp/7000017647?lang=ja 後藤 明弘]
},
Nozomi Asaoka.jpg|link=淺岡 希美|[[淺岡 希美]]
delete = {
Taisei Hirouchi.jpg|link=廣内 大成|[[廣内 大成]]
class = 'ambox-delete',
</gallery>
image = 'Ambox warning pn.svg'
 
},
==大学院生==
content = {
<gallery widths=150px heights=200px>
class = 'ambox-content',
Yaolong Li.jpg|link=李 耀龍|[[李 耀龍]] (D3)
image = 'Ambox important.svg'
Leah Men Shin Kuo.jpg|link=郭 孟昕|[[郭 孟昕]] (D1)
},
Yung-chia Chang.jpg|link=張 永佳|[[張 永佳]] (M2)
style = {
Tomohiro Mitsugi.jpeg|link=三木 智博|[[三木 智博]] (M2)
class = 'ambox-style',
Seiya Ogura.jpg|link=小椋 星哉|[[小椋 星哉]] (M2)
image = 'Edit-clear.svg'
Xinzhi Jiang.jpg|link=蒋 欣知|[[蒋 欣知]] (M1)
},
</gallery>
move = {
 
class = 'ambox-move',
==研究生==
image = 'Merge-split-transwiki default.svg'
<gallery widths=150px heights=200px>
},
Bohan Peng.jpg|[[Bohan Peng]]
protection = {
</gallery>
class = 'ambox-protection',
 
image = 'Padlock-silver-medium.svg'
==テクニカルスタッフ==
},
<gallery widths=150px heights=200px>
notice = {
Junko Kurahashi.jpg|[[倉橋 順子]]
class = 'ambox-notice',
</gallery>
image = 'Information icon4.svg'
[[en:Members]]
}
},
default                    = 'notice',
allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
allowSmall                  = true,
smallParam                  = 'left',
smallClass                  = 'mbox-small-left',
substCheck                  = true,
classes                    = {--[['metadata',]] 'ambox'},
imageEmptyCell              = true,
imageCheckBlank            = true,
imageSmallSize              = '20x20px',
imageCellDiv                = true,
useCollapsibleTextFields    = true,
imageRightNone              = true,
sectionDefault              = '記事',
allowMainspaceCategories    = true,
templateCategory            = '記事メッセージボックス',
        templateCategoryRequireName = true,
templateErrorCategory      = 'パラメータ指定の無い記事メッセージボックス',
templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
templatestyles              = 'Module:Message box/ambox.css'
},
cmbox = {
types = {
speedy = {
class = 'cmbox-speedy',
image = 'Ambox warning pn.svg'
},
delete = {
class = 'cmbox-delete',
image = 'Ambox warning pn.svg'
},
content = {
class = 'cmbox-content',
image = 'Ambox important.svg'
},
style = {
class = 'cmbox-style',
image = 'Edit-clear.svg'
},
move = {
class = 'cmbox-move',
image = 'Merge-split-transwiki default.svg'
},
protection = {
class = 'cmbox-protection',
image = 'Padlock-silver-medium.svg'
},
notice = {
class = 'cmbox-notice',
image = 'Information icon4.svg'
}
},
default              = 'notice',
showInvalidTypeError = true,
classes              = {'cmbox'},
imageEmptyCell      = true,
templatestyles      = 'Module:Message box/cmbox.css'
},
fmbox = {
types = {
warning = {
class = 'fmbox-warning',
image = 'Ambox warning pn.svg'
},
editnotice = {
class = 'fmbox-editnotice',
image = 'Information icon4.svg'
},
system = {
class = 'fmbox-system',
image = 'Information icon4.svg'
}
},
default              = 'system',
showInvalidTypeError = true,
classes              = {'fmbox'},
imageEmptyCell      = false,
imageRightNone      = false,
templatestyles      = 'Module:Message box/fmbox.css'
},
imbox = {
types = {
speedy = {
class = 'imbox-speedy',
image = 'Ambox warning pn.svg'
},
delete = {
class = 'imbox-delete',
image = 'Ambox warning pn.svg'
},
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 = 'Padlock-silver-medium.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',
showInvalidTypeError = true,
classes              = {'imbox'},
imageEmptyCell      = true,
below                = true,
templateCategory    = 'ファイルメッセージボックス',
templatestyles      = 'Module:Message box/imbox.css'
},
ombox = {
types = {
speedy = {
class = 'ombox-speedy',
image = 'Ambox warning pn.svg'
},
delete = {
class = 'ombox-delete',
image = 'Ambox warning pn.svg'
},
content = {
class = 'ombox-content',
image = 'Ambox important.svg'
},
style = {
class = 'ombox-style',
image = 'Edit-clear.svg'
},
move = {
class = 'ombox-move',
image = 'Merge-split-transwiki default.svg'
},
protection = {
class = 'ombox-protection',
image = 'Padlock-silver-medium.svg'
},
notice = {
class = 'ombox-notice',
image = 'Information icon4.svg'
}
},
default              = 'notice',
showInvalidTypeError = true,
classes              = {'ombox'},
allowSmall          = true,
imageEmptyCell      = true,
imageRightNone      = true,
templatestyles      = 'Module:Message box/ombox.css'
},
tmbox = {
types = {
speedy = {
class = 'tmbox-speedy',
image = 'Ambox warning pn.svg'
},
delete = {
class = 'tmbox-delete',
image = 'Ambox warning pn.svg'
},
content = {
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 = 'Padlock-silver-medium.svg'
},
notice = {
class = 'tmbox-notice',
image = 'Information icon4.svg'
}
},
default              = 'notice',
showInvalidTypeError = true,
classes              = {'tmbox'},
allowSmall          = true,
imageRightNone      = true,
imageEmptyCell      = true,
templateCategory    = 'ノートページメッセージボックス',
templatestyles      = 'Module:Message box/tmbox.css'
}
}

2023年7月7日 (金) 09:08時点における版

2018年 鴨川でのお花見

研究室主宰者

教室スタッフ

大学院生

研究生

テクニカルスタッフ