Search results

From WikiAnesthesia
  • Module:Hatnote (category Hatnote modules)
    ------------------------------------ -- Hatnote -- -- Produces standard hatnote text. Implements the {{hatnote}} template. ---------------------------
    9 KB (1,033 words) - 12:52, 4 February 2021
  • Produces: <div class="hatnote">This is a hatnote.</div> Displays as: Example 2 <syntaxhighlight lang="lua"> mHatnote._hatnote('This is a hatnote.', {extraclasses
    7 KB (893 words) - 12:52, 4 February 2021
  • } for k, v in pairs(subs) do hatnote = string.gsub(hatnote, k, v) end end return hatnote end p.hatnote = p.hatnoteInline --alias return p
    1 KB (100 words) - 12:54, 4 February 2021
  • local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize
    897 bytes (108 words) - 12:55, 4 February 2021
  • lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements
    1 KB (179 words) - 12:55, 4 February 2021
  • = 3000, ["Harvtxt"] = 5300, ["Hat"] = 10000, ["Hatnote"] = 352000, ["Hatnote_inline"] = 2800, ["Hatnote_inline/invoke"] = 2800, ["Height"] = 105000, ["Help_me-helped"]
    2 KB (252 words) - 12:52, 4 February 2021
  • ------------ local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local libraryUtil = require('libraryUtil') local checkType
    7 KB (899 words) - 12:55, 4 February 2021
  • '$') end end if isnotempty(preview) then preview = '<div class="hatnote" style="color:red"><strong>Warning:</strong> ' .. preview .. ' (this message
    3 KB (454 words) - 12:52, 4 February 2021