Hello, I created a page with content in wiki module. It appears under the index and works fine.
Now I would like to add an additional page, which will be the continued of the first page. In fact, it is one big article with many sub-sections.
I found how to add a link from one page to another in wiki, but I don't undrestand how to create tabs and make one page to be the sub-page of another.
The documentation of the module is very poor, here is it:
* To add a page simply enter its name in text with double brackets surrounding it while writing out your content; your only limitation is it may not be longer than 50 characters. This is also how you make a link to an existing page.
Example: [[My Link]]
Example: [[Another Link In Wiki]]
* Once you have added a page you can edit your new page by navigating to it and clicking "Edit".
* There is no limit to the number of new pages you can add while creating new content.
* New pages will not show up in the Index view nor will they be searchable until they have content created for them.
* You can add a title to your link by adding a Pipe after the name. When you do this the title will show as a hyperlink instead of the page name.
Example: [[My Link|A Title]]
Example: [[Another Link In Wiki|I can say what ever I want]]
* To link to Wiki Page on another Tab you can add a Second Pipe after the Page title with the Number to the other Tab
Example using just the page name: [[My Page||35]]
Example with page title: [[My Page|My Title here|35]]
* To link back to the home page make your bracket link to WikiHomePage
Example: [[WikiHomePage]]
Example: [[WikiHomePage|Home]]
* Because we use the HTML WYSIWYG editor, email links and URLs can be added by typing them in and letting the editor handle them; or as normal <a href> tags in the HTML view of the editor
It sais about linking to another tab, but how can I do this? How to create tabs? The only option I have is to create a page, and I even cannot make the newly created page to be a sub-page of the first one; the're all appearing on the same level in the Index.
If anyone has experience with wiki module, please share it, your help will be appreciated.
Thank you.