模板:SeedRecipes:修订间差异
来自星砂岛百科
更多语言
更多操作
同步更新 |
补强物品包装模板的变量回退与标题结构 |
||
| (未显示同一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly> | <includeonly><!-- | ||
-->{{#vardefine:seed_recipe_target|{{{1|{{#var:item_id|{{PAGENAME}}}}}}}}}<!-- | |||
{{# | -->{{#vardefine:seed_recipe_process|{{#invoke:Seed|processRecipeList|{{#var:seed_recipe_target}}}}}}<!-- | ||
-->{{#vardefine:seed_recipe_production|{{#invoke:Seed|productionRecipeList|{{#var:seed_recipe_target}}}}}}<!-- | |||
-->{{#if:{{#var:seed_recipe_process}}{{#var:seed_recipe_production}}|<h2>配方</h2> | |||
{{#invoke:Seed|productionRecipeList|{{{ | {{#if:{{#var:seed_recipe_process}}|<h3>加工</h3> | ||
</includeonly><noinclude>{{Documentation}}</noinclude> | {{#var:seed_recipe_process}}|}} | ||
{{#if:{{#var:seed_recipe_production}}|<h3>产出</h3> | |||
{{#var:seed_recipe_production}}|}}|}}</includeonly><noinclude>{{Documentation}}</noinclude> | |||
2026年4月1日 (三) 17:58的最新版本
概述
SeedRecipes 用于展示种子条目的加工与产出配方,通常用于种子页底部的配方区块。
用法
默认使用当前页面名:
{{SeedRecipes}}
指定种子名称:
{{SeedRecipes|玉米种子}}
示例
模板数据
展示种子条目的加工与产出配方。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| 种子 | 1 | 种子名称、页面名或映射名称,默认使用当前页面标题。
| 字符串 | 可选 |