一个用于MediaWIki使用腾讯云COS文件预览的扩展

image-20241121123042728
image-20241121123056733

示例页面:全国社平、最低工资标准及社保比例 – null (guohao.asia)

使用说明

安装

  1. 上传至extensions并解压;
  2. 在本地MediaWiki中搜索MediaWiki:Common.css,将以下CSS填入页面:
   .responsive-iframe {
       width: 100%; /* 宽度自适应 */
       height: 100vh; /* 高度设置为视窗高度 */
       border: none;
   }
  1. LocalSettings.php中加入以下代码启用扩展:
wfLoadExtension('CosPreview');

使用

<cospreview id="cdn-1253443493" path="picgo/202411201059195.xlsx" region="ap-beijing" />

Usage Instructions

Installation

  1. Upload to the extensions directory and unzip;
  2. Search for MediaWiki: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;
   }
  1. Add the following code to LocalSettings.php to enable the extension:
wfLoadExtension('CosPreview');

用法

<cospreview id="cdn-1253443493" path="picgo/202411201059195.xlsx" region="ap-beijing" />

显示效果:

Document Preview

https://wwoi.lanzoub.com/iyJZ72gihtmf
密码:afo8

CC-BY-NC-SA

一个用于MediaWIki使用腾讯云COS文件预览的扩展 is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

0 0 投票数
文章评分
订阅评论
提醒
guest

0 评论
内联反馈
查看所有评论