模板:武器图鉴/立绘:修订间差异
(创建页面,内容为“<includeonly><h2> {{#var:武器名称}} {{#var:武器名称}} 武器 </h2> <center>[[{{#if: {{{武器立绘|}}} | {{{武器立绘}}} | File:{{#var:武器名称}}.png}}|class=width-100 height-auto]]</center> {{信息框|内容=武器CV:{{#var:武器CV}}}} </includeonly><noinclude> {{设定参数 |武器名称=深海访客 }}{{武器图鉴/立绘}}”) |
标签:撤销 |
||
(未显示同一用户的10个中间版本) | |||
第1行: | 第1行: | ||
<includeonly><h2> {{#var: | <includeonly> | ||
<center>[[{{#if: {{{武器立绘|}}} | {{{武器立绘}}} | File:{{#var:武器名称}}.png}}|class= | <!-- <h2> {{#var:武器名称国服}} {{#var:武器名称日服}} 音擎 </h2> --> | ||
<center> | |||
<div class="weapon-item-container"> | |||
[[{{#if: {{{武器立绘|}}} | {{{武器立绘}}} | File:{{#var:武器名称}}.png}}|center|class=weapon-item-image|alt=Shark Head Item]] | |||
<div class="weapon-item-highlight"></div> | |||
</div> | |||
</center> | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{#CSS: | |||
.weapon-item-container { | |||
width: 156px; | |||
height: 150px; | |||
background: linear-gradient(to bottom, #000, #333); | |||
border-radius: 5px; | |||
border: 2px solid #555; | |||
position: relative; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.weapon-item-image { | |||
width: 90%; | |||
height: auto; | |||
z-index: 2; | |||
} | |||
.weapon-item-highlight { | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 10px; | |||
background-color: #ffb500; | |||
} | |||
}} | |||
{{设定参数 | {{设定参数 | ||
|武器名称=深海访客 | |武器名称=深海访客 | ||
}}{{武器图鉴/立绘}} | }}{{武器图鉴/立绘}} |