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