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

Difference between revisions of "Sandbox"

(Replaced content with "test! %A0 next line")
Line 1: Line 1:
iot is cool
+
test! %A0 next line
 
+
 
+
__FORCETOC__
+
 
+
 
+
{{M2M_Scenario
+
| identifier = 0001
+
| name = Dummy scenario
+
| description = Blah blah
+
| rel_scenario1 = 0002
+
| ref_problem1 = 0001
+
| ref_problem2 = 0008
+
}}
+
 
+
{{M2M_Scenario
+
| identifier = 0002
+
| name = Dummy scenario2
+
| description = Blah blah
+
}}
+
 
+
{{M2M_Scenario
+
| identifier = 0003
+
| name = Dummy scenario3
+
| description = Blah blah
+
}}
+
 
+
 
+
 
+
 
+
 
+
= blah =
+
 
+
x
+
 
+
= blah =
+
 
+
x2
+
 
+
= blah =
+
 
+
z
+
 
+
 
+
{| class="wikitable" border="1"
+
|-
+
! users
+
|-
+
 
+
|-
+
| id
+
|-
+
 
+
|-
+
| user
+
|-
+
 
+
|-
+
| pwd
+
|-
+
 
+
|}
+
 
+
{{SoC_Idea
+
| name = Create implementation for Foo
+
| mentors = Erne, Bert
+
| project = PDE
+
| projectUrl = http://www.eclipse.org/pde
+
| description = Fix the most popular bugs and feature requests: provide patches or fixes for any open bugzilla with at least 20 votes.
+
| infoUrl = http://wiki.eclipse.org/Google_Summer_of_Code_2008
+
}}
+
 
+
<source lang="xml">
+
<first>
+
  <second>
+
    <third>
+
    </third>
+
  </second>
+
</first>
+
</source>
+
 
+
 
+
<source lang="java">
+
public class Foo {
+
  public Foo(String aParameter) {
+
    object.method(aParameter, 23);
+
  }
+
}
+
</source>
+
 
+
{{warning|Don't do that!}}
+
 
+
 
+
;item 1
+
: definition 1 ([http://google.fr Google])
+
;item 2
+
: definition 2-1 ([http://google.fr Google])
+
: definition 2-2 ([http://google.fr Google])
+
 
+
= CSS hacking =
+
 
+
<css>
+
  #editme{ background-color: yellow; }
+
  #editme:before { content:'inserted: '; }
+
  #bodyContent{ position:relative; }
+
  #absbox { position:absolute; top: 0px; right: 0px; }
+
</css>
+
<p id="editme">original text</p>
+
<div id="absbox">absolutely positioned content</div>
+
some other text
+

Revision as of 14:01, 10 February 2015

test! %A0 next line

Back to the top