Difference between revisions of "Template:RetiredOptions"

From SmartWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
Example: 1;2;3;<ssRetiredOptions>5;6</ssRetiredOptions>;7;8
 
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.
+
When using this method, the retired options must not be the first options in the list. If the first option(s) in the list are to be retired, simply move them to the end of the list so that ''Option1;Option2;Option3'' becomes ''Option2;Option3;<ssRetiredOptions>Option1</ssRetiredOptions>;''
 +
<!--17011 - Combo/Check box: retain missing option setting-->

Latest revision as of 17:36, 11 November 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. If the first option(s) in the list are to be retired, simply move them to the end of the list so that Option1;Option2;Option3 becomes Option2;Option3;<ssRetiredOptions>Option1</ssRetiredOptions>;