无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
<includeonly> | <includeonly>{{#ifeq: {{{start|}}}|1|<div class="mc-player-container">|}}{{#if: {{{name|}}}|<templatestyles src="Template:首页/style.css" /><templatestyles src="Template:卡片/Cards.css" /><templatestyles src="Template:MCPlayerInfo/style.css" /><div class="home-card mc-player-card"><div class="transport-card mc-player-avatar"><div class="transport-image">[[文件:{{{image|默认头像.png}}}|50px|link=]]</div></div><div class="mc-player-info"><h3 class="home-card__header">{{{name|}}}</h3><div class="mc-player-chinese">{{{chinese|}}}</div><div class="mc-player-english">{{{english|}}}</div></div></div>|}}{{#ifeq: {{{end|}}}|1|</div>|}}</includeonly> | ||
{{#ifeq: {{{start|}}}|1| | |||
<div class="mc-player-container"> | |||
|}} | |||
{{#if: {{{name|}}}| | |||
<templatestyles src="Template:首页/style.css" /> | |||
<templatestyles src="Template:卡片/Cards.css" /> | |||
<templatestyles src="Template:MCPlayerInfo/style.css" /> | |||
<div class="home-card mc-player-card"> | |||
</div> | |||
|}} | |||
{{#ifeq: {{{end|}}}|1| | |||
</div> | |||
|}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== | == 4个卡片调用示例 == | ||
{{MCPlayerInfo|start=1}} | {{MCPlayerInfo|start=1}} | ||
{{MCPlayerInfo | {{MCPlayerInfo | ||
| name = Notch | | name = Notch | ||
| chinese = | | chinese = Minecraft创始人 | ||
| image = Notch_Avatar.png | | image = Notch_Avatar.png | ||
}} | }} | ||
{{MCPlayerInfo | {{MCPlayerInfo | ||
| name = | | name = Jeb_ | ||
| chinese = | | chinese = 首席开发者 | ||
| image = | | image = Jeb_Avatar.png | ||
}} | }} | ||
{{MCPlayerInfo | {{MCPlayerInfo | ||
| name = | | name = Dinnerbone | ||
| chinese = | | chinese = 核心开发者 | ||
| image = | | image = Dinnerbone_Avatar.png | ||
}} | }} | ||
{{MCPlayerInfo | {{MCPlayerInfo | ||
| name = | | name = C418 | ||
| chinese = | | chinese = 音乐制作人 | ||
| image = | | image = C418_Avatar.png | ||
}} | }} | ||
{{MCPlayerInfo|end=1}} | {{MCPlayerInfo|end=1}} | ||
</noinclude> | </noinclude> |
2025年7月26日 (六) 00:45的最新版本
4个卡片调用示例
Notch
Minecraft创始人
Jeb_
首席开发者
Dinnerbone
核心开发者
C418
音乐制作人