Template:Br2slash

From Terraria Wiki
Jump to navigation Jump to search
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
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