More actions
No edit summary |
tweak |
||
Line 28: | Line 28: | ||
== RegEx == | == RegEx == | ||
\[\[([^:[]*) \(TOS\)\|(.*)\]\]" with "{{TOS|$1|$2}} | <code><nowiki>\[\[([^:[]*) \(TOS\)\|(.*)\]\]" with "{{TOS|$1|$2}}</nowiki></code> |
Latest revision as of 18:26, 24 September 2021
Hack for Google Code, in SpecialSearch.php:
$battlestarwiki_server = $_SERVER['HTTP_HOST'];
$fname = 'SpecialSearch::showResults';
wfProfileIn( $fname );
if ($battlestarwiki_server != "media.battlestarwiki.org") {
wfshowResultsGoogle( $term );
return;
}
To Do
- Troy Rudolph (b.g. performer)
From "Bastille Day"
- Lou Bollo as Stunt Guard #2[1]
- Duane Dickinson as Stunt Guard #3[1]
- Tony Morelli as Stunt Con #1[1]
- Ernest Jackson as Stunt Con #2[1]
- Gaston Howard as Stunt Con #3[1]
- Scott Atea as Stunt Con #4[1]
- Gerald Paets as Stunt Con #7[1]
- Dave Hospes as Lee Adama (stunt)[1]
RegEx
\[\[([^:[]*) \(TOS\)\|(.*)\]\]" with "{{TOS|$1|$2}}