Stripref

From Sega Retro

This template removes references from a string.

Usage

{{stripref|123{{ref|http://segaretro.org}}}}

returns:

123CategoryBadexternalreference


{{stripref|123 456{{ref|http://segaretro.org}}}}

returns:

123456CategoryBadexternalreference


{{stripref|123{{magref|egm|1|1}}}}

returns:

123


{{stripref|123 456{{magref|egm|1|1}}}}

returns:

123


{{stripref|123{{fileref|bums.pdf|page=3}}}}

returns:

123


{{stripref|123 456{{fileref|bums.pdf|page=3}}}}

returns:

123456


{{stripref|123{{intref|bums}}

returns:

123


{{stripref|123 456{{intref|bums}}}}

returns:

123456

Warning: Don't repeatedly use for the same string, because each usage is listed in the references section. Instead, store the string to a variable and use that.