Confirmed users
574
edits
m (Grammar fix) |
(Added list of available abbreviations.) |
||
| Line 22: | Line 22: | ||
* No {SHOWFOR(spans=on)/} or equivalent is necessary anymore; the {for} syntax is always enabled. | * No {SHOWFOR(spans=on)/} or equivalent is necessary anymore; the {for} syntax is always enabled. | ||
* Headings which are hidden by {for} blocks do not appear in the page's table of contents. If the user causes them to show by manually selecting the right OS/browser combination, TOC entries will instantly appear. | * Headings which are hidden by {for} blocks do not appear in the page's table of contents. If the user causes them to show by manually selecting the right OS/browser combination, TOC entries will instantly appear. | ||
=== Available abbreviations === | |||
Here are the browser and OS signifiers for use with {for} directives. | |||
==== OS ==== | |||
* win | |||
* mac | |||
* linux | |||
* maemo | |||
* android | |||
==== Browser ==== | |||
* fx4 (Firefox 4.0 up to but not including 5 (may be refined later)) | |||
* fx35 (Firefox 3.5 up to but not including 4) | |||
* fx3 (3.0 up to but not including 3.5) | |||
* m11 (Fennec 1.1 up to but not including 2.0 (may be refined later)) | |||
* m1 (Fennec < 1.1) | |||
=== Inline and block-level contexts === | === Inline and block-level contexts === | ||