Results 2 comments of Routhwick

@Universal-Omega: To reverse the "`com.example`" fragment back into "`example.com`", one might try to look into [this September 2014 StackOverflow solution](https://stackoverflow.com/a/25950801) involving PHP's `explode()` (i.e. `explode('.', $str)`, where `$str = "com.example"`)....

> @Universal-Omega: How much is the use case for `linkstoexternal`? Is it actually fully worth it? Highly doubtful I'm aware of any working Miraheze examples at this point, but it...