Template:Excerpt tree/doc

勤求古训,博采众方
中医百科留言 | 贡献2024年9月22日 (日) 00:10的版本 (创建页面,内容为“{{Documentation subpage}} Use this template to navigate excerpt trees. This template is a template gadget that requires the ExcerptTree gadget to work. Follow the installation instructions to get it working in your wiki. == Usage == {{Markup | 1 = <syntaxhighlight lang="wikitext"> {{Excerpt tree| * Architecture Repository * Platform Engineering Team }} </…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Template:Documentation subpage

Use this template to navigate excerpt trees.

This template is a template gadget that requires the ExcerptTree gadget to work. Follow the installation instructions to get it working in your wiki.

Usage

Template:Markup

Installation

To install this template in your wiki:

  1. Create a template with any name and the following markup (you can adjust the parameter names and defaults to suit your wiki):
    <div class="ExcerptTree">
    {{{1}}}
    </div>[[Category:ExcerptTree.js]]
    
  2. Create MediaWiki:Gadget-ExcerptTree.js with the following code:
    /**
     * ExcerptTree enables navigation of excerpt trees
     * Documentation: https://www.mediawiki.org/wiki/ExcerptTree
     * Source code: https://www.mediawiki.org/wiki/MediaWiki:Gadget-Global-ExcerptTree.js
     */
    mw.loader.load( '//www.mediawiki.org/w/load.php?modules=ext.gadget.Global-ExcerptTree' );
    
  3. Add the following gadget to MediaWiki:Gadgets-definition:
    * ExcerptTree[ResourceLoader|hidden|default|categories=ExcerptTree.js]|ExcerptTree.js
    

Done! Add your template to any page to verify that the installation was successful.

Template data

Use this template to navigate excerpt trees

模板参数

此模板首选参数换行的代码块格式。

参数描述类型状态
Links1

List of links to the roots of the excerpt trees

字符串必需

See also