Rev 13016 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12589 | bpr | 1 | !set special_list=drawinput,imagefill,imageinput,mathmlinput,codeinput,\ |
15591 | bpr | 2 | expandlines,help,rename,tooltip,glossary |
8705 | bpr | 3 | |
4 | !if $lang iswordof ca cn es fr it nl si |
||
5 | !set ll=$lang |
||
6 | !else |
||
7 | !set ll=en |
||
8 | !endif |
||
9 | |||
10 | !read help/$ll/oefspecial.phtml |
||
11 | |||
12 | !for sp in $special_list |
||
12589 | bpr | 13 | <h2 class="wimscenter">$sp</h2> |
14 | <div class="wimscenter wims_code_words large spacer">\special{$sp <i>parameters</i>}</div> |
||
15 | <div> |
||
8705 | bpr | 16 | !read help/$ll/special/$sp.phtml |
12589 | bpr | 17 | </div> |
8705 | bpr | 18 | !next sp |