Inline videos. See also:Category: Articles with embedded Videos..

System messages

From Biocrawler, the free encyclopedia.

PHP | HTML

This is a list of system messages available in the MediaWiki: namespace.

Name Default text Current text
1movedto2
Talk
$1 moved to $2 $1 moved to $2
1movedto2_redir
Talk
$1 moved to $2 over redirect $1 moved to $2 over redirect
Monobook.css
Talk
/* edit this file to customize the monobook skin for the entire site */ /* <pre> */ a { text-decoration: underline } /* Donations link to be uncommented during fundraising drives */ #siteNotice { margin-top:5px; padding-left: 4px; font-style: italic; text-align: center; } /****************************/ /* BEGIN LIGHT BLUE SECTION */ /****************************/ /* Make all non-namespace pages have a light blue content area. This is done by setting the background color for all #content areas to light blue and then overriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. --Lupo */ #content { background: #F8FCFF; /* a light blue */ } #content div.thumb { border-color: #F8FCFF; } .ns-0 * #content { background: white; } #mytabs li { background: #F8FCFF; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #F8FCFF; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li a { background-color: #F8FCFF; } .ns-0 * #p-cactions li a { background-color: white; } .ns-0 * #content div.thumb { border-color: white; } /**************************/ /* END LIGHT BLUE SECTION */ /**************************/ /* Display "From Biocrawler, the free encyclopedia" */ #siteSub { display: inline; font-size: 100%; font-weight: normal; } #bodyContent #siteSub a { color: #000; text-decoration: none; background-color: transparent; background-image: none; padding-right: 0; } /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } /* Display "User $1, you are already logged in!" ([[MediaWiki:Alreadyloggedin]]) in red and bold */ div.alreadyloggedin { color: red; font-weight: bold; } @media print { /* Do not print edit link in templates using Template:Ed Do not print certain classes that shouldn't appear on paper */ .editlink, .noprint, .metadata, .dablink { display: none } } /* Style for "notices" */ .notice { text-align: justify; margin: 1em 0.5em; padding: 0.5em; } #disambig { border-top: 3px double #cccccc; border-bottom: 3px double #cccccc; } #spoiler { border-top: 2px solid #ddd; border-bottom:2px solid #ddd; } /* Accessibility experiment: make diff changes not just colour-based */ .diffchange { font-weight: bold; background-color: inherit; } td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 85%; color: inherit; } #pt-login { font-weight: bold; font-size: 110%; } form#userlogin { float: left; padding: 1em 1em .7em 1em; background-color: #ffffe6; border: 2px solid #fc6; color: #000; margin-right: 2em; } form#userlogin table { float: left; background-color: #ffffe6; color: #000; } p.error { font-weight: bold; } /* Class styles */ /* .toccolours added here because version in monobook/main.css wasn't being used by the print style */ .toccolours { border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a {padding: 0 !important} /* Experiment: slightly fade inactive tabs */ #p-cactions a { filter: alpha(opacity=90); } #p-cactions a:hover, #p-cactions .selected a { filter: none; } #p-nav h5 { display: none; } .portlet a { text-decoration: none; } .portlet a:hover { text-decoration: underline; } #p-nav .pBody { padding-right: 0; } #p-nav a { display: block; width: 100%; } /* Special characters list below edit window works better without underlining */ #editpage-specialchars a { text-decoration: none; } #editpage-specialchars a:hover { text-decoration: underline; } /* If you don't want to see special characters list at all, put the following line in your User:You/monobook.css file (and remove the slash-asterisk comments) */ /* #editpage-specialchars { display: none; } */ /* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ /* See #Framed_image_background_color */ div.thumb div a img { background-color:#ffffff; } /* Standard talk template style */ .Talk-Notice { border: 1px solid #C0C090; background-color: #F8EABA; margin-bottom: 3px; width: 85%; border-spacing: 3px; margin-left: auto; margin-right: auto; } /* Make template background appear correctly on all browsers */ .Talk-Notice td { background: inherit; } /* Choose whether to have AD/BC dates or CE/BCE dates*/ /* First, the default : display both : See templates ADCE and BCEBC for how these are used*/ .Use_Default_Date_Convention { display: inline; } .Use_AD_and_BC { display: none; } .Use_BCE_and_CE { display: none; } /* If you want to display AD and BC add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:inline; } .Use_BCE_and_CE { display:none; } */ /*If you want to display CE and BCE add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:none; } .Use_BCE_and_CE {display:inline; } */ /*Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. */ .plainlinksneverexpand { background: none ! important; padding: 0 ! important; } .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ #bodyContent .plainlinksneverexpand a { background: none !important; padding: 0 !important } /* </pre> */
Monobook.js
Talk
/* tooltips and access keys */ ta = new Object(); ta['pt-userpage'] = new Array('.','My user page'); ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); ta['pt-mytalk'] = new Array('n','My talk page'); ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address'); ta['pt-preferences'] = new Array('','My preferences'); ta['pt-watchlist'] = new Array('l','The list of pages you\'re monitoring for changes.'); ta['pt-mycontris'] = new Array('y','List of my contributions'); ta['pt-login'] = new Array('o','You are encouraged to log in, it is not mandatory however.'); ta['pt-anonlogin'] = new Array('o','You are encouraged to log in, it is not mandatory however.'); ta['pt-logout'] = new Array('o','Log out'); ta['ca-talk'] = new Array('t','Discussion about the content page'); ta['ca-edit'] = new Array('e','You can edit this page. Please use the preview button before saving.'); ta['ca-addsection'] = new Array('+','Add a comment to this discussion.'); ta['ca-viewsource'] = new Array('e','This page is protected. You can view its source.'); ta['ca-history'] = new Array('h','Past versions of this page.'); ta['ca-protect'] = new Array('=','Protect this page'); ta['ca-delete'] = new Array('d','Delete this page'); ta['ca-undelete'] = new Array('d','Restore the edits done to this page before it was deleted'); ta['ca-move'] = new Array('m','Move this page'); ta['ca-nomove'] = new Array('','You don\'t have the permissions to move this page'); ta['ca-watch'] = new Array('w','Add this page to your watchlist'); ta['ca-unwatch'] = new Array('w','Remove this page from your watchlist'); ta['search'] = new Array('f','Search this wiki'); ta['p-logo'] = new Array('','Main Page'); ta['n-mainpage'] = new Array('z','Visit the Main Page'); ta['n-portal'] = new Array('','About the project, what you can do, where to find things'); ta['n-currentevents'] = new Array('','Find background information on current events'); ta['n-recentchanges'] = new Array('r','The list of recent changes in the wiki.'); ta['n-randompage'] = new Array('x','Load a random page'); ta['n-help'] = new Array('','The place to find out.'); ta['n-sitesupport'] = new Array('','Support us'); ta['t-whatlinkshere'] = new Array('j','List of all wiki pages that link here'); ta['t-recentchangeslinked'] = new Array('k','Recent changes in pages linked from this page'); ta['feed-rss'] = new Array('','RSS feed for this page'); ta['feed-atom'] = new Array('','Atom feed for this page'); ta['t-contributions'] = new Array('','View the list of contributions of this user'); ta['t-emailuser'] = new Array('','Send a mail to this user'); ta['t-upload'] = new Array('u','Upload images or media files'); ta['t-specialpages'] = new Array('q','List of all special pages'); ta['ca-nstab-main'] = new Array('c','View the content page'); ta['ca-nstab-user'] = new Array('c','View the user page'); ta['ca-nstab-media'] = new Array('c','View the media page'); ta['ca-nstab-special'] = new Array('','This is a special page, you can\'t edit the page itself.'); ta['ca-nstab-wp'] = new Array('a','View the project page'); ta['ca-nstab-image'] = new Array('c','View the image page'); ta['ca-nstab-mediawiki'] = new Array('c','View the system message'); ta['ca-nstab-template'] = new Array('c','View the template'); ta['ca-nstab-help'] = new Array('c','View the help page'); ta['ca-nstab-category'] = new Array('c','View the category page'); /* <pre> */ /* tooltips and access keys */ ta = new Object(); ta['pt-userpage'] = new Array('.','My user page'); ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); ta['pt-mytalk'] = new Array('n','My talk page'); ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address'); ta['pt-preferences'] = new Array('','My preferences'); ta['pt-watchlist'] = new Array('l','The list of pages you\'re monitoring for changes.'); ta['pt-mycontris'] = new Array('y','List of my contributions'); ta['pt-login'] = new Array('o','Logging in is not required, but brings many benefits.'); ta['pt-anonlogin'] = new Array('o','Logging in is not required, but brings many benefits.'); ta['pt-logout'] = new Array('o','Log out'); ta['ca-talk'] = new Array('t','Discussion about the content page'); ta['ca-edit'] = new Array('e','You can edit this page. Please use the preview button before saving.'); ta['ca-addsection'] = new Array('+','Add a comment to this discussion.'); ta['ca-viewsource'] = new Array('e','This page is protected. You can view its source.'); ta['ca-history'] = new Array('h','Past versions of this page.'); ta['ca-protect'] = new Array('=','Protect this page'); ta['ca-delete'] = new Array('d','Delete this page'); ta['ca-undelete'] = new Array('d','Restore the edits done to this page before it was deleted'); ta['ca-move'] = new Array('m','Move this page'); ta['ca-nomove'] = new Array('','You don\'t have the permissions to move this page'); ta['ca-watch'] = new Array('w','Add this page to your watchlist'); ta['ca-unwatch'] = new Array('w','Remove this page from your watchlist'); ta['search'] = new Array('f','Search Biocrawler'); ta['p-logo'] = new Array('','Main Page'); ta['n-mainpage'] = new Array('z','Visit the Main Page'); ta['n-portal'] = new Array('','About the project, what you can do, where to find things'); ta['n-currentevents'] = new Array('','Find background information on current events'); ta['n-recentchanges'] = new Array('r','List of recent changes in Biocrawler'); ta['n-randompage'] = new Array('x','Load a random page'); ta['n-help'] = new Array('','The place to find out.'); ta['n-sitesupport'] = new Array('','Support us'); ta['t-whatlinkshere'] = new Array('j','List of all wiki pages that link here'); ta['t-recentchangeslinked'] = new Array('k','Recent changes in pages linked from this page'); ta['feed-rss'] = new Array('','RSS feed for this page'); ta['feed-atom'] = new Array('','Atom feed for this page'); ta['t-contributions'] = new Array('','View the list of contributions of this user'); ta['t-emailuser'] = new Array('','Send a mail to this user'); ta['t-upload'] = new Array('u','Upload images or media files'); ta['t-specialpages'] = new Array('q','List of all special pages'); ta['ca-nstab-main'] = new Array('c','View the content page'); ta['ca-nstab-user'] = new Array('c','View the user page'); ta['ca-nstab-media'] = new Array('c','View the media page'); ta['ca-nstab-special'] = new Array('','This is a special page; you can\'t edit the page itself.'); ta['ca-nstab-wp'] = new Array('c','View the project page'); ta['ca-nstab-image'] = new Array('c','View the image page'); ta['ca-nstab-mediawiki'] = new Array('c','View the system message'); ta['ca-nstab-template'] = new Array('c','View the template'); ta['ca-nstab-help'] = new Array('c','View the help page'); ta['ca-nstab-category'] = new Array('c','View the category page'); if (window.showModalDialog && document.compatMode && document.compatMode == "CSS1Compat") { var oldWidth; var docEl = document.documentElement; function fixIEScroll() { if (!oldWidth || docEl.clientWidth > oldWidth) doFixIEScroll(); else setTimeout(doFixIEScroll, 1); oldWidth = docEl.clientWidth; } function doFixIEScroll() { docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : ""; } document.attachEvent("onreadystatechange", fixIEScroll); attachEvent("onresize", fixIEScroll); } /* </pre> */
about
Talk
About About
aboutpage
Talk
Project:About Project:About
aboutsite
Talk
About {{SITENAME}} About {{SITENAME}}
accesskey-compareselectedversions
Talk
v v
accesskey-minoredit
Talk
i i
accesskey-preview
Talk
p p
accesskey-save
Talk
s s
accesskey-search
Talk
f f
accmailtext
Talk
The Password for '$1' has been sent to $2. The password for '$1' has been sent to $2.
accmailtitle
Talk
Password sent. Password sent.
acct_creation_throttle_hit
Talk
Sorry, you have already created $1 accounts. You can't make any more. Sorry, you have already created $1 accounts. You can't make any more.
actioncomplete
Talk
Action complete Action complete
addedwatch
Talk
Added to watchlist Added to watchlist
addedwatchtext
Talk
The page "$1" has been added to your [[Special:Watchlist|watchlist]]. Future changes to this page and its associated Talk page will be listed there, and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to make it easier to pick out. <p>If you want to remove the page from your watchlist later, click "Stop watching" in the sidebar. The page "$1" has been added to your [[{{ns:-1}}:Watchlist|Watchlist]]. Future changes to this page and its associated Talk or article page will be listed there, and the page will appear '''bolded''' in the [[{{ns:-1}}:Recentchanges|list of recent changes]] to make it easier to pick out. If you want to remove the page from your watchlist later, click "unwatch".
addgroup
Talk
Add Group Add Group
addsection
Talk
+ +
administrators
Talk
Project:Administrators {{ns:4}}:Administrators
affirmation
Talk
I affirm that the copyright holder of this file agrees to license it under the terms of the $1. I affirm that the copyright holder of this file agrees to license it under the terms of the $1.
all
Talk
all all
allarticles
Talk
All articles All articles
alllogstext
Talk
Combined display of upload, deletion, protection, blocking, and sysop logs. You can narrow down the view by selecting a log type, the user name, or the affected page. Combined display of upload, deletion, protection, blocking, and sysop logs. You can narrow down the view by selecting a log type, the user name, or the affected page.
allmessages
Talk
All system messages System messages
allmessagescurrent
Talk
Current text Current text
allmessagesdefault
Talk
Default text Default text
allmessagesname
Talk
Name Name
allmessagesnotsupportedDB
Talk
Special:AllMessages not supported because wgUseDatabaseMessages is off. Special:AllMessages not supported because wgUseDatabaseMessages is off.
allmessagesnotsupportedUI
Talk
Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site.
allmessagestext
Talk
This is a list of all system messages available in the MediaWiki: namespace. This is a list of system messages available in the MediaWiki: namespace.
allpages
Talk
All pages All pages
allpagesformtext1
Talk
Display pages starting at: $1 Display pages starting at: $1
allpagesformtext2
Talk
Choose namespace: $1 $2 Choose namespace: $1 $2
allpagesnamespace
Talk
All pages ($1 namespace) All pages ($1 namespace)
allpagesnext
Talk
Next Next
allpagesprev
Talk
Previous Previous
allpagessubmit
Talk
Go Go
alphaindexline
Talk
$1 to $2 $1 to $2
alreadyloggedin
Talk
<font color=red><b>User $1, you are already logged in!</b></font><br /> <div class="alreadyloggedin">User $1, you are already logged in!</div>
alreadyrolled
Talk
Cannot rollback last edit of [[$1]] by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already. Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). Cannot rollback last edit of [[$1]] by [[{{ns:user}}:$2|$2]] ([[{{ns:User_talk}}:$2|Talk]]); someone else has edited or rolled back the page already. Last edit was by [[{{ns:User}}:$3|$3]] ([[{{ns:User_talk}}:$3|Talk]]).
ancientpages
Talk
Oldest pages Oldest articles
and
Talk
and and
anontalk
Talk
Talk for this IP Talk for this IP
anontalkpagetext
Talk
----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[{{ns:Special}}:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.''
anonymous
Talk
Anonymous user(s) of Biocrawler Anonymous user(s) of {{SITENAME}}
apr
Talk
Apr Apr
april
Talk
April April
article
Talk
Content page Article
articleexists
Talk
A page of that name already exists, or the name you have chosen is not valid. Please choose another name. <b>The page could not be moved:</b> a page of that name already exists, or the name you have chosen is not valid. Please choose another name, or use <a href="{{localurle:Biocrawler:Requested_moves}}">Requested moves</a> to ask an <a href="{{localurle:Biocrawler:Administrators}}">administrator</a> to help you with the move. Alternatively, post a request at the <a href="{{localurle:Biocrawler:Administrators' noticeboard}}">Administrators' noticeboard.</a>
articlenamespace
Talk
(articles) (articles)
articlepage
Talk
View content page View article
asksql
Talk
SQL query SQL query
asksqlpheading
Talk
asksql level asksql level
asksqltext
Talk
Use the form below to make a direct query of the database. Use single quotes ('like this') to delimit string literals. This can often add considerable load to the server, so please use this function sparingly. Last status ([[November 18]], [[2004]]): '''not available''' &nbsp; - try this link to the log file: [http://en.wikipedia.org/upload/sqllog]; if it works then reportedly sysop queries are working - &nbsp; [{{SERVER}}{{localurl:MediaWiki:Asksqltext|action=edit}} edit this message] In that case, use the form below to make a direct query of the database. Use single quotes ('like this') to delimit string literals. This can often add considerable load to the server, so please use this function sparingly. ''See also:'' [[Biocrawler:Database queries]], [[Biocrawler:SQL query requests]].
aug
Talk
Aug Aug
august
Talk
August August
autoblocker
Talk
Autoblocked because you share an IP address with "$1". Reason "$2". Autoblocked because your IP address has been recently used by "[[User:$1|$1]]". The reason given for $1's block is: "'''$2'''".
bad_image_list
Talk
&lt;bad_image_list&gt; This is a list of images which cannot be displayed inline in articles. For performance reasons, please try to keep this page fairly short, say less than 10 KB. * [[:Image:Autofellatio 2.jpg]]
badarticleerror
Talk
This action cannot be performed on this page. This action cannot be performed on this page.
badfilename
Talk
Image name has been changed to "$1". File name has been changed to "$1".
badfiletype
Talk
".$1" is not a recommended image file format. ".$1" is not a recommended image file format.
badipaddress
Talk
Invalid IP address Invalid IP address
badquery
Talk
Badly formed search query Badly formed search query
badquerytext
Talk
We could not process your query. This is probably because you have attempted to search for a word fewer than three letters long, which is not yet supported. It could also be that you have mistyped the expression, for example "fish and and scales". Please try another query. <form name="searchform" action="/wiki/Special:Search" id="searchform"> <input accesskey="f" id="searchInput" name="search" type="text" /> <input value="Go" type="submit" name="go" class="searchButton" />&nbsp;<input value="Search" type="submit" name="fulltext" class="searchButton" /> </form> <p>Sorry, we couldn't understand that. Some tips: <ul> <li>Avoid searches where all of the text is in quotes - add a few words outside quotes to indicate the general topic area as well, or try the search without quotes first. <li>Only search for words of at least two letters, unless the shorter word is part of an expression in quotes. </ul>
badretype
Talk
The passwords you entered do not match. The passwords you entered do not match.
badtitle
Talk
Bad title Bad title
badtitletext
Talk
The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.
bild-text
Talk
Pictures Pictures
bild-url
Talk
http://www.biocrawler.com/Pictures/ http://www.biocrawler.com/Pictures/
blanknamespace
Talk
(Main) (Main)
block_compress_delete
Talk
Can't delete this article because it contains block-compressed revisions. This is a temporary situation which the developers are well aware of, and should be fixed within a month or two. Please mark the article for deletion and wait for a developer to fix our buggy software. This article can't be deleted at the present time because it contains block-compressed revisions, which are not supported by the new selective undelete feature and could result in data loss if deletion and undeletion happened. The developers are well aware of the situation, and it is likely be fixed in the next major software update. Please mark the page for deletion, protect the page and wait for a software update to allow normal deletion. If there is an actual complaint from a copyright holder or other suitable legal complaint and they are unwilling to accept page blanking and protection as a temporary measure, please ask a developer for assistance.
blockedtext
Talk
Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>You may contact $1 or one of the other [[Project:Administrators|administrators]] to discuss the block. Note that you may not use the "email this user" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]]. Your IP address is $3. Please include this address in any queries you make. You have attempted to edit a page, either by clicking the "edit this page" tab or by following a red link. Your user name or IP address has been [[{{ns:Project}}:Blocking policy|blocked]] by $1. The reason given is this:<br/>''$2''<p>You can [[{{ns:special}}:emailuser/$4|email $4]] or one of the other [[{{ns:Project}}:list of administrators|administrators]] to discuss the block. If you believe that our [[{{ns:Project}}:Blocking policy|blocking policy]] was violated, you may discuss the block publicly on the [http://mail.wikipedia.org/mailman/listinfo/wikien-l WikiEN-l mailing list]. Note that you may not use the "email this user" feature unless you have a Biocrawler account and a valid email address registered in your [[{{ns:Special}}:Preferences|user preferences]]. <br><br> '''Your IP address is $3. Please include this address in any queries you make.'''<br><br> If you would like to know when the block will expire, please see the [[Special:Ipblocklist|block list]].<br><br> If you need to see the wiki text of an article, you may wish to use the [[{{ns:Special}}:Export|Export pages]] feature. ==Innocent?== Sometimes IP ranges or shared proxies are blocked from editing Biocrawler. This means that lots of innocent people can't edit. If this is the case, it should be explained in the reason given above. Also, some individual dynamic IP addresses may be blocked, usually for a 24 hour period. Occasionally, users with dynamic IPs will be blocked accidentally, due to that fact that their present IP was previously used by a blocked user. We apologise for any inconvenience this may cause. If this problem affects you repeatedly, and you would like to help us resolve this issue, you will need to contact a [[{{ns:project}}:Administrators|Biocrawler administrator]] and your [[internet service provider]] (ISP). The administrator should be able to obtain the time, date, and IP address used for the inappropriate behaviour in question, and describe what the problem was. You can then pass this information on to your ISP, explaining that you are unable to edit Biocrawler due to the inappropriate actions of another person using this ISP, and ask them to remedy the problem. ==Just reading?== You are not blocked from reading pages, only from editing them. If you were only intending to read a page and are seeing this message, you probably followed a red link. These are links to pages that do not exist, so they take users to an editing screen. You should have no problem if you follow only blue links.
blockedtitle
Talk
User is blocked User is blocked
blockip
Talk
Block user Block user
blockipsuccesssub
Talk
Block succeeded Block succeeded
blockipsuccesstext
Talk
"$1" has been blocked. <br />See [[Special:Ipblocklist|IP block list]] to review blocks. "[[{{ns:Special}}:Contributions/$1|$1]]" has been blocked. <br />See [[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks.
blockiptext
Talk
Use the form below to block write access from a specific IP address or username. This should be done only only to prevent vandalism, and in accordance with [[Project:Policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized). {| border=1 cellspacing=0 cellpadding=1px align=right !colspan="2"| AOL IP Ranges |- |'''64.12'''.0.0/16 || 64.12.0.0 - 64.12.255.255 |- |'''149.174'''.0.0/16 || 149.174.0.0 - 149.174.255.255 |- | '''152.163'''.0.0/16 || 152.163.0.0 - 152.163.255.255 |- | '''172.1'''28.0.0/10 ||rowspan="3" valign="middle"| 172.128.0.0 - 172.211.255.255 |- | '''172.1'''92.0.0/12 |- | '''172.2'''08.0.0/14 |- | '''195.93'''.0.0/17 || 195.93.0.0 - 195.93.127.255 |- | '''198.81'''.0.0/19 || 198.81.0.0 - 198.81.31.255 |- | '''202.67'''.64.0/18 || 202.67.64.0 - 202.67.127.255 |- | '''205.188'''.0.0/16 || 205.188.0.0 - 205.188.255.255 |- !colspan="2"| NTL IP Range |- |'''62.252'''.0.0/14 || 62.252.0.0 - 62.255.255.255 |} Use the form below to block write access from a specific IP address or username. This should be done only in accordance with [[{{ns:project}}:blocking policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized). Expiry times are entered in the GNU standard format, which is described in the [http://www.gnu.org/software/tar/manual/html_chapter/tar_7.html tar manual], e.g. "1 hour", "2 days", "next Wednesday", "1 January 2017". "Indefinite" or "infinite" also work. For how to block ranges of addresses, see [[meta:Range blocks|Range blocks]]. To unblock someone, see the [[{{ns:Special}}:Ipblocklist|list of blocked IP addresses and usernames]]. There is also a [[Special:Log/block|block log]]. === Read this part! === Some ISPs use proxy servers so that a large number of users share a single IP. Blocking such an IP can affect a very large number of innocent users. The tables to the right give the IP ranges for AOL and NTL, two such ISPs. '''Please keep blocks in these ranges to 15 minutes or less'''. Admins and developers will generally clear such blocks promptly, because of the large [[collateral damage]]. '''Do not block any IP address indefinitely''' unless it is an [[:en:open proxy|open proxy]]. ----
blocklink
Talk
block block
blocklistline
Talk
$1, $2 blocked $3 (expires $4) $1, $2 blocked <a href="http://en.wikipedia.org/wiki/User:$3">$3</a> (expires $4)
blocklogentry
Talk
blocked "$1" with an expiry time of $2 blocked "$1" with an expiry time of $2
blocklogpage
Talk
Block_log Block_log
blocklogtext
Talk
This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks. This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the [[{{ns:Special}}:Ipblocklist|IP block list]] for the list of currently operational bans and blocks. See [[Biocrawler talk:Block log]] for discussion and archives.
blockpheading
Talk
block level block level
bold_sample
Talk
Bold text Bold text
bold_tip
Talk
Bold text Bold text
booksources
Talk
Book sources Book sources
booksourcetext
Talk
Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for. {{SITENAME}} is not affiliated with any of these businesses, and this list should not be construed as an endorsement. Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for. {{SITENAME}} is not affiliated with any of these businesses, and this list should not be construed as an endorsement.
brokenredirects
Talk
Broken Redirects Broken Redirects
brokenredirectstext
Talk
The following redirects link to a non-existing pages. The following redirects link to a non-existing pages.
bugreports
Talk
Bug reports Contact us
bugreportspage
Talk
Project:Bug_reports Biocrawler:Contact_us
bureaucratlog
Talk
Bureaucrat_log Bureaucrat_log
bureaucratlogentry
Talk
Rights for user "$1" set "$2" Rights for "$1" set
bureaucrattext
Talk
The action you have requested can only be performed by sysops with "bureaucrat" status. The action you have requested can only be performed by sysops with "bureaucrat" status.
bureaucrattitle
Talk
Bureaucrat access required Bureaucrat access required
bydate
Talk
by date by date
byname
Talk
by name by name
bysize
Talk
by size by size
cachederror
Talk
The following is a cached copy of the requested page, and may not be up to date. The following is a cached copy of the requested page, and may not be up to date.
cancel
Talk
Cancel Cancel
cannotdelete
Talk
Could not delete the page or image specified. (It may have already been deleted by someone else.) Could not delete the page or image specified. (It may have already been deleted by someone else.)
cantrollback
Talk
Cannot revert edit; last contributor is only author of this page. Could not revert the edit as the last contributor is the only author of this page
categories
Talk
Categories Categories
categoriespagetext
Talk
The following categories exist in the wiki. This is a list of all the categories in Biocrawler. This series of pages is difficult to navigate, as Biocrawler contains many thousands of categories. You may find it easier to locate categories using <font class="plainlinks"><a href="http://en.wikipedia.org/wiki/Biocrawler:Browse">Biocrawler:Browse</a></font>.
category
Talk
category category
category_header
Talk
Articles in category "$1" Articles in category "$1"
categoryarticlecount
Talk
There are $1 articles in this category. There are $1 articles in this category.
categoryarticlecount1
Talk
There is $1 article in this category. There is $1 article in this category.
changepassword
Talk
Change password Change password
changes
Talk
changes changes
clearyourcache
Talk
'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''Reload'' (or ''Ctrl-R''), '''IE / Opera:''' ''Ctrl-F5'', '''Safari:''' ''Cmd-R'', '''Konqueror''' ''Ctrl-R''. '''Note:''' After saving, you have to bypass your browser's cache to see the changes. '''Mozilla/Safari/Konqueror:''' hold down ''Shift'' while clicking ''Reload'' (or press ''Ctrl-Shift-R''), '''IE:''' press ''Ctrl-F5'', '''Opera:''' press ''F5''.
columns
Talk
Columns Columns
comp-text
Talk
Companies Companies
comp-url
Talk
http://www.biocrawler.com/biocorp/ http://www.biocrawler.com/biocorp/
compareselectedversions
Talk
Compare selected versions Compare selected versions
confirm
Talk
Confirm Confirm
confirmcheck
Talk
Yes, I really want to delete this. Yes, I really want to delete this.
confirmdelete
Talk
Confirm delete Confirm delete
confirmdeletetext
Talk
You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[Project:Policy]]. You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{ns:Project}}:Deletion policy]].
confirmprotect
Talk
Confirm protection Confirm protection
confirmprotecttext
Talk
Do you really want to protect this page? Do you really want to protect this page? If so, please be sure to update the [[Biocrawler:Protected page|list of protected pages]]. See also the [[Special:Log/Protect|protect log]].
confirmunprotect
Talk
Confirm unprotection Confirm unprotection
confirmunprotecttext
Talk
Do you really want to unprotect this page? Do you really want to unprotect this page? If so, please be sure to update the [[Biocrawler:Protected page|list of protected pages]]. See also the [[Special:Log/Protect|protect log]].
contextchars
Talk
Characters of context per line Characters of context per line
contextlines
Talk
Lines to show per hit Lines to show per hit
contribslink
Talk
contribs contribs
contribsub
Talk
For $1 For $1
contributions
Talk
User contributions User contributions
copyright
Talk
Content is available under $1. All text is available under the terms of the <a class='internal' href="{{localurle:Biocrawler:Text_of_the_GNU_Free_Documentation_License}}">GNU Free Documentation License</a> (see <b><a class='internal' href="{{localurle:Biocrawler:Copyrights}}">Copyrights</a></b> for details).<br />
copyrightpage
Talk
Project:Copyrights Project:Copyrights
copyrightpagename
Talk
{{SITENAME}} copyright {{SITENAME}} copyright
copyrightwarning
Talk
Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> <div id="editpage-specialchars" class="plainlinks" style="margin-top:15px;border-width:1px;border-style:solid;border-color:#aaaaaa;padding:2px;"> <small> Insert: <charinsert> Á á É é Í í Ó ó Ú ú </charinsert> &nbsp; <charinsert> À à È è Ì ì Ò ò Ù ù </charinsert> &nbsp; <charinsert>  â Ê ê Î î Ô ô Û û </charinsert> &nbsp; <charinsert> Ä ä Ë ë Ï ï Ö ö Ü ü </charinsert> &nbsp; <charinsert> ß </charinsert> &nbsp; <charinsert> à ã Ñ ñ Õ õ </charinsert> &nbsp; <charinsert> Ç ç &#290; &#291; &#310; &#311; &#315; &#316; &#325; &#326; &#342; &#343; &#350; &#351; &#354; &#355; </charinsert> &nbsp; <charinsert> &#262; &#263; &#313; &#314; &#323; &#324; &#340; &#341; &#346; &#347; Ý ý &#377; &#378; </charinsert> &nbsp; <charinsert> &#272; &#273; </charinsert> &nbsp; <charinsert> &#366; &#367; </charinsert> &nbsp; <charinsert> &#268; &#269; &#270; &#271; &#317; &#318; &#327; &#328; &#344; &#345; &#352; &#353; &#356; &#357; &#381; &#382; </charinsert> &nbsp; <charinsert> &#461; &#462; &#282; &#283; &#463; &#464; &#465; &#466; &#467; &#468; </charinsert> &nbsp; <charinsert> &#256; &#257; &#274; &#275; &#298; &#299; &#332; &#333; &#362; &#363; </charinsert> &nbsp; <charinsert> &#470; &#472; &#474; &#476; </charinsert> &nbsp; <charinsert> &#264; &#265; &#284; &#285; &#292; &#293; &#308; &#309; &#348; &#349; &#372; &#373; &#374; &#375; </charinsert> &nbsp; <charinsert> &#258; &#259; &#286; &#287; &#364; &#365; </charinsert> &nbsp; <charinsert> &#266; &#267; &#278; &#279; &#288; &#289; &#304; &#305; &#379; &#380; </charinsert> &nbsp; <charinsert> &#260; &#261; &#280; &#281; &#302; &#303; &#370; &#371; </charinsert> &nbsp; <charinsert> &#321; &#322; </charinsert> &nbsp; <charinsert> &#336; &#337; &#368; &#369; </charinsert> &nbsp; <charinsert> &#319; &#320; </charinsert> &nbsp; <charinsert> &#294; &#295; </charinsert> &nbsp; <charinsert> Ð ð Þ þ </charinsert> &nbsp; <charinsert> Œ œ </charinsert> &nbsp; <charinsert> Æ æ Ø ø Å å </charinsert> &nbsp; <charinsert> &ndash; &mdash; &hellip; </charinsert> &nbsp; <charinsert> [+] [[+]] {{+}} </charinsert> &nbsp; <charinsert> ~ | ° </charinsert> &nbsp; <charinsert> ± &minus; × &sup1; &sup2; &sup3; </charinsert> &nbsp; <charinsert> &euro; </charinsert> &nbsp; </small> </div> <div style="margin-top:2em"> <div style="font-weight: bold; font-size: 120%;">Your changes will be visible immediately.</div> * For testing, please use the [[Biocrawler:Sandbox|sandbox]]. * You're encouraged to create, expand, and improve upon articles; however, bad edits to articles are watched for and will be quickly removed. * '''Please ''[[Biocrawler:Cite sources|cite your sources]]'' so others can check your work. ---- <div style="font-weight: bold; font-size: 120%;">DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</div> * All contributions to any page on Biocrawler are released under the GNU Free Documentation License (see $1 for details). * '''If you do not want your writing to be edited mercilessly and redistributed at will, do not submit it.''' * By submitting your work you promise you wrote it yourself, or copied it from [[public domain]] resources &#8212; this does '''not''' include most web pages. </div>
copyrightwarning2
Talk
Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details). <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details). <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>
couldntremove
Talk
Couldn't remove item '$1'... Couldn't remove item '$1'...
createaccount
Talk
Create new account Create account
createaccountmail
Talk
by email by email
createaccountpheading
Talk
createaccount level createaccount level
creditspage
Talk
Page credits Page credits
cur
Talk
cur cur
currentevents
Talk
Current events Current events
currentevents-url
Talk
Current events Current events
currentrev
Talk
Current revision Current revision
currentrevisionlink
Talk
view current revision view current revision
data
Talk
Data Data
databaseerror
Talk
Database error Database error
dateformat
Talk
Date format Date format
dberrortext
Talk
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>". You probably tried a search or other operation which took too long. Possible reasons include: <ul> <li>A search where all words are in quotes. Try searching without the quotes initially. If that isn't good enough, add a few more words or use a word or two outside the quotes to indicate the general topic area. <li>An exceptionally large personal watchlist (probably over 10,000 items) at busy times. <li>You may have been unlucky and tried when the database servers were temporarily exceptionally loaded. When under exceptional load many harmless tasks may be ended at once to quickly restore normal response times. Try again in five minutes if you know that what you are doing is normally fine. </ul> <p>The generic error message is: <p> A database error has occurred. This could be because of an unacceptable search query (see $5), or it may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>". <p>If the error above is 2013 your operation was ended by the database load manager. Please improve your search or try again at a less busy time. Sorry for the inconvenience.
dberrortextcl
Talk
A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4". A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4".
deadendpages
Talk
Dead-end pages Dead-end pages
debug
Talk
Debug Debug
dec
Talk
Dec Dec
december
Talk
December December
default
Talk
default default
defaultns
Talk
Search in these namespaces by default: Search in these namespaces by default:
defemailsubject
Talk
{{SITENAME}} e-mail {{SITENAME}} e-mail
delete
Talk
Delete Delete
deletecomment
Talk
Reason for deletion Reason for deletion
deletedarticle
Talk
deleted "$1" deleted "$1"
deletedrevision
Talk
Deleted old revision $1. Deleted old revision $1.
deletedtext
Talk
"$1" has been deleted. See $2 for a record of recent deletions. "$1" has been deleted. See $2 for a record of recent deletions.
deleteimg
Talk
del del
deleteimgcompletely
Talk
Delete all revisions Delete all revisions of this image
deletepage
Talk
Delete page Delete page
deletepheading
Talk
delete level delete level
deletesub
Talk
(Deleting "$1") (Deleting "$1")
deletethispage
Talk
Delete this page Delete this page
deletionlog
Talk
deletion log deletion log
dellogpage
Talk
Deletion_log Deletion_log
dellogpagetext
Talk
Below is a list of the most recent deletions. Below is a list of the most recent deletions.
developertext
Talk
The action you have requested can only be performed by users with "developer" status. See $1. The action you have requested can only be performed by users with "developer" capability. See $1.
developertitle
Talk
Developer access required Developer access required
diff
Talk
diff diff
difference
Talk
(Difference between revisions) (Difference between revisions)
dir-text
Talk
Directory Directory
dir-url
Talk
http://www.biocrawler.com/linker/ http://www.biocrawler.com/linker/
disambiguations
Talk
Disambiguation pages Disambiguation pages
disambiguationspage
Talk
Project:Links_to_disambiguating_pages Project:Links_to_disambiguating_pages
disambiguationstext
Talk
The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here. The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.
disclaimerpage
Talk
Project:General_disclaimer Biocrawler:General_disclaimer
disclaimers
Talk
Disclaimers Disclaimers
doubleredirects
Talk
Double Redirects Double Redirects
doubleredirectstext
Talk
Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the "real" target page, which the first redirect should point to. Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the "real" target page, which the first redirect should point to.
edit
Talk
Edit Edit this page
editcomment
Talk
The edit comment was: "<i>$1</i>". The edit comment was: "<i>$1</i>".
editconflict
Talk
Edit conflict: $1 Edit conflict: $1
editcurrent
Talk
Edit the current version of this page Edit the current version of this page
editgroup
Talk
Edit Group Edit Group
edithelp
Talk
Editing help Editing help
edithelppage
Talk
Help:Editing {{ns:project}}:How_to_edit_a_page
editing
Talk
Editing $1 Editing $1
editingcomment
Talk
Editing $1 (comment) Editing $1 (comment)
editingold
Talk
<strong>WARNING: You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be lost.</strong> <strong>WARNING: You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be removed.</strong>
editingsection
Talk
Editing $1 (section) Editing $1 (section)
editsection
Talk
edit edit
editthispage
Talk
Edit this page Edit this page
editusergroup
Talk
Edit User Groups Edit User Groups
emailflag
Talk
Disable e-mail from other users Disable e-mail from other users
emailforlost
Talk
Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work. &nbsp;
emailfrom
Talk
From From
emailmessage
Talk
Message Message
emailpage
Talk
E-mail user E-mail user
emailpagetext
Talk
If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the "From" address of the mail, so the recipient will be able to reply. If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the "From" address of the mail, so the recipient will be able to reply.
emailsend
Talk
Send Send
emailsent
Talk
E-mail sent E-mail sent
emailsenttext
Talk
Your e-mail message has been sent. Your e-mail message has been sent.
emailsubject
Talk
Subject Subject
emailto
Talk
To To
emailuser
Talk
E-mail this user E-mail this user
emptyfile
Talk
The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file. The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.
enterlockreason
Talk
Enter a reason for the lock, including an estimate of when the lock will be released Enter a reason for the lock, including an estimate of when the lock will be released
error
Talk
Error Error
errorpagetitle
Talk
Error Error
exbeforeblank
Talk
content before blanking was: content before blanking was:
exblank
Talk
page was empty page was empty
excontent
Talk
content was: content was:
explainconflict
Talk
Someone else has changed this page since you started editing it. The upper text area contains the page text as it currently exists. Your changes are shown in the lower text area. You will have to merge your changes into the existing text. <b>Only</b> the text in the upper text area will be saved when you press "Save page". <p> Someone else has changed this page since you started editing it. The upper text area contains the page text as it currently exists. Your changes are shown in the lower text area. You will have to merge your changes into the existing text. <strong>Only</strong> the text in the upper text area will be saved when you press "Save page". <p>
export
Talk
Export pages Export pages
exportcuronly
Talk
Include only the current revision, not the full history Include only the current revision, not the full history
exporttext
Talk
You can export the text and editing history of a particular page or set of pages wrapped in some XML. In the future, this may then be imported into another wiki running MediaWiki software, although there is no support for this feature in the current version. To export article pages, enter the titles in the text box below, one title per line, and select whether you want the current version as well as all old versions, with the page history lines, or just the current version with the info about the last edit. In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the article [[Train]]. You can export the text and editing history of a particular page or set of pages wrapped in some XML. In the future, this may then be imported into another wiki running MediaWiki software, although there is no support for this feature in the current version. To export article pages, enter the titles in the text box below, one title per line, and select whether you want the current version as well as all old versions, with the page history lines, or just the current version with the info about the last edit. In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the article [[Train]].
extlink_sample
Talk
http://www.example.com link title http://www.example.com link title
extlink_tip
Talk
External link (remember http:// prefix) External link (remember http:// prefix)
faq
Talk
FAQ FAQ
faqpage
Talk
Project:FAQ {{ns:project}}:FAQ
feb
Talk
Feb Feb
february
Talk
February February
feedlinks
Talk
Feed: Feed:
filecopyerror
Talk
Could not copy file "$1" to "$2". Could not copy file "$1" to "$2".
filedeleteerror
Talk
Could not delete file "$1". Could not delete file "$1".
filedesc
Talk
Summary Summary
fileexists
Talk
A file with this name exists already, please check $1 if you are not sure if you want to change it. A file with this name exists already, please check $1 if you are not sure if you want to change it.
filemissing
Talk
File missing File missing
filename
Talk
Filename Filename
filenotfound
Talk
Could not find file "$1". Could not find file "$1".
filerenameerror
Talk
Could not rename file "$1" to "$2". Could not rename file "$1" to "$2".
filesource
Talk
Source Source
filestatus
Talk
Copyright status Copyright status
fileuploaded
Talk
File $1 uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[Image:$1|thumb|Description]]</nowiki></tt> <p> File "$1" uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was created and by whom, and anything else you may know about it. </p> <p> Also, choose an <a href="{{localurl:Project:Image copyright tags}}" style="font-weight:bold;">image copyright tag</a> and add it to the description page if you did not do so in the upload summary. If this is not done, and the copyright status of the file cannot otherwise be found, it may eventually be <span style="font-weight:bold;">deleted</span>. </p>
formerror
Talk
Error: could not submit form Error: could not submit form
friday
Talk
Friday Friday
geo
Talk
GEO coordinates GEO coordinates
getimagelist
Talk
fetching image list fetching file list
go
Talk
Go Go
googlesearch
Talk
<!-- SiteSearch Google --> <form method="get" action="http://www.google.de/custom" target="_top"> <table border="0" bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google"></img></a> </td> <td nowrap="nowrap"> <input type="hidden" name="domains" value="biologie.de"></input> <input type="text" name="q" size="31" maxlength="255" value="$1"></input> <input type="submit" name="sa" value="Suchen"></input> </td></tr> <tr> <td>&nbsp;</td> <td nowrap="nowrap"> <table> <tr> <td> <input type="radio" name="sitesearch" value=""></input> <font size="-1" color="#000000">Web</font> </td> <td> <input type="radio" name="sitesearch" value="biologie.de" checked="checked"></input> <font size="-1" color="#000000">biologie.de</font> </td> </tr> </table> <input type="hidden" name="client" value="pub-6110485350142139"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="UTF-8"></input> <input type="hidden" name="oe" value="UTF-8"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:CCCCCC;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:100;LW:100;L:http://www.biologie.de/w/biowikilogo100.png;S:http://www.biologie.de/w/;LP:1;FORID:1;"></input> <input type="hidden" name="hl" value="de"></input> </td></tr></table> </form> <!-- SiteSearch Google --> <div style="margin-left: 2em"> <!-- Google search --> <div style="width:130px;float:left;text-align:center;position:relative;top:-8px"><a href="http://www.google.com/" style="padding:0;background-image:none"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" style="border:none" /></a></div> <form method="get" action="http://www.google.com/search" style="margin-left:135px"> <div> <input type="hidden" name="domains" value="en.wikipedia.org" /> <input type="hidden" name="num" value="50" /> <input type="hidden" name="ie" value="$2" /> <input type="hidden" name="oe" value="$2" /> <input type="text" name="q" size="31" maxlength="255" value="$1" /> <input type="submit" name="btnG" value="Google Search" /> </div> <div style="font-size:90%"> <input type="radio" name="sitesearch" id="gwiki" value=&q