Generate page lists (smart lists)

Revision as of 17:54, 26 January 2021 by hw>Mlink-rodrigue
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The extension SmartList allows to insert a list of pages in a wiki page using the tags smartlist, newbies, or toplist. The selection criteria can be set using a dialog box.

Available tags

Magic word smartlist in VisualEditor
Magic word smartlist in VisualEditor


The extension SmartList offers three different tags:

  • <bs:smartlist /> - display a list of pages based on different criteria
  • <bs:newbies /> - display a list of recentrly registered users
  • <bs:toplist /> - display a list of most visited pages

All of the tags listed above can be added through the menu Insert > Magic word in VisualEditor. For more information on how to insert magic words, see InsertMagic.

Smartlist

File:Smartlist3.png
Options of the smartlist tag

Parameters

The SmartList can be limited or extended with the following parameters:

Example output in source code:

<bs:smartlist category="ISO9001" new="true" count="7" ns="104" trim="false" />

Newbies

The tag <bs:newbies /> shows recently registered wiki users.

Parameters

Example in wikicode

<bs:newbies count="7"/>

Toplist

This tag shows a list of the most visited pages.

Parameters

Label Paramter Values Description

Count

count number

The number of articles to be shown; the default value is 10.

Namespaces

ns text, text

Only articles from these namespace will be shown. You can put several namespaces here, separated by commas.

Category

cat text, text

Only articles from this category will be shown. You can put several categories here, separated by commas.

Period

period month, alltime

The period that should be used. The default is alltime.

Example in wikicode

<bs:toplist count="7" ns="Help|QM" />


Related info



To submit feedback about this documentation, visit our community forum.