Extension:SubPageList3/uk
Appearance
SubPageList3 Статус релізу: стабільний |
|
---|---|
Реалізація | Тег |
Опис | Provides a splist tag to list the subpages of a page |
Автор(и) | McCormack |
Найновіша версія | 1.4 (Continuous updates) |
MediaWiki | >= 1.43 |
Ліцензія | GNU General Public License 2.0 or later |
Завантажити | |
|
|
<splist /> |
|
Quarterly downloads | 18 (Ranked 113rd) |
Translate the SubPageList3 extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The SubPageList3 extension allows for listing subpages of a parent page with critical fixes necessary to meet criteria requirements for use on Wikimedia projects. This is especially helpful on wikis which make extensive use of subpages to organize clusters of related pages. It is based on the now defunct extension SubPageList2.
Встановлення
- Завантажте і розмістіть файли в каталозі з назвою
SubPageList3
у вашійextensions/
папці.
Розробники та автори коду повинні замість цього встановити розширення з Git, використовуючи:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SubPageList3 - Додайте такий код унизу вашого файлу LocalSettings.php :
wfLoadExtension( 'SubPageList3' );
- Готово – Перейдіть до Special:Version вашої вікі, щоб переконатися, що розширення встановлено успішно.
Використання
The extension disables caching on any page using the
<splist />
tag.The <splist />
tag
Simply place <splist />
where you wish your subpage list to appear.
Example with use of all available attributes.
<splist
parent=
showparent=yes
sort=desc
sortby=title
liststyle=ordered
showpath=no
kidsonly=no
debug=0
/>
- Attributes available
- Liststyle: default is unordered; values are ordered|unordered|bar. Toggles list between <ol> and <ul> lists. The bar value causes the list to align horizontally with · symbols acting as delimiters (for bar lists rather than tree lists).
- Sort: default is asc; values are asc|desc. Toggles list between ascending and descending sort order. By default, the tag sorts subpages in ascending alphabetical order; all sorting, however, is subject to hierarchical position - i.e. pages will always be subordinated to their parents; sorting is only among siblings.
- Sortby: default is title; values are title|lastedit. Toggles list sort determinant between title and date of the last edit.
- Showpath: default is no; values are no|notparent|full. Determines how the title of each page is displayed in the list. "No" means that only the subpage title (i.e. the bit after the last slash) is displayed. "Notparent" shows the full path without the top level. "Full" shows all levels in the page title name including the top level (e.g. "my page/my subpage/my subpage2").
- Kidsonly: default is no; values are yes|no. If this is set to "yes", then only the first generation of subpages (i.e. the children but not the grandchildren) is displayed. This is especially useful if the liststyle is set to bar. It's also good if you just want a list rather than a tree.
- Parent: by default the tag analyses the subpage system of its own page. However you can set the tag to analyse and display the subpage system of any other page on the wiki. Use local name format. E.g. "parent=Template:FOO" (with a namespace) or "parent=My Page" (in the main namespace). A common source of error is typing the page name incorrectly. The extension checks whether or not the page you name actually exists, and will report an error if it doesn't.
- Showparent: default is no; values are yes|no. If this is set to "yes", then the page indicated by parent (above) will be inserted as the top level item in the list. If the list is a bulletted list, then this top level item will have a bullet and the rest of the list will be indented one level further than it would be otherwise.
- Debug: you can switch debugging on by setting this option to 1; the debugging goes no further than reporting invalid input for the other options.
- Attributes no longer available
- Category: was used to restrict selected subpages to those belonging to a specific category.
- Count: maximum number of subpages to display.
- Ignore: list of subpages to ignore.
- Namespace: was used to restrict subpage selection by namespace.
- Previewcount: used to determine how much of a subpage was previewed; as the preview feature is being removed, this is no longer needed.
- Previewmode: ditto.
- Headline: was an option for the preview mode.
CSS formatting
The parser puts a <div> around the list with the class "subpagelist".
See also
- SubPageList : based upon this one and backwards compatible
- Subpage Fun : Provides subpage related functions and magic words to gather informations about sub- and parentpages
- SubpageNavigation - Shows direct children of current page in article header and provides Special Page Browse subpages to browse all articles of the wiki in different modalities.
Це розширення використовується в одному або декількох проєктах Вікімедіа. Це, мабуть, означає, що розширення стабільне і працює досить добре, щоб його могли використовувати веб-сайти з великим трафіком. Шукайте назву цього розширення у файлах конфігурації Wikimedia CommonSettings.php та InitialiseSettings.php, щоб побачити, де це встановлене. Повний перелік розширень, встановлених на певній вікі, можна переглянути на сторінці Special:Version вікі. |
Це розширення включено до таких вікі-ферм/хостів та/або пакетів: Це не авторитетний список. Деякі вікі-ферми/хости та/або пакунки можуть містити це розширення, навіть якщо вони не вказані тут. Завжди звертайтеся до своїх вікі-ферм/хостів або комплекту для підтвердження. |
Categories:
- Stable extensions/uk
- Tag extensions/uk
- GPL licensed extensions/uk
- Extensions in Wikimedia version control/uk
- ParserFirstCallInit extensions/uk
- All extensions/uk
- Extensions used on Wikimedia/uk
- Extensions included in Miraheze/uk
- Extensions included in WikiForge/uk
- List extensions/uk
- Subpage extensions/uk
- Page content extensions/uk