| 1 | = Steps to Add a New Wiki Page = |
| 2 | [[TracGuideToc]] |
| 3 | |
| 4 | Note: make sure you actually have the rights to edit wiki pages. If you don't see the **Edit this page** button, read the information relative to the editing policy for your Trac installation (usually on the front page WikiStart), or contact your local Trac administrator. |
| 5 | |
| 6 | 1. Choose a name for your new page. See WikiPageNames for naming conventions. |
| 7 | 2. Edit an existing page (or any other resources that support WikiFormatting and add a [TracLinks link] to your new page. Save your changes. |
| 8 | 3. Follow the link you created to take you to the new page. Trac will display a "describe !PageName here" message. |
| 9 | 4. Click the "Edit this page" button to edit and add content to your new page. Save your changes. |
| 10 | 5. All done. Your new page is published. |
| 11 | |
| 12 | You can skip the second step by entering the CamelCase name of the page in the quick-search field at the top of the page. But note that the page will effectively be "orphaned" unless you link to it from somewhere else. |
| 13 | |
| 14 | == Rename a page #renaming |
| 15 | |
| 16 | While picking up good WikiPageNames is important, you can always change your mind |
| 17 | and rename the page later. |
| 18 | |
| 19 | You'll need to ask for the WIKI_RENAME permission in order to be allowed to do this. |
| 20 | When renaming a page, you'll be offered the possibility to create a redirection page, so that links pointing to the old location will not be left dangling. |
| 21 | |
| 22 | ---- |
| 23 | See also: TracWiki, PageTemplates, WikiFormatting, TracLinks, WikiDeletePage |