## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. ##master-page:WikiSandBox #format wiki #language en '''Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!''' You may want to open HelpOnEditing in a new window or tab while you edit. ---- EllisMorgan 3/4 Feb 2010, some parts copied from [[HelpOnMoinWikiSyntax|HelpOnMoinWikiSyntax|target="_blank"]] Table of contents: <> Table of contents (up to 2nd level headings only): <> Hiding the table of contents comes from [[FinnAplIdiomLibrary|Finn Idioms|target="_Blank"]] When I first tried it it did not work, but now it does. Possibly it works IF YOU HAVE ALREADY DISPLAYED the TOC before you invoke the seesaw. <> ## show/hide expanlanation of TOC seesaw <> {{{{#!wiki seesaw/explain/explain-bg/hide First display the table of contents {{{ <> }}} then call seesaw to hide it {{{ <> }}} }}}} ## Ellis's attempt at a see-saw, now working ... <> {{{{#!wiki seesaw/sand/sand-bg/hide this worked ... {{{ <> }}} this did not work ... {{{ << SeeSaw(section="sand", toshow="<>Sandy", tohide="<>Sandy", bg="#FEE1A5", speed="Slow")>> }}} !!! DO NOT leave a BLANK between "<<" and "SeeSaw"!!! }}}} ## Ellis's hide table ... <> {{{#!wiki seesaw/atable/hide ||<|2> cell spanning 2 rows ||cell in the 2nd column || ||cell in the 2nd column of the 2nd row || ||<-2> cell spanning 2 columns || ||||use empty cells as a shorthand || }}} ## copied from AplIn20Minutes many more lines, this DOES WORK ... <> {{{{#!wiki seesaw/dyalog1/dyalog1-bg/hide Make sure that you enter the following statement '''without''' pressing : {{{ )ed myHtml }}} While "myHtml" is the name of the variable we are going to create, ")ed" is a bit special: the closing parenthesis tells APL that this statement is a system command. The following two characters (ed) then tell APL to invoke the editor. Now we can insert the HTML code from the clipboard by selecting the paste command from the toolbar: {{attachment:paste_1.gif}} Now press enter. We will see something like this: {{attachment:ed_1.gif}} }}}} ## end of lines from AplIn20Minutes End of Ellis's changes 3/4 Feb 2010 The next few lines were entered by EllisMorgan in November 2008. Copying from my session and pasting to the Wiki editor does this: {{{ Dyalog APL/W Version 10.1.2 Serial No : 000168 / Pentium Tue Nov 25 15:00:22 2008 clear ws 4 60⍴16↓⎕av _abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{⊢}⊣⌷¨ÀÄÅÆ⍨ÉÑ ÖØÜΰàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱ ⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞ÿ 4↓16↑⎕av  ⌶ɫ%'⍺⍵ }}} Copying "Prim" from Kai's SpecialCharacters and pasting it into APL gives: {{{ Dyalog APL/W Version 10.1.2 Serial No : 000168 / Pentium Mon Nov 24 15:47:35 2008 clear ws Prim←{all/⍨2=+⌿0=all∘.|all←⍳⍵} Prim 13 2 3 5 7 11 13 }}} I am using Firefox 3.04 as my browser with APL385 Unicode. The next lines were entered by GianluigiQuario November 25,2008. Windows XP IE 7 APL385 unicode. Copying from my session and pasting to the Wiki editor does this: {{{ Dyalog APL/W Version 11.0.1 Tue Nov 25 16:59:09 2008 clear ws 4 60⍴16↓⎕av _abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{€}⊣⌷¨ÀÄÅÆ⍨ÉÑ ÖØÜßàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱ ⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞⍣ 4↓16↑⎕av  ⌶ɫ%'⍺⍵ }}} == Formatting == ''italic'' '''bold''' {{{typewriter}}} `backtick typewriter` (configurable) ~+ bigger +~ ~- smaller -~ {{{ preformatted some more and some more lines too }}} {{{#!python def syntax(highlight): print "on" return None }}} {{{#!java public void main(String[] args]){ System.out.println("Hello world!"); } }}} == Linking == HelpOnEditing MoinMoin:InterWiki http://moinmoin.wikiwikiweb.de/ [[http://www.python.org/|Python]] someone@example.com === Image Link === {{http://c2.com/sig/wiki.gif}} == Smileys == /!\ Alert == Lists == === Bullet === * first 1. nested and numbered 1. numbered lists are renumbered * second * third blockquote deeper === Glossary === Term:: Definition === Drawing === {{drawing:mytest}} = Heading 1 = == Heading 2 == === Heading 3 === ==== Heading 4 ==== {{{ 1 ¯1 (SyntheticDivision⍨⍣0)6 4.89 1 }}}