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!


!210145AM3Infobox
API ToolsAcceleo-HeaderAcceleo-footer
Acceleo-indexAetherAetherLink
AnnotatedLineAnnotatedSourceCodeAnnotationCell
AnnotationSectionAnnounceAnt
AntLinkArchivedBMTHStyle
BMTableCaptionStyleBMTableStyleBMTodo
BPELBPELTabBPMN2/Constraint
Back ToBacklinkBlueBox
BpmnBrBug
Bug2BugStrikeBug comment
BugstrikeCTableCalendar
Callisto Deprecation NoticeCaption1Caution
ClCodeCodeCell
CodeblockCommandCommentBox
Commons-io in KeplerCopyrightCq
DSDP-TMLDateDebug
DebugLinkDocumenationGuidelines/DraftHeaderDocumentation
E4E4/Doc/Service tabsE4/Doc/Under construction
ECFEGitEGit/User Guide Navigation
EGitLinkEMFCompareLinkEMF Compare
EUG:Foreword by Scott LewisEclipse4EclipseLink/NewIn21
EclipseLink/NewIn22EclipseLink APIEclipseLink AttributeTable
EclipseLink DocWikiEclipseLink ExamplesEclipseLink Infobox
EclipseLink JPAEclipseLink JPA 2.0.0EclipseLink Link
EclipseLink MOXyEclipseLink MOXy SpecEclipseLink NativeAPI
EclipseLink NewInEclipseLink NoteEclipseLink PropertyTable
EclipseLink SpecEclipseLink TLJPAEclipseLink Toc
EclipseLink UserGuideEclipseLink UserGuide/docEclipseLink ValidValuesTable
EclipseLink VoteEclipseLink WarningEclipseMobileIWG
EclipseprojectEdit NoteEuropa Deprecation Notice
FAQ TaglineFaqFigure
FixedBugFnFnb
Font colorxGMF
GMFLinkGMF Index ExternalResourceGMF Index ExternalResource/Documentation
GMF Index ExternalResource/EntryGMPGMPLink
Galileo/SignoffsGanymede/SignoffsGemini.Management
GeminiManagementGeminiManagementLink
GitGrayGreytable
GyrexGyrexLink
HelpDocSectionHelpDocSubsectionHelpDocText
HelpboxHigCVSHigComp
HigCompLinkHigCompRow
HigCompTblHigCompTblHead
HigCompTblHead2HigCompTblHead2PackageHigCompTblHead2SingleRow
HigCompTblRow2HigCompTblRow2NoteHigCompTblRow2Wiki
HigCompTblRow2nowiki
HigCompTblRow3HigCompTblRow3wHigCompTblSec
HigCompTblSec2HigCompTblSubRowHigPluginCVS
HoverTextHudsonHudsonBookLink
IdasExtensibilityProposalImportantIncubation
IndentedSectionInfobox
Infobox ExtraIntent-HeaderIntent-footer
Intent-twitsJ2EE Smoke Test See Also LinksJDT UI
JDT UILinkJFace Data BindingJGit
JGitLinkJSDTJSDT-Debug
JSDTDebugLinkJettyJetty/
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 disclaimerLibraLibraLink
Linux ToolsM2EM2M Problem
M2M ScenarioMailingListMessage
MoDiscoMoDiscoBrowserMoDiscoBrowserLink
MoDiscoDeprecated
MoDiscoInfobox
MoDiscoJavaCompositionTabs
MoDiscoJeeWebAppTabs
MoDiscoMetricsVisualizationBuilderTabs
MoDiscoTabMoDiscoTab2
MoDiscoTabsMoDiscoTabs2
MynoteMyref
Nebula/LogoContest/LogosNewNewsgroup
NextlinkNoteORMF Progress Report
ORMF standards surveyORMF team meeting minutesOrion/APIRef
Orion/ClientAPIOrion/CodeBlockOrion/DocAPIRef
Orion/JSDOCRefOrion/ParamBodyOrion/ParamHead
Orion/ServerAPIOsee boxOsee button box
Osee introductionOsee lefticon button boxOseenav
OtjldPDEPDELink
PahoPaho/User Guide NavigationPahoLink
ParametersParametersHelpPath
PdfPlanItemPlatform UI
Pp-semi-templatePp-templatePrevlink
RCPRefReflist
RefnoteRegOnlineRegonline
ReviewsReviewsLinkRienaBox
RienaBreadcrumbsSWTBotSWTBotLink
ScoutEventScoutInfoboxScoutJavadoc
ScoutLinkScoutPageScoutProp
ShadowImageShortcutSkalli
SkalliLinkSoC IdeaSoftredirect
SolutionSetStatusStrikeover
StubSuccession Box
Talk PageTask-doneTask-inprogress
Task-omittedTestTesting template
TipToDeleteToDeleteNoCat
UsageUseCaseVirgo
VirgoInternalsVirgoInternalsLinkVirgoLink
WarnWarningWarning2
XtextTable·

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.