Difference between revisions of "Template:RetiredOptions"
From SmartWiki
(Created page with "<u>'''Retired Options'''</u> If you need to hide options which are no longer being used but need to be retained for historical value, you can use the following syntax: <ssR...") |
|||
Line 3: | Line 3: | ||
If you need to hide options which are no longer being used but need to be retained for historical value, you can use the following syntax: | If you need to hide options which are no longer being used but need to be retained for historical value, you can use the following syntax: | ||
− | <ssRetiredOptions> </ssRetiredOptions> | + | <ssRetiredOptions> </ssRetiredOptions> |
Make sure there are semi-colons before and after the syntax. | Make sure there are semi-colons before and after the syntax. | ||
− | Example: | + | Example: 1;2;3;<ssRetiredOptions>5;6</ssRetiredOptions>;7;8 |
− | 1;2;3;<ssRetiredOptions>5;6</ssRetiredOptions>;7;8 | + | |
+ | When using this method, the retired options must not be the first options in the list. |
Revision as of 13:10, 25 June 2014
Retired Options
If you need to hide options which are no longer being used but need to be retained for historical value, you can use the following syntax:
<ssRetiredOptions> </ssRetiredOptions>
Make sure there are semi-colons before and after the syntax.
Example: 1;2;3;<ssRetiredOptions>5;6</ssRetiredOptions>;7;8
When using this method, the retired options must not be the first options in the list.