TSRef - TypoScript Reference
4.1.3. system
Syntax:
[system= system1,system2]
Values and comparison:
|
System: |
Identification: |
|---|---|
|
Linux |
linux |
|
SGI / IRIX |
unix_sgi |
|
SunOS |
unix_sun |
|
HP-UX |
unix_hp |
|
Macintosh |
mac |
|
Windows 3.11 |
win311 |
|
Windows NT |
winNT |
|
Windows 95 |
win95 |
|
Windows 98 |
win98 |
|
Amiga |
amiga |
Values are strings an a match happens if one of these strings is the first part of the system-identification.
Fx. if the value is "win9" this will match with "win95" and "win98" systems.
Examples:
This will match with windows and mac -systems only
[system= win,mac]