Template:Br2slash

From Terraria Wiki
Jump to navigation Jump to search
Template-info.svg Documentation The documentation below is transcluded from Template:Br2slash/doc. (edit | history)

This template replaces all <br/> HTML tags in the input string with slash characters, each surrounded with two spaces ( / ).

Usage

{{ br2slash | <string> }}

First unnamed parameter

The input string.

Examples

Code Before After
aab<br/>bcc
aab
bcc
aab / bcc

See also