Search results

From WikiAnesthesia
  • Module:Arguments (category Modules subject to page protection)
    val) -- This function is called when a module tries to add a new value to the -- args table, or tries to change an existing value. if type(key) ==
    10 KB (1,447 words) - 12:52, 4 February 2021
  • Module:Navbar (category Modules subject to page protection)
    talkpage = title.talkPageTitle and title.talkPageTitle.fullText or '' -- TODO: Get link_descriptions and show into the configuration module. -- link_descriptions
    5 KB (706 words) - 12:52, 4 February 2021
  • Module:Yesno (category Modules subject to page protection)
    consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses
    745 bytes (116 words) - 12:52, 4 February 2021
  • Module:Navbox (category Modules subject to page protection)
    item:sub(1, 2) == '{|' then -- Applying nowrap to lines in a table does not make sense. -- Add newlines to compensate for trim of x in |parm=x in a template
    12 KB (1,676 words) - 12:52, 4 February 2021
  • Module:Infobox (category Modules subject to page protection)
    the argument exists and isn't blank, add it to the argument table. -- Blank arguments are treated as nil to match the behaviour of ParserFunctions. if
    15 KB (1,954 words) - 12:52, 4 February 2021
  • Module:InfoboxImage (category Modules subject to page protection)
    result = "[[File:" .. image; if page ~= "" and page ~= nil then result = result .. "|page=" .. page; end if size ~= "" and
    9 KB (1,195 words) - 12:52, 4 February 2021
  • Module:Message box (category Modules subject to page protection)
    a talk page, make a link to that page. Else -- assume that it's a section heading, and make a link to the talk -- page of the current page with that
    18 KB (2,344 words) - 12:52, 4 February 2021
  • Module:Hatnote (category Modules subject to page protection)
    for i, page in ipairs(pages) do ret[i] = p._formatLink{link = page} end return ret end function p.formatPageTables(...) -- Takes a list of page/display
    9 KB (1,033 words) - 12:52, 4 February 2021
  • Module:Sidebar (category Modules subject to page protection)
    require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles
    10 KB (1,284 words) - 12:52, 4 February 2021
  • Module:Citation/CS1 (category Modules subject to page protection)
    Page = A['Page']; Pages = hyphen_to_dash (A['Pages']); At = A['At']; end local QuotePage = A['QuotePage']; local QuotePages = hyphen_to_dash (A['QuotePages']);
    199 KB (28,111 words) - 12:52, 4 February 2021
  • Module:Documentation (category Modules subject to page protection)
    The title object for the current page, or a test page passed with args.page. local title local titleArg = args.page if titleArg then title = mw
    36 KB (4,176 words) - 12:52, 4 February 2021
  • Module:Authority control (category Modules subject to page protection)
    route through this particular redirect rather than linking directly to the target page. This reduces clutter in "What links here" and improves reverse lookup
    45 KB (7,105 words) - 12:52, 4 February 2021
  • Module:Unsubst (category Modules subject to page protection)
    getParent) ~= 'function' or not frame:getParent() then error( "argument #1 to 'main' must be a frame object with a parent " .. "frame available",
    4 KB (571 words) - 12:52, 4 February 2021
  • Module:Navbox/doc (category Pages with script errors)
    This module implements the {{Navbox}} template. Please see the template page for usage instructions. Category:Navbox orphans (0) Category:Navigational
    626 bytes (36 words) - 12:52, 4 February 2021
  • Module:Authority control/doc (category Pages with script errors)
    identifiers (0) – tracking only (no error) Category:Pages using authority control with parameters (0) – migrate IDs to Wikidata, if possible (no error) Category:VIAF
    2 KB (250 words) - 12:52, 4 February 2021
  • Module:Sidebar/doc (category Pages with script errors)
    Lua error: bad argument #1 to "get" (not a valid title). This module implements the templates {{sidebar}} and {{sidebar with collapsible lists}}. See the
    305 bytes (29 words) - 12:52, 4 February 2021
  • Module:Navbar/doc (category Pages with script errors)
    Lua error: bad argument #1 to "get" (not a valid title). This is a Lua implementation of {{Navbar}}. It is used in Module:Navbox.
    302 bytes (23 words) - 12:52, 4 February 2021
  • Module:Infobox/doc (category Pages with script errors)
    Module:Infobox is a module that implements the {{Infobox}} template. Please see the template page for usage instructions. Category:Pages which use infobox
    647 bytes (48 words) - 12:52, 4 February 2021
  • Module:Documentation/doc (category Pages with script errors) (section Use in other modules)
    argument #1 to "get" (not a valid title). This module displays a blue box containing documentation for templates, Lua modules, or other pages. The {{documentation}}
    2 KB (173 words) - 12:52, 4 February 2021
  • Module:Message box/doc (category Pages with script errors)
    intended to be used from Lua modules, and should not be used directly from wiki pages. If you want to use this module's functionality from a wiki page, please
    5 KB (616 words) - 12:52, 4 February 2021
  • Module:Yesno/doc (category Pages with script errors)
    below) always evaluates to either true or false, and nil always evaluates to nil. Other values evaluate to default. First, load the module. Note that it can
    3 KB (457 words) - 12:53, 4 February 2021
  • Module:Unsubst/doc (category Pages with script errors)
    never be substituted. A trick to avoid that is to make a template substitute to its transcluded form. Infoboxes should use Module:Unsubst-infobox, as should
    4 KB (387 words) - 12:52, 4 February 2021
  • Module:Hatnote/doc (category Pages with script errors) (section Use from other Lua modules)
    trick, and links to sections are automatically formatted as page § section, rather than the MediaWiki default of page#section. If italicizePage is true then
    7 KB (893 words) - 12:52, 4 February 2021
  • Module:Arguments/doc (category Pages with script errors) (section Writing to the args table)
    list but without any number linking to it. This has been a problem with modules that use pairs() to detect whether to use the arguments from the frame or
    15 KB (1,875 words) - 12:52, 4 February 2021
  • Module:InfoboxImage/doc (category Pages with script errors)
    }}} | link={{{link}}} | border=yes | center=yes | page={{{page}}} }} [[File:{{{image}}}|page={{{page}}}|{{{size}}}|center|alt={{{alt}}}|link={{{link}}
    13 KB (340 words) - 12:52, 4 February 2021
  • -- cfg['protection-reason-edit'] -- The protection reason for edit-protected templates to pass to -- [[Module:Protection banner]]. cfg['protection-reason-edit']
    18 KB (2,264 words) - 12:52, 4 February 2021
  • -- Whether this page needs a protection category. Protection.shouldHaveProtectionCategory = Protection.shouldShowLock function Protection:isTemporary()
    25 KB (3,000 words) - 12:52, 4 February 2021
  • parameter. It is sorted by protection action, -- protection level, and whether the page is a talk page or not. If the page is -- a talk page it will have a talk
    45 KB (5,019 words) - 12:52, 4 February 2021
  • = 4000, ["Sub"] = 2700, ["Subinfobox_bodystyle"] = 31000, ["Subject_bar"] = 16000, ["Subject_bar/styles.css"] = 16000, ["Suboff"] = 5200, ["Subon"] = 5300
    10 KB (1,187 words) - 12:52, 4 February 2021
  • File:CITI Basic Instructions.pdf
    This was a document emailed to me by the institutional review board for human research regarding how to enroll in CITI mandated training for researchers
    (1,275 × 1,650 (1.83 MB)) - 00:31, 17 May 2022
  • File:AMEE Guide 32 e Learning in medical education Part 1 Learning teaching and assessment.pdf (matches file content)
    context and exposure to consequential activity within subject areas–principles intrinsic not only to successful gaming but also to established constructivist
    (1,321 × 1,735 (353 KB)) - 00:42, 17 May 2022
  • File:Ketamine Consensus Guidelines for Acute Pain 2018.pdf (matches file content)
    in the perioperative period, and are therefore subject to the same methodological limitations that apply to those evaluating ketamine for acute and chronic
    (1,162 × 1,612 (225 KB)) - 00:35, 17 May 2022
  • File:When things go wrong - responding to adverse events.pdf (matches file content)
    response to an unanticipated event and to try to develop an evidence-based statement addressing these crucial issues. The Working Group began to meet monthly
    (1,275 × 1,650 (197 KB)) - 00:31, 17 May 2022
  • File:Scholarship publication and career advancement in health professions education AMEE Guide No 43.pdf (matches file content)
    found to a significant degree on the page (or screen). Second, learning to participate effectively begins with learning to read powerfully, both to learn
    (1,321 × 1,735 (374 KB)) - 00:36, 17 May 2022
  • File:Bookshelf NBK222274.pdf (matches file content)
    given to the National Academy of Sciences by its congressional charter to be an adviser to the federal government and, upon its own initiative, to identify
    (1,275 × 1,650 (1.58 MB)) - 00:35, 17 May 2022
  • File:Zoll R Series ALS manual.pdf
    Operator's guide to defibrillator/external pacer, from the manufacturer.
    (1,275 × 1,650 (8.21 MB)) - 00:31, 17 May 2022
  • File:Intraoperative neuromuscular monitoring site and residual paralysis (Thilen 2012).pdf (matches file content)
    01 0.01 95% CI 2.08–14.46 0.97 to 1.02 0.53–2.59 0.22 to 2.87 0.58 to 1.47 0.83 to 0.99 0.72 to 1.90 0.97 to 1.01 1.00 to 1.01 0.22–3.14 — 1.33–10.40 1
    (1,218 × 1,631 (490 KB)) - 00:31, 17 May 2022
  • File:EEG Interpretation Anesthesiology 2015.pdf (matches file content)
    slow-delta oscillations (0.1 to 4 Hz) and alpha-beta (8 to 22 Hz) oscillations in a volunteer subject receiving a propofol infusion to achieve and maintain a
    (1,218 × 1,631 (6.87 MB)) - 00:36, 17 May 2022
  • Template:Citation (category Pages with broken file links)
    misuse of the parameter to indicate a page range and will convert |page=3-12 to |pages=3{{ndash}}12. Alias: p. OR: pages: A range of pages in the source that
    127 bytes (9,004 words) - 12:52, 4 February 2021