Subversion Repositories wimsdev

Rev

Rev 13291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13291 Rev 14166
Line 2... Line 2...
2
The first part (before :proc) is for the documentation.
2
The first part (before :proc) is for the documentation.
3
 
3
 
4
You can also put the documentation part (everything except `slib_author`) in multiple files (one per `$lang`) in `scripts/help/$lang/slib/...` if you want it to be translated.
4
You can also put the documentation part (everything except ``slib_author'')
-
 
5
in multiple files, one per ``lang'' in ``scripts/help/lang/slib/...''
-
 
6
if you want it to be translated.
5
 
7
 
6
```
8
:
7
!if $wims_read_parm!=slib_header
9
!if $wims_read_parm!=slib_header
8
  !goto proc
10
  !goto proc
9
!endif
11
!endif
10
 
12
 
11
slib_author=Firstname, Lastname
13
slib_author=Firstname, Lastname
Line 30... Line 32...
30
...
32
...
31
 
33
 
32
calculation
34
calculation
33
 
35
 
34
slib_out=
36
slib_out=
35
```
-
 
36
 
37
 
37
The result must be in the variable `slib_out`.
-
 
38
 
-
 
39
Please prefix all the variables names by `slib_`.
-
 
40
 
38
 
-
 
39
:The result must be in the variable ``slib_out''.
41
 
40
 
-
 
41
Please prefix all the variables names by ``slib_''.