PRESENCE_FORMAT_DEFAULT:"{{ who }} has {{ action }}{% if country %} from {{ country }}{% endif %}."
The default Liquid template for a presence line (the social.presenceFormat
per-character setting). Rendered by the presence relay through
ProseApi.format against the PRESENCE_VARS context, then tinted
inline by the matched rule's color. The country guard keeps the
"from …" tail off departures and off connections whose origin didn't
resolve (localhost / private IPs).
Players customize this freely (settings set social.presenceFormat "…"
or the Social pane); a syntactically broken template falls back to this
default at render.
The default Liquid template for a presence line (the
social.presenceFormatper-character setting). Rendered by the presence relay throughProseApi.formatagainst the PRESENCE_VARS context, then tinted inline by the matched rule'scolor. Thecountryguard keeps the "from …" tail off departures and off connections whose origin didn't resolve (localhost / private IPs).Players customize this freely (
settings set social.presenceFormat "…"or the Social pane); a syntactically broken template falls back to this default at render.