Differences between revisions 2 and 16 (spanning 14 versions)
Revision 2 as of 2008-08-27 06:11:58
Size: 924
Editor: KaiJaeger
Comment:
Revision 16 as of 2016-08-19 08:25:14
Size: 2137
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl Known:read,write,delete All:read
#language en
#pragma section-numbers off
= Test Page =
<<Include(GetNameTable)>>
Line 6: Line 3:
||<tablestyle="float:right; font-weight: bold; text-align:center;">New authors||
||<style="background:#ffe; padding:1em; text-align:left;">To become an author, create an account first||
/* replace TestPage by a proper & meaningful Wiki name */
= TestPage =
Line 9: Line 6:
What is this about? <<TableOfContents>>
Line 11: Line 8:
This is page is a sandbox where you can play around and get some experiences with MoinMoin, the software used to run the APL Wiki. Describe the problem to be solved here.
Line 13: Line 10:
BeginnersStartHere {{{
      Put the phrase here
}}}
Line 15: Line 14:
If you want to learn about Wikis in general, klick MoreAboutWikis [[http://127.0.0.1:8091/phrasebook?action=CreateTagPage | Create Tags]]
Line 17: Line 16:
The followng pages demonstrate typical markups in the APL wiki: == Examples ==
Line 19: Line 18:
ExampleNumber1 (read-only) /* Add proper examples here, and don't forget to fix a sample function changing "!PhraseName" accordingly */
{{{
      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array
}}}
Line 21: Line 24:
ExampleNumber2 (read-only) == Specialities ==
....
/* Add special remarks for specific dialects here, for example the mentioning of a system function solving the problem goes here */
Line 23: Line 28:
ExampleNumber3 (read-only) == Compatibility ==
Line 25: Line 30:
ScanOperator (read-only) Checked with: /* APL2, APLX, APL+Win, Dyalog, NARS2000 - Add as many as you can/like */
Line 27: Line 32:
----- == Test Cases ==
/* Replace "PhraseName" accordingly */
<<SeeSaw(section="test", toshow="<<Show>> test cases", tohide="<<Hide>> test cases", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/test/test/hide
/* Note that the test cases are executed AUTOMATICALLY. It is therefore very important to stick with the pattern */
Line 29: Line 38:
Feel free to change pages listed here. To create a new link write something in Camel``Case. Clicking onto the link then allows you to create a new page. {{{
Test
 ⎕IO←0 ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3 ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */
}}}
Line 31: Line 47:
TestPage1 For details see the TestCasesGuidelines.
Line 33: Line 49:
TestPage2 [[http://127.0.0.1:8091/phrasebook?action=CheckCode&page=TestPage | Test my code]]
}}}}
Line 35: Line 52:
TestPage3 See also: ... /* Add proper Wiki names. The pages do not necessarily must exist. If they don't they will show up on WantedPages and that's just fine */

Mentor: AplWiki:JohnDoe /* Replace by your name */

/* Tags are used to create a list automatically - see ListAllTags */
[[ListAllTags|Tags]]: <<span(css_class=small)>>
<!AppropriateCamelCaseName> <Simpleword> /* Use "!" to avoid unwanted links for CamelCase names */
<<span>>

----
CategoryListAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */

TestPage

Describe the problem to be solved here.

      Put the phrase here

Create Tags

Examples

      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array

Specialities

....

Compatibility

Checked with:

Test Cases

Show test cases

Test
 ⎕IO←0      ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3      ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */

For details see the TestCasesGuidelines.

Test my code

See also: ...

Mentor: JohnDoe

Tags: <AppropriateCamelCaseName> <Simpleword>


CategoryListAll

TestPage (last edited 2016-08-19 10:39:35 by KaiJaeger)