All public logs

From MoHA Wiki

Combined display of all available logs of MoHA Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 03:12, August 9, 2022 Moha talk contribs deleted page Module:Citation (content was: "error('This module is retained for historical and structural reasons; consider using Module:Citation/CS1.')")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Authority control/doc (content was: "{{High-risk}} {{Module rating|protected}} {{Lua sidebar}} {{Uses Wikidata|section=Parameters}} {{Lua|Module:Navbox|Module:ResolveEntityId|Module:No globals}} This module contains the code of the {{T|Authority control}} template. See its documentation. __TOC__ {{Clear}} {{Anchor|Parameters|Parameter names|Wikidata|Wikidata properties|Tracking categories}} == Parameters, Wikidata properties, and tracking categories == {{#invoke:Authority control|docConfTable}} == Additional tra...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Side box (content was: "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args.collaps...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Side box/styles.css (content was: "{{pp|small=y}}: .side-box { margin: 4px 0; box-sizing: border-box; border: 1px solid #aaa; font-size: 88%; line-height: 1.25em; background-color: #f9f9f9; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { @noflip: padding: 2px 0 2px 0.9em; text-align: center; } .side-box-imageright { @noflip: padding: 2px 0.9em 2px 0; text-align: center; } roughly the skin's sidebar + size of side box: @media (min-width: 500...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Suppress categories (content was: "-- This is a simple module to strip categories from wikitext. It does -- not support nested links or magic words like __TOC__, etc. Even so, -- it should still handle most categories. local p = {} -- Detects if a category link is valid or not. If it is valid, -- the function returns the blank string. If not, the input -- is returned with no changes. local function processCategory( all, submatch ) local beforePipe = mw.ustring.match( submatch, '^(.-)[%s_]*|[%s_]*.-$' )...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Template wrapper (content was: "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Wd (content was: "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. local p = {} local arg = ... local i18n local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = arg end if not i18n then i18n = require(title .. "/i18n").init(aliasesP) end end p.claimCommands = { pr...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Wd/i18n (content was: "-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '$1'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter '$1' must be defined as optional", ["no-function-specified"] = "You must specify a function to call", -- equal to th...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Infobox/doc (content was: "{{High-use|3308957|all-pages = yes}} {{module rating|protected}} {{Lua|Module:Navbar}} {{Uses TemplateStyles|Module:Infobox/styles.css}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions. == Tracking categories == * {{clc|Pages using infobox templates with ignored data cells}} * {{clc|Articles using infobox templates with no data rows}} * {{clc|Pages using embedded infobox templates...")
  • 03:09, August 9, 2022 Moha talk contribs deleted page Module:Infobox/styles.css (content was: "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; border: none...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Transclusion count/data/I (content was: "return { ["IAAF_name"] = 2200, ["IAST"] = 5700, ["IBDB_name"] = 9000, ["ICD10"] = 4600, ["ICD9"] = 4400, ["ICS"] = 2800, ["IDN"] = 3200, ["IMDb_episode"] = 9100, ["IMDb_episodes"] = 2100, ["IMDb_name"] = 148000, ["IMDb_title"] = 182000, ["IMO_Number"] = 3900, ["IMSLP"] = 7900, ["IND"] = 7600, ["INR"] = 5900, ["INRConvert"] = 5200, ["INRConvert/CurrentRate"] = 5200, ["INRConvert/USD"] = 5200, ["INRConvert/out"] = 5200, ["IOC_profile"] = 6400, ["IP"] = 2500, ["IPA"] = 132000, ["I...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Navbar/doc (content was: "{{used in system}} {{module rating|protected}} {{Lua|Module:Navbar/configuration|Module:Arguments|Module:TableTools}} {{Uses TemplateStyles|Module:Navbar/styles.css}} This is a Lua implementation of {{tl|Navbar}}. It is used in Module:Navbox.")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Navbar/styles.css (content was: "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .navbar a >...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:DMCA (content was: "{{Dated maintenance category |onlyarticles=yes |1={{{1|}}} |2={{{2|}}} |3={{{3|}}} |4={{{4|}}} |5={{{5|}}} }}<noinclude> {{documentation|Template:Dated maintenance category/doc}} </noinclude>")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:Dated maintenance category (content was: "<nowiki/><!--This nowiki helps to prevent whitespace at the top of articles-->{{#ifeq:{{FULLROOTPAGENAME}}|Wikipedia:Template messages|<!--Do not categorize-->|<!-- -->{{#ifexpr:{{#if:{{NAMESPACE}}|0|1}}+{{#ifeq:{{{onlyarticles|no}}}|yes|0|1}} |{{#if:{{{3|}}} |[[Category:{{{1}}} {{{2}}} {{{3}}}]]<!-- -->{{#ifexist:Category:{{{1}}} {{{2}}} {{{3}}} |<!-- -->|Category:Articles with invalid date parameter in template<!-- -->}} |Category:{{#if:{{{5|}}}...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:FULLROOTPAGENAME (content was: "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:Ns has subpages (content was: "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:Section link (content was: "{{#invoke:Section link|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Template:Use dmy dates (content was: "{{ <includeonly>safesubst:</includeonly>#invoke:Unsubst||date=__DATE__ |$B= {{DMCA|Use dmy dates|from|{{{date|}}}}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Use dmy dates with unknown parameter "_VALUE_"|ignoreblank=y| cs1-dates | date }}}}<noinclude>{{documentation}}</noinclude>")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:InfoboxImage/doc (content was: "{{used in system}} {{Module rating|protected}} ==Overview== This module is used within infoboxes to process the image parameters and tidy up the formatting of the result. ==Parameters== {| class="wikitable" ! Parameter ! Description |- | image | Required. The main parameter that should be passed over which contains the image info. |- | size | Size to display image. |- | maxsize | Maximum size to display image. Note: If no size or sizedefault params specified then image will b...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Ns has subpages (content was: "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. This shoul...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Section link (content was: "-- This module implements {{section link}}. require('Module:No globals'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('...")
  • 03:08, August 9, 2022 Moha talk contribs deleted page Module:Check for unknown parameters/doc (content was: "{{used in system|in MediaWiki:Abusefilter-warning-DS}} {{module rating|p}} {{Lua|Module:If preview|noprotcat=yes}} This module may be appended to a template to check for uses of unknown parameters. == Usage == === Basic usage === <pre> {{#invoke:check for unknown parameters|check |unknown=Category:Some tracking category |arg1|arg2|arg3|argN}} </pre> or to sort the entries in the tracking category by parameter with a preview error message <pre> {{#invoke:check for unkn...")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Module:Transclusion count/data/C (content was: "return { ["C"] = 599000, ["C-Class"] = 76000, ["C-SPAN"] = 12000, ["C-cmn"] = 2500, ["C-pl"] = 52000, ["C."] = 2400, ["CAN"] = 20000, ["CANelec"] = 13000, ["CANelec/gain"] = 2500, ["CANelec/hold"] = 4500, ["CANelec/source"] = 6500, ["CANelec/top"] = 5600, ["CANelec/total"] = 5700, ["CAS"] = 3800, ["CBB_Standings_End"] = 14000, ["CBB_Standings_Entry"] = 14000, ["CBB_Standings_Start"] = 14000, ["CBB_Yearly_Record_End"] = 2800, ["CBB_Yearly_Record_Entry"] = 2900, ["CBB_Yearly_Reco...")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Module:If empty/doc (content was: "{{Module rating|protected}} {{Lua|Module:Arguments}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} This module supports Template:If empty. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Infobox/doc (content was: "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{distinguish|Template:Userbox}} {{High-use|3408796|all-pages=yes}} {{Lua|Module:Infobox}} {{Parameter names example |name={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... |image|caption |image1|caption1 |image2|caption2={{{caption2}}}<br/>...... |hea...")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Distinguish (content was: "{{#invoke:Distinguish|distinguish}}<noinclude><!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis to Wikidata, not here! --> </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Div col end (content was: "<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Documentation subpage (content was: "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation Wikip...")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Infobox (content was: "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Nobold (content was: "<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Nobold/styles.css (content was: "{{pp-template}}: Styling for Template:Nobold: .nobold { font-weight: normal; }")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Parameter names example (content was: "<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{hatnote|Template:Generic template demo and Template:Pnex redirect here.}}<!--(hatnote more noticeable here than within Documentation)--> {{Documentation}} </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:Strong (content was: "<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 03:07, August 9, 2022 Moha talk contribs deleted page Template:TemplateData header (content was: "<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and other tools. {{Template parameter usa...")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Template other (content was: "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Template parameter usage (content was: "{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|C|c}}lick here] to see a monthly parameter usage report for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}}{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/TemplatePara...")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Terminate sentence (content was: "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Template link with link off (content was: "<includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlf}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Template link expanded (content was: "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Yesno (content was: "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Template:Yesno-no (content was: "{{safesubst:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Help:Infobox/user style (content was: "{{{heading| ==Infoboxes and user style == }}} Users can have user CSS that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers. To hide all infoboxes, add the following to Special:MyPage/common.css (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself: <syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight> Alternatively, you can add the...")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Module:Distinguish (content was: "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref local text = args.text args = m...")
  • 03:06, August 9, 2022 Moha talk contribs deleted page Module:Format link (content was: "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require('librar...")
  • 03:05, August 9, 2022 Moha talk contribs deleted page Module:Hatnote list (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introduced...")
  • 03:05, August 9, 2022 Moha talk contribs deleted page Module:Parameter names example (content was: "-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3) .. s .. rb:rep(3) end local function italicize(s) return "''" .. s .. "''" end local function plain(s) return s end function p._main(args, frame) -- Find how we want to format the arguments to the template. local formatFunc if args._display == 'italics' or args._display == 'italic' then formatFunc = italicize el...")
  • 02:56, August 9, 2022 Moha talk contribs deleted page Module:Text (content was: "local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] -- local globals local PatternCJK = false local PatternCombined = false local PatternLatin = false local PatternTerminated = false local QuoteLang = false local QuoteType = false local RangesLatin = false local SeekQuote = false local function initLatinData() if not RangesLatin then Rang...")
  • 02:56, August 9, 2022 Moha talk contribs deleted page Template:Documentation (content was: "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
  • 02:42, August 9, 2022 Moha talk contribs created page Template:Infobox Programs (Created page with "<noinclude> {{#template_params:Program Image (property=Program Image)|Start Date (property=Date Start)|End Date (property=Date End)|Program Type (label=Type of Program;list;pr...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)