Changes between Version 1 and Version 2 of WikiNewPage


Ignore:
Timestamp:
06/19/17 12:28:25 (7 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiNewPage

    v1 v2  
    22[[TracGuideToc]]
    33
    4  1. Choose a name for your new page. See WikiPageNames for naming conventions.
    5  2. Edit an existing page (or any other resources that support WikiFormatting and add a [TracLinks link] to your new page. Save your changes.
    6  3. Follow the link you created to take you to the new page. Trac will display a "describe !PageName here" message.
    7  4. Click the "Edit this page" button to edit and add content to your new page. Save your changes.
    8  5. All done. Your new page is published.
     4You can create a new wiki page by typing the CamelCase name of the page in the quick-search field at the top of the page, or by trying to view a wiki page of that name. Note that a page is "orphaned" by default until it is linked to from another page.
    95
    10 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.
     6You must be granted permission to create wiki pages. If you don't see the **Create this page** button when visiting a non-existent wiki page, you lack appropriate permission. Contact your local Trac administrator for more information.
     7
     8A new wiki page can also be created as follows:
     9
     101. Choose a name for your new page. See WikiPageNames for naming conventions.
     111. Edit an existing page or any other resource that support WikiFormatting and add a [TracLinks link] to your new page. If your page name is CamelCase, you can simply type the page name, provided the [TracIni#wiki-section ignore_missing_pages option] is `disabled` (the default).
     121. Save your changes.
     131. Follow the link you created to take you to the new page.
     141. Click the **Create this page** button to enter edit mode and add content to your new page.
     151. Save your changes to publish your page.
     16
     17== Rename a page #renaming
     18
     19While choosing a good [WikiPageNames page name] is important for usability purposes, you can always rename the page later. You will need the WIKI_RENAME permission to rename pages.
     20
     21When renaming a page, you'll be offered the possibility to create a page at the old location that contains a link to the new page, so that links pointing to the old location are not "dangling" (i.e. pointing to a non-existent page).
     22
    1123----
    1224See also: TracWiki, PageTemplates, WikiFormatting, TracLinks, WikiDeletePage