Help:Editing

From Eclipsepedia

Revision as of 10:49, 9 October 2008 by Antoine.lunar-ocean.com (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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!


!210145API Tools
AnnotatedLineAnnotatedSourceCodeAnnotationCell
AnnotationSectionAnnounceArchived
BMTHStyleBMTableCaptionStyleBMTableStyle
BMTodoBack ToBacklink
BlueBoxBpmnBug
Bug2BugStrikeBug comment
BugstrikeCTableCalendar
Callisto Deprecation NoticeCaption1Caution
ClCodeCodeCell
CodeblockCommandCommentBox
Commons-io in KeplerCopyrightDSDP-TML
DocumenationGuidelines/DraftHeaderDocumentationECF
EGitEGitLinkEclipseMobileIWG
EclipseprojectEdit NoteEuropa Deprecation Notice
FAQ TaglineFaqFigure
FixedBugGMFGMFLink
GMF Index ExternalResourceGMF Index ExternalResource/DocumentationGMF Index ExternalResource/Entry
Galileo/SignoffsGanymede/Signoffs
GrayGreytable
HelpDocSectionHelpDocSubsectionHelpDocText
HelpboxHigCVSHigComp
HigCompLinkHigCompRow
HigCompTblHigCompTblHead
HigCompTblHead2HigCompTblHead2PackageHigCompTblHead2SingleRow
HigCompTblRow2HigCompTblRow2NoteHigCompTblRow2Wiki
HigCompTblRow2nowiki
HigCompTblRow3HigCompTblRow3wHigCompTblSec
HigCompTblSec2HigCompTblSubRowHigPluginCVS
HoverTextIdasExtensibilityProposalImportant
IncubationIndentedSection
InfoboxInfobox ExtraJ2EE Smoke Test See Also Links
JFace Data BindingJettyJetty/
JettyInfoJettyLink
Jetty ContributorJetty DTD Config
Jetty DTD ValueJetty FAQJetty FAQ Section
Jetty Feature
Jetty Generated Document Link
Jetty Howto
Jetty Options RowJetty PortingJetty Porting Guide
Jetty ReferenceJetty Release DocumentJetty Starting
Jetty TutorialJimseTestJimseTest2
Lang disclaimerMailingListMessage
MoDiscoBrowserMoDiscoBrowserLinkNew
NewsgroupNextlinkNote
ORMF Progress ReportORMF standards surveyORMF team meeting minutes
OseenavPDEPDELink
ParametersPathPdf
PlanItemPlatform UIPp-semi-template
Pp-templatePrevlinkRCP
ReflistRegOnlineRegonline
SWTBotSWTBotLinkShortcut
SoC IdeaSoftredirectSolutionSet
StatusStrikeoverStub
Talk PageTask-done
Task-inprogressTask-omittedTip
ToDeleteToDeleteNoCatUsage
UseCaseWarnWarning
Warning2XtextTable

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.