模板:D3 Recipe
出自【暗黑百科】DiabloWiki_凯恩之角
(修订版本间的差异)
(以内容“{| style="width:239px;background-color: black; border: 1px solid #2F0600; padding: 0.2em; margin-bottom:5px;" ! colspan="2" style="background-color: #2F0600; color: #D4...”创建新页面) |
|||
(12个中途的修订版本没有显示) | |||
第1行: | 第1行: | ||
{| style="width:239px;background-color: black; border: 1px solid #2F0600; padding: 0.2em; margin-bottom:5px;" | {| style="width:239px;background-color: black; border: 1px solid #2F0600; padding: 0.2em; margin-bottom:5px;" | ||
- | ! colspan="2" style="background-color: #2F0600; color: #D49E43; font-size:120%; padding:0.5em;" | {{{recipe_name_en|}}} | + | ! colspan="2" style="background-color: #2F0600; color: #D49E43; font-size:120%; padding:0.5em;" | {{{recipe_name_ch|}}}<br>{{{recipe_name_en|}}} |
|- | |- | ||
- | ! colspan="2" | {{{artisan|}}}<div style="float:right; font-size:11px;{{#if:{{{level|}}}||display:none}};">'' | + | ! colspan="2" | {{{artisan|}}}<div style="float:right; font-size:11px;{{#if:{{{level|}}}||display:none}};">'''等级 {{{level|}}}''' </div> |
|- | |- | ||
- | ! colspan="2" style="background-color: #2F0600; color: #D49E43; font-size:100%; padding:0.2em;" | ''' | + | ! colspan="2" style="background-color: #2F0600; color: #D49E43; font-size:100%; padding:0.2em;" | '''花费''' |
|- | |- | ||
| style="width:45%" | | | style="width:45%" | | ||
第10行: | 第10行: | ||
|- | |- | ||
{{#if: {{{cost|}}}| | {{#if: {{{cost|}}}| | ||
- | {{!}} ''' | + | {{!}} '''金币''' |
{{!}}align="center"{{!}} {{{cost|1}}} | {{!}}align="center"{{!}} {{{cost|1}}} | ||
}} | }} | ||
|- | |- | ||
|- style="background-color: #2F0600; color: #D49E43; font-size:100%; padding:0.2em;" | |- style="background-color: #2F0600; color: #D49E43; font-size:100%; padding:0.2em;" | ||
- | ! style="background-color: #2F0600; color: #D49E43; width:65%; padding:0.2em;" | ''' | + | ! style="background-color: #2F0600; color: #D49E43; width:65%; padding:0.2em;" | '''原料''' |
- | ! align="center" style="background-color: #2F0600; color: #D49E43; width:35%; padding:0.2em;" | ''' | + | ! align="center" style="background-color: #2F0600; color: #D49E43; width:35%; padding:0.2em;" | '''数量''' |
|- | |- | ||
{{#if: {{{recipe_req_item_1|}}}| | {{#if: {{{recipe_req_item_1|}}}| | ||
第38行: | 第38行: | ||
}} | }} | ||
|- | |- | ||
- | !colspan="3" style="background-color: #2F0600; color: #D49E43; padding:0.2em;" | ''' | + | !colspan="3" style="background-color: #2F0600; color: #D49E43; padding:0.2em;" | '''结果''' |
|- | |- | ||
- | | style="width:0%" |'''{{{result|{{{ | + | | style="width:0%" |'''{{{result|{{{recipe_name_ch|}}}}}}''' |
|align="center"|{{{resultAmount|1}}} | |align="center"|{{{resultAmount|1}}} | ||
- | |}<includeonly>{{#ifeq:{{PAGENAME}}|Recipe:{{{recipe_name_en}}}|[[Category:Diablo III Recipes|{{{recipe_name_en}}}]]|<!-- do nothing -->}}</includeonly><noinclude> | + | |}<includeonly>{{#ifeq:{{PAGENAME}}|Recipe:{{{recipe_name_en}}}|[[Category:Diablo III Recipes|{{{recipe_name_en}}}]]|<!-- do nothing -->}}</includeonly><noinclude> |
<br/> | <br/> | ||
第53行: | 第53行: | ||
| recipe_id = | | recipe_id = | ||
| recipe_name_en = | | recipe_name_en = | ||
+ | | recipe_name_ch = | ||
| artisan= | | artisan= | ||
| level= | | level= | ||
第71行: | 第72行: | ||
=== Notes === | === Notes === | ||
*'''DO NOT PUT LINKS IN THE ITEMS (or result)'''. The template will link automatically: | *'''DO NOT PUT LINKS IN THE ITEMS (or result)'''. The template will link automatically: | ||
- | ** recipe_req_item_1 = <nowiki>[[Wood]]</nowiki> : | + | ** recipe_req_item_1 = <nowiki>[[Wood]]</nowiki> : 否 |
- | ** recipe_req_item_1 = Wood : | + | ** recipe_req_item_1 = Wood : 是 |
- | + | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |
在2012年1月14日 (六) 14:34的最新修订版本
| ||
---|---|---|
花费 | ||
原料 | 数量 | |
结果 | ||
' | 1 |
Usage
Please copy/paste this on pages. It should contain most of what you need.
{{D3 Recipe | recipe_id = | recipe_name_en = | recipe_name_ch = | artisan= | level= | recipe_skill_type = | recipe_random_prop = | cost = | recipe_req_item_1 = | recipe_req_item_count_1 = | recipe_req_item_2 = | recipe_req_item_count_2 = | recipe_req_item_3 = | recipe_req_item_count_3 = | recipe_req_item_4 = | recipe_req_item_count_4 = }}
Notes
- DO NOT PUT LINKS IN THE ITEMS (or result). The template will link automatically:
- recipe_req_item_1 = [[Wood]] : 否
- recipe_req_item_1 = Wood : 是