访客,您必须在登录后才能编辑,请登录/注册

用户:HermitAssociation/秘密空间/模板:成就图标:修订间差异

来自苦力怕Wiki
(创建页面,内容为“{{#set: |成就图标={{{成就图标}}} |标题颜色={{{标题颜色}}} |成就标题={{{成就标题}}} |正文内容={{{正文内容}}} }} <div style="display: flex;width: 200px;min-height: 50px;flex-direction: row;"> <div style="display: flex;min-height: 50px;min-width: 50px;justify-content: center;align-items: center;"> {{{成就图标}}} </div> <div style="display: flex;flex-direction: column;"> <div style=""> <p>{{{成就标题}}}</p> </div…”)
 
(H.A)
第6行: 第6行:
}}
}}


<div style="display: flex;width: 200px;min-height: 50px;flex-direction: row;">
<div style="display: flex;width: 300px;height: 50px;flex-direction: row;background-color: #212121;border: #555555 4px solid;">
<div style="display: flex;min-height: 50px;min-width: 50px;justify-content: center;align-items: center;">
<div style="display: flex;height: 50px;width: 50px;justify-content: center;align-items: center;">
{{{成就图标}}}
[[文件:{{{成就图标|}}}.png|40px|link=]]
</div>
</div>
<div style="display: flex;flex-direction: column;">
<div style="display: flex;width: 250px;flex-direction: column;">
<div style="">
<div style="color: ffff00;font-size: 20px;">
<p>{{{成就标题}}}</p>
{{{成就标题|}}}
</div>
</div>
<div style="">
<div style="color: ffffff;font-size: 20px;">
<p>{{{正文内容}}}</p>
{{{正文内容|}}}
</div>
</div>
</div>
</div>

2023年2月11日 (六) 22:44的版本

{{#set: |成就图标={{{成就图标}}} |标题颜色={{{标题颜色}}} |成就标题={{{成就标题}}} |正文内容={{{正文内容}}} }}