c_DE_code

Type: Display expression

This display expression is like c_DE_norm except it prepends the $codeType with colon. This $codeType does not export by default. (To export it, simply set $DEExport to true.)

Display expression

(if($DENum){$SiblingOrder + ". "}) + (if($DEIcon & $codeType){$codeType + ": "}) + $Name + (if($ChildCount & $DECount){" (" + $DescendantCount + ")"}) + (if($DEBips){"  " + (if($blogExpOpt){if($blogExpOpt.contains(COMPILE)){"⤓"}; + if($blogExpOpt.contains(COLUMNS)){"⸬"}; + if($blogExpOpt.contains(NOKIDS)){"⬒"}; + if($blogExpOpt.contains(BLOCKS)){"⧈"}; + " "}) + (if(1){if($bpImage){"◼︎"}; + if($DTSource){"🌀"}; + if($DTItem){"↙︎"}; + if($ReferenceURL){"🌐"}; + if($URL){"↗︎"};})})