list
Table of Contents
- get_all_tags() : array<string|int, string>
- Gets a list of all the tags currently used across the wiki.
- generate_page_list() : string
- Renders a list of pages as HTML.
Functions
get_all_tags()
Gets a list of all the tags currently used across the wiki.
get_all_tags() : array<string|int, string>
Tags
Return values
array<string|int, string> —A list of all unique tags present on all pages across the wiki.
generate_page_list()
Renders a list of pages as HTML.
generate_page_list(array<string|int, string> $pagelist) : string
Parameters
- $pagelist : array<string|int, string>
-
A list of page names to include in the list.
Return values
string —The specified list of pages as HTML.