Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Joe Beaudoin Jr./Scratch pad: Difference between revisions

Joe Beaudoin Jr. (talk | contribs)
Created.
 
Joe Beaudoin Jr. (talk | contribs)
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

From "Bastille Day"

RegEx

\[\[([^:[]*) \(TOS\)\|(.*)\]\]" with "{{TOS|$1|$2}}

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Cite error: Invalid <ref> tag; no text was provided for refs named sheet