无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第1行: | 第1行: | ||
<includeonly>{{#cargo_store:_table = Modifiers | id = {{{1}}} | local = {{{2|}}} | en = {{{3|}}} | cn = {{{4|}}} | color = {{{5|}}} | type = {{{6|}}} | image = {{{image|}}} | link = {{{link|}}} }} | <includeonly>{{#cargo_store:_table = Modifiers | id = {{{ID|{{{id|{{{1|}}}}}}}}} | local = {{{local|{{{localisation|{{{localization|{{{2|}}}}}}}}}}}} | en = {{{en|{{{3|}}}}}} | cn = {{{cn|{{{4|}}}}}} | color = {{{color|{{{5|}}}}}} | type = {{{type|{{{6|}}}}}} | image = {{{image|}}} | link = {{{link|}}} }}{{#cargo_store:_table = GLOSSARY | id = {{{ID|{{{id|{{{1|}}}}}}}}} | local = {{{local|{{{localisation|{{{localization|{{{2|}}}}}}}}}}}} | en = {{{en|{{{3|}}}}}} | cn = {{{cn|{{{4|}}}}}} | image = {{{image|}}} | alias1 = {{{alias1|}}} | alias2 = {{{alias2|}}} | alias3 = {{{alias3|}}} | alias4 = {{{alias4|}}} | link = {{{link|}}} }} | ||
|- | |- | ||
| <code>{{{1}}}</code> || <code>{{{2}}}</code> || {{{3}}} || {{{4 | | <code>{{{1}}}</code> || <code>{{{2}}}</code> || {{{3}}} || {{{4}}} || {{#ifeq: null | {{lc:{{{6}}}}} | | [[File:{{{1|{{{3}}}}}}.png|28px|link={{{link|}}}|{{{3|{{{1|图标}}}}}}]] {{#switch:{{lc:{{{6}}}}} | ||
|percentage={{{4}}}:{{{{{5}}}|+10%}} | |percentage={{{4}}}:{{{{{5}}}|+10%}} | ||
|fl | |||
|floatpercentage={{{4}}}:{{{{{5}}}|+0.1%}} | |||
|float ={{{4}}}:{{{{{5}}}|+0.1}} | |float ={{{4}}}:{{{{{5}}}|+0.1}} | ||
|int ={{{4}}}:{{{{{5}}}|+1}} | |int ={{{4}}}:{{{{{5}}}|+1}} | ||
|kilo ={{{4}}}:{{{{{5}}}|+1000}} | |kilo ={{{4}}}:{{{{{5}}}|+1000}} | ||
|string ={{{4}}} | |string ={{{4}}} | ||
|#default ={{{4}}} | |#default ={{{4}}} | ||
}} }}</includeonly><noinclude> | }} }}</includeonly><noinclude> | ||
{{template doc}} | {{template doc}} | ||
[[Category: | [[Category: 语义化 模板]] | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = Modifiers | _table = Modifiers |
2022年4月5日 (二) 10:10的最新版本
制表方法[编辑源代码]
- 从 Stellaris/common/static_modifiers/*.* 提取所有修正关键字。根据目前的分析,静态修正涵盖了绝大部分修正项目。
- 从 Stellaris/gfx/interface/icons/modifiers/ 提取所有图标文件名。
- 从本地化文本搜索提取相关的本地化关键字和中英文文本。
- 在电子表格工具中对照各项,构造表格。
- 在表格中填入
{{icon}}
中不同的关键字。
用法[编辑源代码]
{{Modifiers|<1>|<2>|<3>|<4>|<5>|<6>|<image>|<link>}}
<1>修正关键字 | <2>本地化关键字 | <3>英文 | <4>中文 | 预览<5>颜色<6>数据类型 | |
---|---|---|---|---|---|
id | local | en | cn | color type |
此模板定义表格“Modifiers”。 查看表格.