Help:Editing

From Eclipsepedia

Jump to: navigation, search

See the MediaWiki editing help.

Here is a complete list of the templates available on the Eclipse wiki, just waiting yours to add up!


!210145AnnotatedLine
AnnotatedSourceCodeAnnotationCellAnnotationSection
AnnounceArchivedBMTHStyle
BMTableCaptionStyleBMTableStyleBMTodo
Back ToBacklinkBlueBox
BpmnBugBugStrike
Bug commentBugstrikeCTable
CalendarCallisto Deprecation NoticeCaption1
CodeCodeCellCodeblock
CommandCommentBoxCommons-io in Kepler
CopyrightDSDP-TMLDocumentation
ECFEclipseMobileIWGEclipseproject
Edit NoteEuropa Deprecation NoticeFAQ Tagline
FaqFigureGMF Index ExternalResource
GMF Index ExternalResource/DocumentationGMF Index ExternalResource/EntryGalileo/Signoffs
Ganymede/SignoffsGray
GreytableHelpDocSection
HelpDocSubsectionHelpDocTextHelpbox
HigCVSHigCompHigCompLink
HigCompRowHigCompTbl
HigCompTblHeadHigCompTblHead2
HigCompTblRow2HigCompTblRow2NoteHigCompTblRow2Wiki
HigCompTblRow2nowiki
HigCompTblRow3HigCompTblRow3wHigCompTblSec
HigCompTblSec2HigCompTblSubRowHigPluginCVS
HoverTextIdasExtensibilityProposalIncubation
IndentedSectionInfobox
Infobox ExtraJ2EE Smoke Test See Also LinksJFace Data Binding
JettyJetty/
JettyInfoJettyLinkJetty Contributor
Jetty FAQJetty FAQ Section
Jetty Feature
Jetty HowtoJetty Porting
Jetty ReferenceJetty StartingJetty Tutorial
JimseTestJimseTest2Lang disclaimer
MailingListNewNewsgroup
NextlinkNoteORMF Progress Report
ORMF standards surveyORMF team meeting minutesOseenav
ParametersPdfPlatform UI
Pp-semi-templatePp-templatePrevlink
RCPReflistRegOnline
RegonlineSWTBotSWTBotLink
ShortcutSoC IdeaSoftredirect
StatusStrikeoverStub
Talk PageTask-done
Task-inprogressTask-omittedToDelete
ToDeleteNoCatUsageWarn
WarningWarning2XtextTable

If you have to write source code in Java, you can wrap code inside source tags <source lang="java"></source>:

Language Source Result
Java
<source lang="java">
 public static void main(String args[]) {
      System.out.println("Hello world");
 }
</source>
public static void main(String args[]) {
      System.out.println("Hello world");
 }
XML
<source lang="xml">
<extension point="org.eclipse.stp.bpmn.diagram.EAnnotationDecorator">
      <decorator
            class="org.eclipse.stp.bpmn.sample.annotationdecoration.AnnotationDecorator"
            source="textAnnotationSource"/>
</extension>
</source> 
<extension point="org.eclipse.stp.bpmn.diagram.EAnnotationDecorator">
      <decorator
            class="org.eclipse.stp.bpmn.sample.annotationdecoration.AnnotationDecorator"
            source="textAnnotationSource"/>
</extension>

You can use it for any other language supported by GeShi.

Copyright © 2009 The Eclipse Foundation. All Rights Reserved

Personal tools