mediawiki/alink
最新稳定版本:0.2.0
Composer 安装命令:
composer require mediawiki/alink
包简介
Creates custom anchor links
关键字:
README 文档
README
Extension for printing customizable anchor links in MediaWiki.
Examples:
{{#alink:href=https://www.mediawiki.org|target=_blank|rel=nofollow|MediaWiki}}
if no http in href, we consider wiki pages. Link text is the parameter without any '='.
{{#alink:href=Example_page|target=_blank|Example page for wiki}}
If we want to avoid urlencoding, we sample add as parameter nourlencode
{{#alink:href=Special:FormEdit/Myform/Mypage?MyTemplate[Myparam]=Acción|nourlencode|Trigger action}}
If we want that automatically a wiki page is shown without prefix (namespace), we use noprefix parameter
{{#alink:href=User:John_Smith|noprefix}}
To consider
- Render wiki links in wikitext format. Only importance is about incoming/outcoming links storage in MW database
统计信息
- 总下载量: 275
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2014-11-13