### SPACEOUT\{"string"\} -- renders string with spaces inserted in sensible places - Inserts spaces after lower case letters that are followed by a digit or a capital letter, and after digits that are followed by a capital letter. - Useful for spacing out [[WikiWords]] - Syntax: `%SPACEOUT{ "%TOPIC%" }%` - Expands to: `%INCLUDINGTOPIC%` - Supported parameters:
Parameter: Description: Default:
separator The separator to put between words e.g. %SPACEOUT{"DogsCatsBudgies" separator=", "}% -> Dogs, Cats, Budgies ' '
- %T% Hint: Spaced out WikiWords are not automatically linked. To SPACEOUT a WikiWord but preserve the link use "double bracket" format. For example, `[[WebHome][%SPACEOUT{"WebHome"}%]]` expands to [[Web Home|Main/WebHome]] - Related: [[SPACEDTOPIC|Main/WebHome#VarSPACEDTOPIC]], [[$PROPERSPACE()|Main/SpreadSheetPlugin#FuncPROPERSPACE]] of [[SpreadSheetPlugin]]