Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EDT:How to Create/Edit Wiki pages

Revision as of 11:22, 26 October 2011 by Margolis.us.ibm.com (Talk | contribs)

To make a new page:

  1. Enter a new URL in your browser and include the "EDT:" prefix. For example, http://wiki.eclipse.org/EDT:My_New_page.

    You'll be told that there's no text in the page, as if the page already existed but was blank. Click on the Edit link to open the Rich Editor.
  2. Click Wikitext.
  3. Place the following detail at the bottom of your page, with double left brackets in front and double right brackets in back:  

         EDT:Category
  4. To return to the Rich Editor, click Wikitext again.  You might not see the category displayed correctly until you save your work.


Doing steps 2-3 causes the following page to include your contribution:  Category:EDT.

To learn about editing the Wiki pages:


You can set code examples to monospace by clicking WikiText and using the following tags:

  • For inline examples such as x = y, use this tagging:

       such as <code>x = y</code>
  • For larger examples, use this tagging:

        <pre>
           
x = y;

           y = z;
        </pre>

Copyright © Eclipse Foundation, Inc. All Rights Reserved.