Jump to content

Main public logs

Combined display of all available logs of NowMusic 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)
  • 13:52, 20 May 2024 Admin talk contribs created page Template:Age in days/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Age}} This template returns the number of days between two dates. Dates may be input either as full dates or as year, month and day. ==Usage== ====Full dates==== To use, type: :{| |- |<code><nowiki>{{age in days|date1|date2}}</nowiki></code> ||(number of days between dates 1 and 2), |- |<code><nowiki>{{age in days|date1}}</nowiki></code> ||(number of days since date 1) or |- |<code><nowiki>{{age in days||date2}}</n...")
  • 13:48, 20 May 2024 Admin talk contribs created page Template:Days ago/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === <syntaxhighlight lang="wikitext">{{days ago|2008|1|1}}</syntaxhighlight> Produces: {{days ago|2008|1|1}} <syntaxhighlight lang="wikitext">{{days ago|2008|1|1|short=yes}}</syntaxhighlight> Produces: {{days ago|2008|1|1|short=yes}} === See also === * {{tl|age in days}} <includeonly>{{Sandbox other|| <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> Cate...")
  • 13:45, 20 May 2024 Admin talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
  • 13:43, 20 May 2024 Admin talk contribs created page Module:Age (Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-s...")
  • 13:42, 20 May 2024 Admin talk contribs created page Template:Age in days (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_days}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 13:38, 20 May 2024 Admin talk contribs created page Template:Days ago (Created page with "<includeonly><span title="{{#time: j F Y | {{{1}}}-{{{2}}}-{{{3}}}}}">{{#ifexpr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} > 365 | {{#expr: floor{{#expr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} / 365}}}}{{#ifeq: {{{short|}}} | yes | y |  years ago }} | {{#ifexpr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} > 30 | {{#expr: floor{{#expr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} / 30}}}}{{#ifeq: {{{short|}}} | yes | m |  months ago }} | {{age in days|{{{1}}}|{{{2}}...")
  • 10:25, 20 May 2024 Admin talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: Infobox template style: .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; @noflip: margin: 0.5em 0 0.5em 1em; padding: 0.2em; @noflip: float: right; @noflip: clear: right; font-size: 88%; line-height: 1.5em; width: 22em; } .infobox-header, .infobox-label, .infobox-above, .infobox-full-data, .infobox-data, .infobox-below, .infobox-subhead...")
  • 01:22, 20 May 2024 Admin talk contribs created page Module:Pagetype/softredirect (Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Soft redirect"] = true, ["Interwiki redirect"] = true, ["SoftRedirect"] = true, ["Soft Redirect"] = true, ["Softredirect"] = true, ["Softredir"] = true, ["Soft link"] = true, ["Soft redir"] = true, ["Soft"]...")
  • 01:20, 20 May 2024 Admin talk contribs created page Template:Hlist/styles.css (Created page with "{{pp-protected|reason=match parent|small=yes}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (or s...")
  • 01:18, 20 May 2024 Admin talk contribs created page Module:Italic title (Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------...")
  • 01:16, 20 May 2024 Admin talk contribs created page Module:Wikitext Parsing (Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising...")
  • 00:39, 20 May 2024 Admin talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
  • 00:36, 20 May 2024 Admin talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 00:35, 20 May 2024 Admin talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
  • 00:35, 20 May 2024 Admin talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
  • 00:33, 20 May 2024 Admin talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
  • 00:33, 20 May 2024 Admin talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
  • 00:32, 20 May 2024 Admin talk contribs created page Template:Remove first word (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>")
  • 00:29, 20 May 2024 Admin talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
  • 00:28, 20 May 2024 Admin talk contribs created page Module:Duration (Created page with "local p = {} function p._error( error_str ) return 'Category:Duration with input error<strong class="error">Error in Module:Duration: ' .. error_str .. '</strong>' end function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = {'Template:Duration', 'Template:Duration/sandbox'}}) local tmp = args.duration or args[1] or '' local duration = {} if tonumber(args[1]) or args[2] or args[3] then if args[4] then return p._error('Par...")
  • 00:26, 20 May 2024 Admin talk contribs created page Module:Hms (Created page with "return require Module:Duration")
  • 00:25, 20 May 2024 Admin talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
  • 00:03, 20 May 2024 Admin talk contribs created page Module:Infobox/styles.css (Created page with "{{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; borde...")
  • 23:35, 19 May 2024 Admin talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
  • 23:33, 19 May 2024 Admin talk contribs created page Module:Is infobox in lead (Created page with "local p = {} function p.main (frame) return p._main (frame.args[1]) end function p._main (searchString) local content = mw.title.getCurrentTitle():getContent() local offset = string.find(content, "==", 1 , true) if offset then local lead = string.sub(content, 1, offset-1) if (string.find(lead, searchString)) then lead = lead :gsub( "{{%s-[Ii]nfobox%s-mapframe", "") --don't check for infobox mapframe :gsub( "{{%s-[Ii]nfobo[^}]-%|%s-embed%s-=%s-yes", "...")
  • 23:19, 19 May 2024 Admin talk contribs created page Module:Unsubst-infobox (Created page with "local p = {} local specialParams = { ['$params'] = 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$set3'] = 'parameter set 3', ['$aliases'] = 'parameter aliases', ['$indent'] = 'indent', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override' } p[''] = function ( frame ) if not frame:getParent() then error( '{{#invoke:Unsubst-infobox|}} m...")
  • 23:02, 19 May 2024 Admin talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>")
  • 22:58, 19 May 2024 Admin talk contribs created page File:Edit-copy green.svg
  • 22:58, 19 May 2024 Admin talk contribs uploaded File:Edit-copy green.svg
  • 16:58, 19 May 2024 Admin talk contribs created page Template:TemplateData header (Created page with "<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|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...")
  • 16:58, 19 May 2024 Admin talk contribs created page Template:Template parameter usage (Created page with "{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/Templat...")
  • 16:55, 19 May 2024 Admin talk contribs created page Template:Clc (Created page with "[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>")
  • 16:52, 19 May 2024 Admin talk contribs created page Template:Code (Created page with "{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style={{{style|}}}|inline=1}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 16:50, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset5e (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | title1 = | lyrics1 = | music1 = | extra1 = | length1 = | title2 = | lyrics2 = | music2 = | extra2 = | length2 = | title3 = | lyrics3 = | music3 = | extra3 = | length3 = | title4 = | lyrics4 = | music4 =...")
  • 16:48, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset5n (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | title1 = | note1 = | lyrics1 = | music1 = | length1 = | title2 = | note2 = | lyrics2 = | music2 = | length2 = | title3 = | note3 = | lyrics3 = | music3 = | length3 = | title4 = | note4 = | lyrics4 = | music4 = | length4 = | title5 = | note5 = | lyrics5...")
  • 16:48, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset5 (Created page with "{{Documentation subpage|override=preset5}} Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | title1 = | lyrics1 = | music1 = | length1 = | title2 = | lyrics2 = | music2 = | length2 = | title3 = | lyrics3 = | music3 = | length3 = | title4 = | lyrics4 = | music4 = | length4 = | title5 = | lyrics5 = | music5 = | length5 =...")
  • 16:48, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset4e (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | all_lyrics = | title1 = | music1 = | extra1 = | length1 = | title2 = | music2 = | extra2 = | length2 = | title3 = | music3 = | extra3 = | length3 = | title4 = | music4 = | extra4 = | length4 = | title5 =...")
  • 16:45, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset4n (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_lyrics = | title1 = | note1 = | music1 = | length1 = | title2 = | note2 = | music2 = | length2 = | title3 = | note3 = | music3 = | length3 = | title4 = | note4 = | music4 = | length4 = | title5 = | note5 = | music5 = | length5 = | ti...")
  • 16:45, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset4 (Created page with "{{Documentation subpage|override=preset4}} Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_lyrics = | title1 = | music1 = | length1 = | title2 = | music2 = | length2 = | title3 = | music3 = | length3 = | title4 = | music4 = | length4 = | title5 = | music5 = | length5 = | title6 = | music6 = | length6...")
  • 16:43, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset3e (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | all_music = | title1 = | lyrics1 = | extra1 = | length1 = | title2 = | lyrics2 = | extra2 = | length2 = | title3 = | lyrics3 = | extra3 = | length3 = | title4 = | lyrics4 = | extra4 = | length4 = | title5 =...")
  • 16:42, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset3n (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_music = | title1 = | note1 = | lyrics1 = | length1 = | title2 = | note2 = | lyrics2 = | length2 = | title3 = | note3 = | lyrics3 = | length3 = | title4 = | note4 = | lyrics4 = | length4 = | title5 = | note5 = | lyrics5 = | length5 = | title6 = | note6...")
  • 16:42, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset3 (Created page with "{{Documentation subpage|override=preset3}} Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_music = | title1 = | lyrics1 = | length1 = | title2 = | lyrics2 = | length2 = | title3 = | lyrics3 = | length3 = | title4 = | lyrics4 = | length4 = | title5 = | lyrics5 = | length5 = | title6 = | lyrics6 = | length6 = | title7...")
  • 16:40, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset2ne (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | title1 = | note1 = | writer1 = | extra1 = | length1 = | title2 = | note2 = | writer2 = | extra2 = | length2 = | title3 = | note3 = | writer3 = | extra3 = | length3 = | title4 = | note4 = | writer4 = |...")
  • 16:40, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset2e (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | title1 = | writer1 = | extra1 = | length1 = | title2 = | writer2 = | extra2 = | length2 = | title3 = | writer3 = | extra3 = | length3 = | title4 = | writer4 = | extra4 = | length4 = | title5 = | writer5...")
  • 16:39, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset2n (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | title1 = | note1 = | writer1 = | length1 = | title2 = | note2 = | writer2 = | length2 = | title3 = | note3 = | writer3 = | length3 = | title4 = | note4 = | writer4 = | length4 = | title5 = | note5 = | writer5 = | length5 = | title6 = | note6 = | writer6...")
  • 16:39, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset2 (Created page with "{{Documentation subpage|override=preset2}} Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | title1 = | writer1 = | length1 = | title2 = | writer2 = | length2 = | title3 = | writer3 = | length3 = | title4 = | writer4 = | length4 = | title5 = | writer5 = | length5 = | title6 = | writer6 = | length6 = | title7 = | writer7...")
  • 16:38, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset1ne (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | extra_column = | all_writing = | all_lyrics = | all_music = | title1 = | note1 = | extra1 = | length1 = | title2 = | note2 = | extra2 = | length2 = | title3 = | note3 = | extra3 = | length3 = | title4 = | note4 = | extra4...")
  • 16:36, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset1e (Created page with "Preset for Template:Track listing <syntaxhighlight lang="wikitext"> {{Track listing | headline = | extra_column = | all_writing = | all_lyrics = | all_music = | title1 = | extra1 = | length1 = | title2 = | extra2 = | length2 = | title3 = | extra3 = | length3 = | title4 = | extra4 = | length4 = | title5 = | extra5 = | length5 = | title6 = |...")
  • 16:36, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset1n (Created page with "Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_writing = | all_lyrics = | all_music = | title1 = | note1 = | length1 = | title2 = | note2 = | length2 = | title3 = | note3 = | length3 = | title4 = | note4 = | length4 = | title5 = | note5 = | length5 = | title6 = | note6 =...")
  • 16:22, 19 May 2024 Admin talk contribs created page Template:Track listing/doc/preset1 (Created page with "{{Documentation subpage|override=preset1}} Preset for Template:Track listing. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Track listing | headline = | all_writing = | all_lyrics = | all_music = | title1 = | length1 = | title2 = | length2 = | title3 = | length3 = | title4 = | length4 = | title5 = | length5 = | title6 = | length6 = | title7 = | length7 = | ti...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)