getPageByFullTitle(String title) If you know the full title of any page, use this method to get
the actual page from the list.
Parameters: title - the full title.
If you know the full title of any page, use this method to get
the actual page from the list.
Parameters: title - the full title. the page with the title.
Inserts a page after the page with the specified full title. If we cannot find
the page with the specified title, the page will be added to the end as append(page).
Parameters: page - page to be inserted. Parameters: title - the title of the page after when the new page will be inserted.