Type
Text
Break line with "\n"
"🟤 Status: "
+ prop("Status").style("brown")
+ "\n"
+ "4 Words: "
+ prop("Group Type").style("brown")
+ ", "
+ prop("Length").style("brown")
+ ", "
+ prop(" 🔴 Experience").style("brown")
+ ", "
+ prop("🔴 Theme").style("brown")
+ "\n"
+ "Trip Style: "
+ prop("Trip Style")
+ "\n"
+ "PPPN: "
+ "₤".style("brown","b","brown_background")
+ round(prop("PPPN"),2).style("brown","b","brown_background")
+ "\n"
+ "________________"
+"\n"+
between the lines allows you to separate themOutput: