模板:D3 Recipe
出自【暗黑百科】DiabloWiki_凯恩之角
(修订版本间的差异)
第4行: | 第4行: | ||
! colspan="2" | {{{artisan|}}}<div style="float:right; font-size:11px;{{#if:{{{level|}}}||display:none}};">''Level {{{level|}}}''</div> | ! colspan="2" | {{{artisan|}}}<div style="float:right; font-size:11px;{{#if:{{{level|}}}||display:none}};">''Level {{{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|{{{recipe_name_en|}}}}}}''' | | style="width:0%" |'''{{{result|{{{recipe_name_en|}}}}}}''' |
在2012年1月14日 (六) 11:17所做的修订版本
花费 | ||
---|---|---|
原料 | 数量 | |
结果 | ||
' | 1 |
Usage
Please copy/paste this on pages. It should contain most of what you need.
{{D3 Recipe | recipe_id = | recipe_name_en = | 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 : 是