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)
+ to do
Joe Beaudoin Jr. (talk | contribs)
No edit summary
Line 25: Line 25:
*[[Gerald Paets]] as Stunt Con #7<ref name="sheet"/>
*[[Gerald Paets]] as Stunt Con #7<ref name="sheet"/>
*[[Dave Hospes]] as [[Lee Adama]] (stunt)<ref name="sheet"/>
*[[Dave Hospes]] as [[Lee Adama]] (stunt)<ref name="sheet"/>
== RegEx ==
\[\[([^:[]*) \(TOS\)\|(.*)\]\]" with "{{TOS|$1|$2}}

Revision as of 01:50, 11 January 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 "$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