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

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