内容 显示
一个用于MediaWIki使用腾讯云COS文件预览的扩展
示例页面:全国社平、最低工资标准及社保比例 – null (guohao.asia)
使用说明
安装
- 上传至
extensions
并解压; 在本地MediaWiki中搜索MediaWiki:Common.css
,将以下CSS填入页面:
.responsive-iframe {
width: 100%; /* 宽度自适应 */
height: 100vh; /* 高度设置为视窗高度 */
border: none;
}
- 在
LocalSettings.php
中加入以下代码启用扩展:
wfLoadExtension('CosPreview');
使用
<cospreview id="cdn-1253443493" path="picgo/202411201059195.xlsx" region="ap-beijing" />
Usage Instructions
Installation
- Upload to the
extensions
directory and unzip; Search forMediaWiki:Common.css
in your local MediaWiki, and add the following CSS to the page:
.responsive-iframe {
width: 100%; /* Full width responsiveness */
height: 100vh; /* Height set to viewport height */
border: none;
}
- Add the following code to
LocalSettings.php
to enable the extension:
wfLoadExtension('CosPreview');
用法
<cospreview id="cdn-1253443493" path="picgo/202411201059195.xlsx" region="ap-beijing" />