Search results

View (previous 100 | ) (20 | 50 | 100 | 250 | 500)
  • International Standard Book Number (category Articles with example C code)
    transposition. For instance, the above example allows this situation with the 6 followed by a 1. The correct order contributes 3×6+1×1 = 19 to the sum;...
    54 KB (6,204 words) - 12:31, 15 April 2023
  • HTML (category Articles with example code)
    HTML document: <head>...</head>. The title is included in the head, for example: <head> <title>The Title</title> <link rel="stylesheet" href="stylebyjimbowales...
    82 KB (9,489 words) - 14:35, 2 January 2022
  • inherent orthographic "correctness"; both are equally "correct", and each is the preferred style in some style guides. For example, the American Heritage...
    66 KB (6,185 words) - 17:53, 12 December 2020
  • or provides functionality to certain element types unable to function correctly without them. In HTML syntax, an attribute is added to an HTML start tag...
    38 KB (1,771 words) - 18:16, 2 January 2022
  • location of an HTTP proxy server which will redirect web accesses to the correct online location of the linked item. The CrossRef recommendation is primarily...
    32 KB (4,034 words) - 12:24, 15 April 2023
  • NLM changed the indexing system so that publishers are able to directly correct typos and errors in PubMed indexed articles. PubMed has been reported to...
    31 KB (3,412 words) - 10:06, 7 September 2021
  • for example, in CSS, with @import directives of the form, <style> @import url; </style> Standardized in HTML 3.2; still current. <title>...</title> This...
    112 KB (12,615 words) - 10:45, 7 September 2021
  • delivered: if delivered by hand: on the day of delivery; if sent by post to the correct address: within 72 hours of posting. In the event of a dispute between...
    20 KB (3,440 words) - 15:52, 3 July 2023
  • members increases the number of majorities that can come to a correct vote (however correctness is defined). The problem is that if the average member is...
    25 KB (2,986 words) - 18:12, 2 January 2022
  • always, the contraction includes the first and last letters or elements. Examples of contractions are "li'l" (for "little"), "I'm" (for "I am"), and "he'd've"...
    30 KB (3,804 words) - 16:04, 6 September 2021
  • the correct order, and best placed before named parameters. An example of the syntax using the Template:Collapse top: {{Collapse top|This is the title text|This...
    36 KB (4,614 words) - 18:19, 2 January 2022
  • Title changing or correcting templates + magic word [<span style="" title="<translate nowrap> View this template</translate>"><translate> view</translate>...
    3 KB (19 words) - 13:48, 3 April 2023
  • short list of 'names' that are typically not the correct names for the cited source. Some examples are: Template:Div col begin about us author collaborator...
    138 KB (13,707 words) - 03:46, 9 March 2023
  • assistance.", ["INCORRECT_CATEGORY_TITLE"] = "[[:%s]] is not the category being populated by the {{tlx|%s}} template. The correct category is located at: [[:%s]]...
    31 KB (4,553 words) - 10:06, 22 October 2022
  • were not aware of the concept of bias in reporting, let alone actively correcting for it. News is also sometimes said to portray the truth, but this relationship...
    152 KB (20,987 words) - 10:00, 8 August 2023
  • 'no-page' ) end local title = mw.title.new(page) if not title then return getError( 'no-page' ) end if title.isRedirect then title = title.redirectTarget end...
    8 KB (1,085 words) - 18:27, 4 December 2022
  • for example, {{convert|1-2|ft}}. -- Words must be in correct order for searching, for example, 'x' after 'xx'. local range_words = { '-', '–', 'xx',...
    19 KB (2,293 words) - 10:01, 8 August 2023
  • intended to obstruct the project's purpose of building a free encyclopedia. Examples include adding irrelevant obscenities or jokes, illegitimately blanking...
    5 KB (366 words) - 18:19, 2 January 2022
  • link to an external website; the external link will not render correctly. Below is an example of a wikilinked author credit: {{cite book |author-last1=Hawking...
    72 KB (10,375 words) - 16:23, 4 April 2023
  • List of title parameter names in this order. -- List used for multi title lists. local titleList = { 'Title', 'RTitle', 'AltTitle', 'RAltTitle', 'NativeTitle'...
    31 KB (3,921 words) - 08:51, 11 March 2023
  • specified to control the position of the image. For examples of how all this works, see Examples of location parameter. right Place the image on the right...
    44 KB (4,617 words) - 14:49, 2 January 2022
  • characters or in the keyword area. So this section has many examples and few mis-examples. For example, only at the beginning of a line (bol of wikitext, bol...
    82 KB (5,137 words) - 10:43, 7 September 2021
  • to the correct article title. For example, an editor of an astronomy article may have created a link to Mercury, and this should be corrected to point...
    1 KB (220 words) - 14:02, 26 December 2022
  • prefixed_name(unit, name, index) -- Return unit name with SI prefix inserted at correct position. -- index = 1 (name1), 2 (name2), 3 (name1_us), 4 (name2_us)...
    133 KB (20,940 words) - 10:01, 8 August 2023
  • short example is the code: {{tl|foo}} generates {{foo}} Most templates are pages in the template namespace, which means that they have titles in the...
    47 KB (5,591 words) - 19:32, 1 January 2022
  • flag set true when data.digits.enable is true local this_page = mw.title.getCurrentTitle(); local track = {}; -- Associative array to hold...
    38 KB (5,288 words) - 13:04, 22 October 2022
  • In the following sections, various list types are used for different examples, but other list types will generally give corresponding results. Ordered...
    27 KB (2,509 words) - 14:35, 2 January 2022
  • citation_config.messages it has been moved into its own, more semantically correct place. ]] local presentation = { -- .citation-comment class is specified...
    102 KB (13,370 words) - 17:31, 10 April 2023
  • citation_config.messages it has been moved into its own, more semantically correct place. ]] local presentation = { -- .citation-comment class is specified...
    95 KB (12,422 words) - 10:00, 8 August 2023
  • interpreted correctly. return '\n' .. (content or '') .. '\n' end p.contentTitle = makeInvokeFunc('_contentTitle') function p._contentTitle(args, env)...
    34 KB (4,045 words) - 18:53, 4 December 2022
  • =======================================]] local currtitle = mw.title.getCurrentTitle() local nexistingcats = 0 local errors = '' local testcasecolon...
    77 KB (10,661 words) - 18:49, 8 February 2023
  • the title of the page to which the text links. It is created with wikitext that results in hyperlinked (underlined, clickable) text. For example, the...
    10 KB (1,259 words) - 14:36, 2 January 2022
  • L, Title}); Title = Title .. TransTitle; else Title = Title .. TransTitle; end end else Title = TransTitle; end if utilities...
    209 KB (29,923 words) - 15:43, 14 January 2023
  • L, Title}); Title = Title .. TransTitle; else Title = Title .. TransTitle; end end else Title = TransTitle; end if utilities...
    215 KB (30,833 words) - 20:31, 10 April 2023
  • Safer Nicotine Wiki:Moving a page (category Wikipedia article title help)
    may also be moved to another namespace without changing the base title—for example, a userspace draft may be moved to article space. Autoconfirmed rights...
    41 KB (5,646 words) - 18:33, 2 January 2022
  • stemming is turned off for a word the pages listed in the search results are correct, (they don't have stemmed-only variants, they all have the word as given)...
    60 KB (8,509 words) - 15:31, 18 June 2022
  • being forced to insert a meaningless heading just to position the TOC correctly (i.e. not too low). However, if there is any text at all between the TOC...
    25 KB (3,515 words) - 10:46, 7 September 2021
  • as archiveheader, minthreadsleft, etc. The examples below are also available for use. All of the examples here are intended for you to be able to copy...
    31 KB (3,124 words) - 14:36, 2 January 2022
  • frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current...
    67 KB (9,029 words) - 18:54, 4 December 2022
  • {{harvid}}. this function assumes that {{sfnref}} and {{harvid}} are correctly formed. ]] local function sfnref_get (template) template = template:gsub...
    37 KB (5,140 words) - 19:25, 4 December 2022
  • and the unit is not defined in convert, -- the sort key may not be correct; this allows such units to be identified. if not (unit.si or unit.scale_text)...
    23 KB (3,523 words) - 18:27, 4 December 2022
  • superficial differences exist between the current and previous versions. Examples include typographical corrections, corrections of minor formatting errors...
    8 KB (1,064 words) - 18:17, 2 January 2022
  • are very similar in appearance, so it is important to use the correct image. For example, the images for the closing single quotation mark (’) and closing...
    22 KB (2,919 words) - 18:22, 2 January 2022
  • unprocessed wikitext source code of a page. For example: https://en.wikipedia.org/w/index.php?title=Help:Creating_a_bot&action=raw. An API query with...
    30 KB (4,334 words) - 18:22, 2 January 2022
  • interpret it correctly as "Wikipedia:Example", pageid 25263910. What you type [//en.wikipedia.org/w/api.php?action=query&prop=links&pllimit=500&titles=fullpagename...
    46 KB (6,015 words) - 14:34, 2 January 2022
  • characters, then they will not display and link correctly. Those characters need to be percent-encoded. For example, a space must be replaced by %20. To encode...
    32 KB (3,322 words) - 05:10, 28 January 2023
  • properties abbr = 'WGT', dst_abbr = 'WGST', -- ??? what is the correct abbreviation? utc_offset = '-03:00', df = 'dmy', dst_begins = 'last...
    20 KB (2,771 words) - 22:11, 14 January 2022
  • because then it will automatically add a redlinked category instead of the correct category. The simplest way to use this parameter manually is {{More citations...
    1 KB (1,516 words) - 10:00, 8 August 2023
  • of a new article is caused by lack of notability. Anything else can be corrected by improving an article, but lack of notability means the article will...
    35 KB (4,527 words) - 18:17, 2 January 2022
  • empty or omitted entirely. If you added an infobox and it didn't display correctly, here are the common errors: You used a made-up or invalid parameter....
    10 KB (1,583 words) - 18:11, 2 January 2022
  • statement's validity Note: Refer to the Incorrect uses section below for examples of inappropriate uses, and suggested alternatives. When using this template...
    641 bytes (709 words) - 18:28, 2 January 2022
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    130 bytes (5,476 words) - 14:45, 11 December 2020
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    128 bytes (5,484 words) - 14:45, 11 December 2020
  • |host=Host|title=Title |website=website |publisher=Publisher |date=17 May 2024 |url=http://example.org |access-date=17 May 2024}} Host (17 May 2024). "Title"....
    126 bytes (6,094 words) - 18:20, 26 October 2021
  • other recent browsers. An optional step that can be taken for better (and correct) display of characters with ligature forms, combined characters, after...
    14 KB (1,706 words) - 14:36, 2 January 2022
  • editor (Notepad for example). Use replace (from edit menu in Notepad). See previous sections to learn how to copy that corrected list into a table. If...
    183 KB (12,824 words) - 03:39, 7 September 2021
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    162 bytes (6,534 words) - 14:45, 11 December 2020
  • indented: References Incorrectly boxed example reference If this is fixed, the above example would display inside a correctly-indented box, which would look like...
    292 bytes (701 words) - 19:51, 1 January 2022
  • correct term for post-revival Doctor Who, see WP:WHO/MOS#Terminology. --Redrose64 🌹 (talk) 07:31, 22 August 2021 (UTC) @Redrose64: see the examples above...
    247 KB (33,947 words) - 03:41, 7 September 2021
  • This is particularly important for newcomers, who may not understand the correct way to resolve edit conflicts, though even experienced users may need the...
    11 KB (1,650 words) - 14:36, 2 January 2022
  • delivered: if delivered by hand: on the day of delivery; if sent by post to the correct address: within 72 hours of posting. In the event of a dispute between...
    19 KB (3,225 words) - 18:08, 23 January 2023
  • article or section: {{Globalize|date=April 2024}} This code provides the correct date, assumes that your concerns affect the entire article, and assumes...
    2 KB (895 words) - 10:01, 8 August 2023
  • suitable example is taken as a basis). Large timelines may take a few hours for composition and fine-tuning. However, adding to or correcting a timeline...
    47 KB (6,392 words) - 18:22, 2 January 2022
  • Thumbnail for File:GSTHR2020-Burning-Issues.pdf
    File:GSTHR2020-Burning-Issues.pdf (matches file content)
    GDP (nominal). (2020). In Wikipedia. https://en.wikipedia.org/w/index.php?title=List_of_countries_by_ GDP_(nominal)&oldid=974300848 the estimated annual...
    (1,239 × 1,752 (15.43 MB)) - 17:36, 2 December 2020
  • five names can be used: {{Not a typo}} for items that are actually correct. Examples: bird calls, made-up words, "he put a little {{not a typo|english}}...
    76 bytes (460 words) - 17:54, 12 December 2020
  • milliseconds)', 'rt-tooltipsForComments': 'Show tooltips over <span title="Tooltip example" class="' + ( COMMENTED_TEXT_CLASS || 'rt-commentedText' ) + '"...
    25 KB (2,667 words) - 16:27, 6 September 2021
  • discussion from |1=Wikipedia:Help desk#Question about turtles |2=This is the correct venue. ~~~~}} [[Chelonia]] currently redirects to [[Turtle]], but ''Chelonia''...
    407 bytes (904 words) - 19:41, 1 January 2022
  • stemming is turned off for a word the pages listed in the search results are correct, (they don't have stemmed-only variants, they all have the word as given)...
    4 KB (13,691 words) - 14:47, 2 January 2022
  • can find the general wikitext of interest with a plain insource: filter. Examples of the plain insource: search are in § Parameters hastemplate and insource...
    3 KB (10,648 words) - 17:55, 24 March 2023
  • name in the title at the beginning of the page. Some examples (in different namespaces): The template does not work together with other title modification...
    508 bytes (344 words) - 03:07, 5 December 2021
  • discussion from |1=Wikipedia:Help desk#Question about turtles |2=This is the correct venue. ~~~~}} [[Chelonia]] currently redirects to [[Turtle]], but ''Chelonia''...
    527 bytes (778 words) - 18:23, 4 December 2022
  • linked, such as information about the author, title, and/or publication. Bare URLs—add this tag http://www.example.org/page.html [1] Good citations—do not add...
    1 KB (645 words) - 13:33, 8 December 2021
  • name in the title at the beginning of the page. Some examples (in different namespaces): The template does not work together with other title modification...
    3 KB (303 words) - 11:25, 19 October 2021
  • can't tell that the logical application of the data to the structure isn't correct, only that tags are nested properly, etc.). The following template names...
    8 KB (718 words) - 18:13, 4 December 2022
  • redundancy by suppressing the display of the title altogether by adding the parameter |notitle=1 (see example below). These templates are for citing U.S...
    640 bytes (188 words) - 16:32, 2 January 2022
  • namespace from a title with a different correct spelling of the target. Do not use this rcat to tag a redirect from an incorrectly spelled title – misspelled...
    1 KB (816 words) - 15:48, 1 September 2021
  • can't tell that the logical application of the data to the structure isn't correct, only that tags are nested properly, etc.). The following template names...
    500 bytes (761 words) - 23:53, 27 August 2021
  • (following the above examples) to the {{citation}} or {{cite journal}} templates. {{cite arXiv |last=Sparling |first=George A. J. |date=2006 |title=Spacetime is...
    799 bytes (1,476 words) - 18:28, 2 January 2022
  • and access dates. title: Title of source. Displays in italics. Titles containing certain characters will not display and link correctly unless those characters...
    126 bytes (1,487 words) - 19:27, 4 December 2022
  • stored at Module:Portal/images/f. If there is an entry for a portal on the correct page then the corresponding image will be shown next to the portal link...
    168 bytes (923 words) - 16:46, 20 February 2022
  • five names can be used: {{Not a typo}} for items that are actually correct. Examples: bird calls, made-up words, "he put a little {{not a typo|english}}...
    3 KB (418 words) - 21:34, 25 November 2022
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    123 bytes (7,764 words) - 14:53, 10 December 2020
  • because then it will automatically add a redlinked category instead of the correct category. The simplest way to use this parameter manually is {{More citations...
    14 KB (1,474 words) - 15:36, 11 April 2023
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    126 bytes (8,906 words) - 14:53, 10 December 2020
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    3 KB (5,434 words) - 19:24, 4 December 2022
  • {{var}}, to make them more distinguishable, like these serif examples: I, l. More examples This is the TemplateData documentation for this template used...
    322 bytes (342 words) - 18:38, 10 December 2020
  • {{var}}, to make them more distinguishable, like these serif examples: I, l. More examples This is the TemplateData documentation for this template used...
    4 KB (301 words) - 04:47, 2 June 2022
  • {{#tag:ref|...}} and the {{sfn}} template will work correctly inside the footnote, as shown in the second example. Sometimes there is a need to create two or...
    222 bytes (3,726 words) - 14:48, 11 December 2020
  • {{#tag:ref|...}} and the {{sfn}} template will work correctly inside the footnote, as shown in the second example. Sometimes there is a need to create two or...
    201 bytes (3,725 words) - 14:48, 11 December 2020
  • {{#tag:ref|...}} and the {{sfn}} template will work correctly inside the footnote, as shown in the second example. Sometimes there is a need to create two or...
    389 bytes (3,743 words) - 14:48, 11 December 2020
  • {{#tag:ref|...}} and the {{sfn}} template will work correctly inside the footnote, as shown in the second example. Sometimes there is a need to create two or...
    2 KB (3,682 words) - 16:08, 28 October 2022
  • discussion from |1=Wikipedia:Help desk#Question about turtles |2=This is the correct venue. ~~~~}} [[Chelonia]] currently redirects to [[Turtle]], but ''Chelonia''...
    7 KB (860 words) - 09:49, 2 January 2023
  • Template:Wikt-lang automatically determines the correct English Wiktionary entry by removing italics or bolding, and removing or replacing diacritical...
    4 KB (238 words) - 12:45, 7 September 2022
  • brackets after title. Use of the language parameter is recommended. Titles containing certain characters will not display and link correctly unless those...
    36 KB (5,443 words) - 19:24, 4 December 2022
  • [edit] [history] [purge] Template:Wikt-lang automatically determines the correct English Wiktionary entry by removing italics or bolding, and removing or...
    244 bytes (279 words) - 08:49, 7 December 2018
  • |host=Host|title=Title |website=website |publisher=Publisher |date=18 May 2024 |url=http://example.org |access-date=18 May 2024}} Host (18 May 2024). "Title"....
    7 KB (6,053 words) - 14:15, 28 September 2022
  • Usage: samples of blank parameters that can be copied and pasted Examples: examples of various usage Parameters: detailed descriptions of each parameter...
    174 bytes (9,980 words) - 14:53, 10 December 2020
  • from misspelling|(correct spelling if needed)|printworthy}} {{R printworthy}} }} In this case, the rcat's |1= parameter is the correct spelling (used only...
    2 KB (2,516 words) - 18:23, 4 December 2022
  • incomplete name: This is a redirect from a title that is an incomplete form of a topic's correct name. The correct name is given by the target of this redirect...
    1 KB (581 words) - 15:49, 2 January 2022
  • redundancy by suppressing the display of the title altogether by adding the parameter |notitle=1 (see example below). These templates are for citing U.S...
    2 KB (135 words) - 04:50, 14 April 2020
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)