More actions
Created. |
tweak |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
} | } | ||
</code> | </code> | ||
== To Do == | |||
* [[Troy Rudolph]] (b.g. performer) | |||
=== From "[[Bastille Day]]" === | |||
*[[Lou Bollo]] as Stunt Guard #2<ref name="sheet"/> | |||
*[[Duane Dickinson]] as Stunt Guard #3<ref name="sheet"/> | |||
*[[Tony Morelli]] as Stunt Con #1<ref name="sheet"/> | |||
*[[Ernest Jackson]] as Stunt Con #2<ref name="sheet"/> | |||
*[[Gaston Howard]] as Stunt Con #3<ref name="sheet"/> | |||
*[[Scott Atea]] as Stunt Con #4<ref name="sheet"/> | |||
*[[Gerald Paets]] as Stunt Con #7<ref name="sheet"/> | |||
*[[Dave Hospes]] as [[Lee Adama]] (stunt)<ref name="sheet"/> | |||
== RegEx == | |||
<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}}