模块:GiftsByItem/doc:修订间差异
来自星露谷物语扩展百科
更多语言
更多操作
删除的内容 添加的内容
Margotbean(留言 | 贡献) +translation |
update doc |
||
| (未显示同一用户的5个中间版本) | |||
| 第1行: | 第1行: | ||
{{documentation header}} |
|||
==Description== |
|||
| ⚫ | |||
This module takes a comma-separated list of villager names and transforms it into a bullet-separated list of villager icons + links to villager pages. |
|||
当前模块用于物品的人物喜好列表的生成,能够根据导出的数据进行全自动的格式化、排序和输出。 |
|||
人物按照一定的逻辑排序,此外还对排版显示上进行了一定的优化。 |
|||
This module performs tasks that were formerly performed by [https://www.mediawiki.org/wiki/Extension:Arrays arrays] (sorting, translating, and formatting) in [[:Template:GiftsByItem]]. |
|||
| ⚫ | |||
This module can be copy/pasted into all languages without alteration. |
|||
模块使用的数据见[[模块:GiftsByItem/data]],相关数据是通过由中文社区维护的模组导出的,相关代码见 Github 仓库中的 [https://github.com/sizau/stardew-valley-wiki/tree/main/WikiInGameTools/WikiInGameTools/GetNPCGiftTastes GetNPCGiftTastes 部分]。 |
|||
Please report any problems or issues with the module on the [[Template talk:GiftsByItem|discussion page]] for [[:Template:GiftsByItem]]. |
|||
[[分类:模块]] |
|||
| ⚫ | |||
该模块能够读取使用逗号分隔的村民姓名列表,并将其转换为由项目符号连接的村民图标和村民页面链接的列表。 |
|||
该模块执行的是 [[:Template:GiftsByItem]] 中以前由[https://www.mediawiki.org/wiki/Extension:Arrays 数组]完成的排序、翻译和格式化的任务。 |
|||
该模块可以被复制粘贴到所有语言中,不需要任何改动。 |
|||
| ⚫ | |||
<noinclude> |
|||
[[de:Modul:GiftsByItem/Doku]] |
|||
[[en:Module:GiftsByItem/doc]] |
|||
[[es:Módulo:GiftsByItem/doc]] |
|||
[[fr:Module:GiftsByItem/doc]] |
|||
[[it:Modulo:GiftsByItem/man]] |
|||
[[ja:モジュール:GiftsByItem/doc]] |
|||
[[ko:모듈:GiftsByItem/설명문서]] |
|||
[[hu:Modul:GiftsByItem/doc]] |
|||
[[pt:Módulo:GiftsByItem/doc]] |
|||
[[ru:Модуль:GiftsByItem/doc]] |
|||
[[tr:Modül:GiftsByItem/belge]] |
|||
<!--[[zh:模块:GiftsByItem/doc]]--> |
|||
</noinclude> |
|||
<includeonly> |
|||
[[de:Modul:{{PAGENAME}}]] |
|||
[[en:Module:{{PAGENAME}}]] |
|||
[[es:Módulo:{{PAGENAME}}]] |
|||
[[fr:Module:{{PAGENAME}}]] |
|||
[[it:Modulo:{{PAGENAME}}]] |
|||
[[ja:モジュール:{{PAGENAME}}]] |
|||
[[ko:모듈:{{PAGENAME}}]] |
|||
[[hu:Modul:{{PAGENAME}}]] |
|||
[[pt:Módulo:{{PAGENAME}}]] |
|||
[[ru:Модуль:{{PAGENAME}}]] |
|||
[[tr:Modül:{{PAGENAME}}]] |
|||
<!--[[zh:模块:{{PAGENAME}}]]--> |
|||
</includeonly> |
|||
[[Category:Modules]] |
|||
2025年10月7日 (二) 04:56的最新版本
描述
当前模块用于物品的人物喜好列表的生成,能够根据导出的数据进行全自动的格式化、排序和输出。
人物按照一定的逻辑排序,此外还对排版显示上进行了一定的优化。
如果该模块存在任何问题,请在{{GiftsByItem}}对应的讨论页中反馈。
模块使用的数据见模块:GiftsByItem/data,相关数据是通过由中文社区维护的模组导出的,相关代码见 Github 仓库中的 GetNPCGiftTastes 部分。