Rev 5903 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4158 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Young diagram drawing of a partition |
||
4 | slib_parms=5\ |
||
15544 | bpr | 5 | ,partition or [partition,text]\ |
4158 | bpr | 6 | 30,size in pixels of the cases\ |
7 | ,width\ |
||
8 | ,height\ |
||
9 | raw,option words:url,html,raw |
||
10 | |||
4172 | bpr | 11 | slib_out=Young diagram drawing (+ size of the image when the option word is \ |
5903 | bpr | 12 | <span class="tt">url</span>). |
4158 | bpr | 13 | slib_comment= the output is: by default, the flydraw code; \ |
5903 | bpr | 14 | the address of the generated image if the option word is <span class="tt">url</span> ; \ |
15544 | bpr | 15 | the html code for inserting image is already inserted for the option <span class="tt">html</span>; |
16 | the html code for inserting canvasdraw is already inserted for the option <span class="tt">canvas</span>; |
||
17 | |||
18 | slib_comment=<span class="tt">partition</span> is given inside brackets; \ |
||
19 | it is possible to add text in the cases with the syntax \ |
||
20 | <span class="tt">[partition,text]</span> with text insid brackets. |