Differences between revisions 2 and 18 (spanning 16 versions)
Revision 2 as of 2008-08-27 06:11:58
Size: 924
Editor: KaiJaeger
Comment:
Revision 18 as of 2016-08-19 10:26:37
Size: 2169
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. ksdckjn kjn kjn kj nkj
Line 13: Line 10:
BeginnersStartHere Describe the problem to be solved here.
Line 15: Line 12:
If you want to learn about Wikis in general, klick MoreAboutWikis {{{
      Put the phrase here
}}}
Line 17: Line 16:
The followng pages demonstrate typical markups in the APL wiki: [[http://aplwiki.com:49991/phrasebook?action=CreateTagPage | Create Tags]]
Line 19: Line 18:
ExampleNumber1 (read-only) == Examples ==
Line 21: Line 20:
ExampleNumber2 (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 23: Line 26:
ExampleNumber3 (read-only) == Specialities ==
....
/* Add special remarks for specific dialects here, for example the mentioning of a system function solving the problem goes here */
Line 25: Line 30:
ScanOperator (read-only) == Compatibility ==
Line 27: Line 32:
----- Checked with: /* APL2, APLX, APL+Win, Dyalog, NARS2000 - Add as many as you can/like */
Line 29: Line 34:
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 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 31: Line 40:
TestPage1 {{{
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 33: Line 49:
TestPage2 For details see the TestCasesGuidelines.
Line 35: Line 51:
TestPage3 [[http://aplwiki.com:49991/phrasebook?action=CheckCode&page=TestPage | Test my code]]
}}}}

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

ksdckjn kjn kjn kj nkj

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)