Search translations

Jump to navigation Jump to search
Languages
Message groups
About
MediaWiki:Header-menu-about/en-gb
User to get information about
MediaWiki:Apihelp-query+babel-param-user/en-gb
Search {{SITENAME}}
MediaWiki:Mobile-frontend-placeholder/en-gb
O {{SITENAME}}
MediaWiki:Tagline/en-gb
Chwilio {{SITENAME}}
MediaWiki:Searchsuggest-search/en-gb
Get information about what languages the user knows
MediaWiki:Apihelp-query+babel-description/en-gb
Ynglŷn â {{SITENAME}}
MediaWiki:Aboutsite/en-gb
Ymuno â {{SITENAME}}
MediaWiki:Userlogin-joinproject/en-gb
Retrieve information about the category page for categories beginning <kbd>List</kbd>.
MediaWiki:Apihelp-query+allcategories-example-generator/en-gb
About the project, what you can do, and where to find things
MediaWiki:Tooltip-n-portal/en-gb
Regular expression is too complex.  Learn more about simplifying it [[mw:Special:MyLanguage/Help:CirrusSearch/RegexTooComplex|here]].
MediaWiki:Cirrussearch-regex-too-complex-error/en-gb
Get page information about the pages returned for a search for <kbd>meaning</kbd>.
MediaWiki:Apihelp-query+search-example-generator/en-gb
Learn more about how we build our mobile site @ https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:MobileFrontend
MediaWiki:Mobile-frontend-console-recruit/en-gb
Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.
MediaWiki:Apihelp-query+pageswithprop-example-generator/en-gb
Ffrwyth llafur pobl fel chi yw {{SITENAME}}.
MediaWiki:Createacct-benefit-heading/en-gb
Makes a request to the Google+ api to find out some personal information about a given user.
MediaWiki:Apihelp-googleplusprofileinfo-summary/en-gb
Makes a request to the Google+ api to find out some personal information about a given user.
MediaWiki:Apihelp-googleplusprofileinfo-description/en-gb
Please use the form below to contact us about someone you suspect is abuse or misusing a Wikimedia trademark.
MediaWiki:Contactpage-pagetext-licenseabuse/en-gb
This page displays information about the enabled maths rendering {{PLURAL:$1|mode|modes}}.

The following rendering {{PLURAL:$1|mode is|modes are}} enabled:
MediaWiki:Math-status-introduction/en-gb
A standardised table providing complete information about the file, including description of what it shows and how it was made, copyright status and source.
MediaWiki:Wm-license-information-table-summary/en-gb
You need to log into your {{SITENAME}} account to authorise applications to access it.
MediaWiki:Mwoauth-login-required-reason/en-gb
__NOTOC__
<div class="mw-specialCiteThisPage-bibliographic">

== Bibliographic details for {{FULLPAGENAME}} ==

* Page name: {{FULLPAGENAME}}
* Author: {{SITENAME}} contributors
* Publisher: ''{{SITENAME}}, {{int:sitesubtitle}}''.
* Date of last revision: {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC
* Date retrieved: <citation>{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC</citation>
* Permanent URL: {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}
* Page Version ID: {{REVISIONID}}

</div>
<div class="plainlinks mw-specialCiteThisPage-styles">

== Citation styles for {{FULLPAGENAME}} ==

=== [[APA style]] ===
{{FULLPAGENAME}}. ({{CURRENTYEAR}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}). ''{{SITENAME}}, {{int:sitesubtitle}}''. Retrieved <citation>{{CURRENTTIME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation> from {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}.

=== [[The MLA style manual|MLA style]] ===
"{{FULLPAGENAME}}." ''{{SITENAME}}, {{int:sitesubtitle}}''. {{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}} UTC. <citation>{{CURRENTDAY}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}, {{CURRENTTIME}}</citation> &lt;{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}&gt;.

=== [[MHRA Style Guide|MHRA style]] ===
{{SITENAME}} contributors, '{{FULLPAGENAME}}', ''{{SITENAME}}, {{int:sitesubtitle}},'' {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, {{CURRENTTIME}} UTC, &lt;{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}&gt; [accessed <citation>{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}</citation>]

=== [[The Chicago Manual of Style|Chicago style]] ===
{{SITENAME}} contributors, "{{FULLPAGENAME}}," ''{{SITENAME}}, {{int:sitesubtitle}},'' {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (accessed <citation>{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation>).

=== [[Council of Science Editors|CBE/CSE style]] ===
{{SITENAME}} contributors. {{FULLPAGENAME}} [Internet]. {{SITENAME}}, {{int:sitesubtitle}}; {{CURRENTYEAR}} {{CURRENTMONTHABBREV}} {{CURRENTDAY}}, {{CURRENTTIME}} UTC [cited <citation>{{CURRENTYEAR}} {{CURRENTMONTHABBREV}} {{CURRENTDAY}}</citation>]. Available from:
{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}.

=== [[Bluebook|Bluebook style]] ===
{{FULLPAGENAME}}, {{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (last visited <citation>{{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}</citation>).

=== [[BibTeX]] entry ===

  @misc{ wiki:xxx,
   author = "{{SITENAME}}",
   title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{int:sitesubtitle}}",
   year = "{{CURRENTYEAR}}",
   url = "{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}",
   note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]"
  }

When using the [[LaTeX]] package url (<code>\usepackage{url}</code> somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:

  @misc{ wiki:xxx,
   author = "{{SITENAME}}",
   title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{int:sitesubtitle}}",
   year = "{{CURRENTYEAR}}",
   url = "'''\url{'''{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}'''}'''",
   note = "[Online; accessed <citation>{{CURRENTDAY}}-{{CURRENTMONTHNAME}}-{{CURRENTYEAR}}</citation>]"
  }


</div> <!--closing div for "plainlinks"-->
MediaWiki:Citethispage-content/en-gb
I confirm that I am uploading this file following the terms of service and licencing policies on {{SITENAME}}.
MediaWiki:Upload-form-label-own-work-message-generic-local/en-gb
<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorised into the new one.
MediaWiki:Movecategorypage-warning/en-gb
This barnstar is awarded to recognise particularly fine contributions to {{SITENAME}}, to let people know that their hard work is seen and appreciated.
MediaWiki:Wikilove-barnstar-original-desc/en-gb