Template:Headline:修订间差异
跳转到导航
跳转到搜索
imported>我局得事你 无编辑摘要 |
imported>我局得事你 无编辑摘要 |
||
| 第1行: | 第1行: | ||
{{#css: | {{#css: | ||
.esu-headline-image.esu-headline-image-border img { | .esu-headline-image.esu-headline-image-border img { | ||
border: 5px solid #ff0000; | border: 5px solid #ff0000; | ||
| 第25行: | 第22行: | ||
} | } | ||
}} | }} | ||
<div style="box-sizing: border-box; width: 100%; position: relative;"> | <div style="box-sizing: border-box; width: 100%; position: relative; overflow: scroll;"> | ||
<center class="esu-headline-image {{#if:{{{border|}}}|<!--empty-->|esu-headline-image-border}}" style="width: {{{width|100%}}};">{{{image|}}}</center> | <center class="esu-headline-image {{#if:{{{border|}}}|<!--empty-->|esu-headline-image-border}}" style="width: {{{width|100%}}};">{{{image|}}}</center> | ||
<center class="esu-headline-text {{#if:{{{overlay|}}}|<!--empty-->|esu-headline-text-overlay}}" {{#if:{{{size|}}}|style="font-size: {{{size}}};"|<!--empty-->}}>{{{1}}}</center> | <center class="esu-headline-text {{#if:{{{overlay|}}}|<!--empty-->|esu-headline-text-overlay}}" {{#if:{{{size|}}}|style="font-size: {{{size}}};"|<!--empty-->}}>{{{1}}}</center> | ||
2019年1月6日 (日) 10:28的版本
用途
大字报
参数
image
可选图片
1
文字
width
图片宽度,默认为100%(整个屏幕宽度)
size
文字粗细,默认为3em
border
图片边框粗细,默认为5px,填写0可关闭
overlay
文字是否覆盖图片,填写no可关闭
示例
{{headline
|image=[[File:BBHP.jpg|500px]]
|医院深造<br>深度残疾
|border=0
}}
{{headline
|image=[[File:QQ图片20151027225832.jpg|死的好惨啊]]
|未确认死妈快感
|overlay=no
}}
{{headline
|image=[[File:奶子精.png|1000px|忽悠大革命]]
|'''用鲜血和生命保卫大忽悠'''
}}

