You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
落雨楓 92a4d21afa 修复底栏 2 weeks ago
docs 增加Feed列表 2 years ago
i18n 完成页面列表预览组件 1 year ago
includes 修复MW 1.42支持 1 month ago
modules 修复底栏 2 weeks ago
src 修正对齐 2 months ago
.babelrc Change some packages. 4 years ago
.gitignore Create Project 4 years ago
IsekaiWidgets.i18n.php Upgrade for MediaWiki 1.39 2 years ago
README.md 增加Feed列表 2 years ago
extension.json 修复Masonry响应式布局的问题 2 months ago
package-lock.json fix incompatible for PHP 8.2 2 years ago
package.json fix incompatible for PHP 8.2 2 years ago
pnpm-lock.yaml 新建页面框增加namespace选择功能 5 months ago
postcss.config.js Change some packages. 4 years ago
webpack.config.js 添加Masonry组件 2 months ago

README.md

Isekai Create Page widget

Useage

<createpage />

Screenshots

Screenshot Screenshot

异世界百科 磁贴

截图

Screenshot

用法

磁贴容器

用来把多个磁贴拼成一块的

<tilegroup>
    <tile></tile>
</tilegroup>

参数

参数名 参数值 介绍
size xs-12 sm-12 md-12 lg-12 xl-12 xxl-12 控制不同屏幕上的显示宽度和bootstrap的col差不多最宽为12
title * 这一组磁贴的标题

磁贴

显示一个矩形的磁贴

<tile>title</tile>

参数

参数名 参数值 介绍
size app,small,medium,wide,large 控制磁贴大小
icon fa fa-fw fa-map 磁贴的图标可以是文件路径或者css类
内容 title 磁贴的标题
badge 1 磁贴左上角显示的数字(未读消息)
color #ccc 磁贴的颜色
href 首页 指向链接,支持使用 [[]] 表示文章链接
grid 1 2 grid位置格式为 <colum> <row>