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($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($blogImage){"🎆"}; + if($DTSource){"🌀"}; + if($DTItem){"↙️"}; + if($ReferenceURL){"📜"}; + if($URL){"↗️"};})