Replaces a placeholder in the form of {key} with the given text without linking it to any
element.
To replace the placeholder with a link to an element, use one of the link predicates:
link(string key, Locatable elem, string text)will replace{key}withtextand link it toelem.link(string key, Locatable elem)will replace{key}with a link toelemusingelem.toString().