{{msg-mw:Prefswitch-return}}
Appearance
Fragment of a discussion from Support/LiquidThreads
Current code is as follows. What do you suggest for message and code?
if ( $this->originTitle && $this->originFullUrl ) {
$wgOut->addWikiMsgArray(
'prefswitch-return', array( $this->originFullUrl, $this->originTitle ), array( 'parse' )
);
}
- Prefswitch-return ("
<hr style="clear:both"> Return to <span class="plainlinks">[$1 $2]</span>.
")