Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Pactoria Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:49, 14 March 2026 Silverpg017 talk contribs created page Template:Infobox Character (Created page with "<includeonly> {{Infobox | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}}{{#if:{{{native_name|}}}|<br><span style="font-weight:normal;">''{{{native_name}}}''</span>}} | autoheaders = y | image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|border|center|alt={{{alt|}}}|upright=1]]}} | caption1 = <div style="text-align:center;">''{{{caption|}}}''</div> | captionstyle = | abovestyle = background:#eaecee;font-size:130%;padding:0.3em; | headerstyle = background...")
- 20:28, 8 March 2026 Silverpg017 talk contribs changed group membership for Lemmi Love: granted administrator (Joined the Wiki Team as a moderator)
- 18:44, 8 March 2026 Silverpg017 talk contribs created page Category:Towns (Created page with "Towns are settlements with defined boundaries, a local government, that are usually located inside of nations or are nations themselves. Below is a list of all documented towns, organized in alphabetical order for easy reference.")
- 12:42, 7 March 2026 Silverpg017 talk contribs created page File:Example.png
- 12:42, 7 March 2026 Silverpg017 talk contribs uploaded File:Example.png
- 12:04, 7 March 2026 Silverpg017 talk contribs created page Template:- (Created page with "<div style="clear:both"></div>")
- 10:18, 7 March 2026 Silverpg017 talk contribs created page File:La Marseillaise.ogg Tag: Recreated
- 10:18, 7 March 2026 Silverpg017 talk contribs uploaded File:La Marseillaise.ogg
- 10:17, 7 March 2026 Silverpg017 talk contribs created page Module:If preview/styles.css (Created page with "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: var(--color-error, red); } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }")
- 10:16, 7 March 2026 Silverpg017 talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
- 10:16, 7 March 2026 Silverpg017 talk contribs created page Module:If preview (Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function...")
- 10:15, 7 March 2026 Silverpg017 talk contribs created page File:Gnome-mime-sound-openclipart.svg
- 10:15, 7 March 2026 Silverpg017 talk contribs uploaded File:Gnome-mime-sound-openclipart.svg
- 10:10, 7 March 2026 Silverpg017 talk contribs deleted page File:La Marseillaise.ogg (content was: "", and the only contributor was "Silverpg017" (talk))
- 10:03, 7 March 2026 Silverpg017 talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local mapframe_params = { 'coord', 'coordinates', 'id', 'qid', 'mapframe', 'mapframe-area_km2', 'mapframe-area_mi2', 'mapframe-caption', 'mapframe-coord', 'mapframe-coordinates', 'mapframe-custom', 'mapframe-frame-coord', 'mapframe-frame-coordinates', 'mapf...")
- 09:58, 7 March 2026 Silverpg017 talk contribs created page Template:Plainlist/styles.css (Created page with "{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }")
- 09:58, 7 March 2026 Silverpg017 talk contribs created page Template:Plainlist (Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{safesubst<noinclude />:#if:{{{style|}}}{{{indent|}}}|style="{{safesubst<noinclude />:#if:{{{indent|}}}|margin-left: {{safesubst<noinclude />:#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{safesubst<noinclude />:#if:{{{1|}}}| {{{1}}} </div>}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|prev...")
- 09:57, 7 March 2026 Silverpg017 talk contribs created page Module:Listen/styles.css (Created page with "{{pp|small=y}}: .listen .side-box-text { line-height: 1.1em; } .listen-plain { border: none; background: transparent; } .listen-embedded { width: 100%; margin: 0; border-width: 1px 0 0 0; background: transparent; } .listen-header { padding: 2px; } .listen-embedded .listen-header { padding: 2px 0; } .listen-file-header { padding: 4px 0; } .listen .description { padding-top: 2px; } .listen .mw-tmh-player { max-width: 100%; } /* have to deal with Ve...")
- 09:57, 7 March 2026 Silverpg017 talk contribs created page Module:Side box/styles.css (Created page with "{{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: var(--background-color-interactive-subtle, #f8f9fa);color:inherit; display: flow-root; } embedded side boxes need larger font: .infobox .side-box { font-size: 100%; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { @noflip: padding: 2px 0 2px 0.9em; text-align: c...")
- 09:56, 7 March 2026 Silverpg017 talk contribs created page Module:Side box (Created page with "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....")
- 09:56, 7 March 2026 Silverpg017 talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
- 09:55, 7 March 2026 Silverpg017 talk contribs created page Module:Listen (Created page with "local mFileLink = require('Module:File link') local mTableTools = require('Module:TableTools') local mSideBox = require('Module:Side box') local lang = mw.language.new('en') local p = {} local function formatLength(length) -- Formats a duration in seconds in "(h:)mm:ss" (minutes are zero-padded -- only if there are hours). if not length or length == 0 then return nil end -- Add 0.5 to offset the rounding down local t = lang:getDurationIntervals(length + 0.5, {...")
- 09:45, 7 March 2026 Silverpg017 talk contribs created page Template:Listen (Created page with "<includeonly>{{#invoke:Listen|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 09:45, 7 March 2026 Silverpg017 talk contribs deleted page Template:Audio sample
- 09:45, 7 March 2026 Silverpg017 talk contribs deleted page Module:Unsubst-infobox
- 09:41, 7 March 2026 Silverpg017 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...")
- 09:41, 7 March 2026 Silverpg017 talk contribs created page Template:Audio sample (Created page with "{{{{{|safesubst:}}}#invoke:Unsubst-infobox||$params=type,header,file,description|$extra=header,description|$indent=1|$B={{#if:{{{file|}}}|{{Infobox | bodyclass = noprint | child = <includeonly>yes</includeonly> | headerstyle = background: {{Infobox album/color|{{{type|}}}}}; color:inherit; | header1 = {{#switch:{{{header}}}|no|none=|{{if empty|{{{header|}}}|Audio sample}}}} | rowcellstyle2 = padding-top:1em | rowclass2 = haudio | data2 = <...")
- 09:33, 7 March 2026 Silverpg017 talk contribs created page File:La Marseillaise.ogg
- 09:33, 7 March 2026 Silverpg017 talk contribs uploaded File:La Marseillaise.ogg
- 23:41, 6 March 2026 Silverpg017 talk contribs created page Template:Infobox Town/doc (Created page with "{{Documentation subpage}} ==Usage== To use this template in an article, copy and paste the code below and fill it. Some spaces can be left blank and they won't show up on the final infobox. If you are using source editor, you can press on 'Show preview' to see a preview of your infobox. === Full === {{Parameter names example|_template=Infobox Town|name|native_name|image|alt|nickname|nation|area|continent|population|demonym|languages|religion|mayor|founder|foundation_date...")
- 23:37, 6 March 2026 Silverpg017 talk contribs created page Template:Infobox Town (Created page with "<includeonly> {{Infobox | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}}<br><span style="font-weight: normal;">''{{{native_name|}}}''</span> | autoheaders = y | image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|frameless|border|center|alt={{{alt|}}}|upright=1]]}} | caption1 = <center>''{{{caption|}}}''</center> <hr> | data1 = {{#if: {{{nickname|}}} | <center>'''Motto:'''<br>"{{{nickname}}}"</center> <hr>}} | header2 = General | label3 = <div style="text-align: l...")
- 19:20, 6 March 2026 Silverpg017 talk contribs created page Category:Infobox templates (Created blank page)
- 19:20, 6 March 2026 Silverpg017 talk contribs created page Category:Template documentation pages (Created blank page) Tag: Visual edit: Switched
- 20:38, 5 March 2026 Silverpg017 talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: .infobox { float: right; clear: right; width: 22em; margin: 0 0 1em 1em; }")
- 16:49, 4 March 2026 Silverpg017 talk contribs created page Module:Parameter names example (Created page with "-- 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 = italic...")
- 16:44, 4 March 2026 Silverpg017 talk contribs created page Template:Parameter names example (Created page with "<includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{documentation}}<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 15:34, 4 March 2026 Silverpg017 talk contribs created page Template:Padleft (Created page with "{{padleft:{{{1|}}}|{{{2|}}}|{{{3|}}}}}<includeonly>G{{PAGENAME}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 15:33, 4 March 2026 Silverpg017 talk contribs created page Template:Ns (Created page with "{{padleft:|{{#expr: {{{1|3}}}*6 }}| }}<noinclude> {{documentation}} </noinclude>")
- 15:31, 4 March 2026 Silverpg017 talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 15:30, 4 March 2026 Silverpg017 talk contribs created page Module:Toolbar (Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems then -- Return the blank string if no arguments w...")
- 15:29, 4 March 2026 Silverpg017 talk contribs created page Module:PageLinks (Created page with "local ToolbarBuilder = require('Module:Toolbar') local p = {} -- Page object local trackingCategories = {} -- Table for storing the tracking categories. local demo -- Define a custom error message for this module. local function err(msg, section) local help if section then help = ' (help)' else help = '' end local cat if demo == 'yes' then cat = '' else cat = 'Category:PageLinks transclusions with errors' en...")
- 15:29, 4 March 2026 Silverpg017 talk contribs created page Template:Pagelinks (Created page with "{{#invoke:PageLinks|main|separator=pipe|page={{{1|Example}}} | edit | ts | h | wlh | w | tl }}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>")
- 15:27, 4 March 2026 Silverpg017 talk contribs created page Template:Sandbox other (Created page with "<onlyinclude>{{safesubst:<noinclude/>#if:{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>#invoke:String|sublength|s={{safesubst:<noinclude/>SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>SUBPAGENAME}}|doc|1}}{{safesubst:<noinclude/>#invoke:String|match|{{safesubst:<noinclude/>PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}</onlyinclude><!-- -->{{documentation}}")
- 15:26, 4 March 2026 Silverpg017 talk contribs created page Template:Category links (Created page with "{{pagelinks|1=:Category:{{#ifeq:{{NAMESPACE:{{{1|{{PAGENAME}}}}} }}|Category|{{PAGENAME:{{{1|{{PAGENAME}}}}} }}|{{{1|{{PAGENAME}}}}} }}}}<!-- --><noinclude>{{Documentation|Template:Ln/doc}} {{sandbox other| | Category:Internal category-link templates }}</noinclude>")
- 15:24, 4 March 2026 Silverpg017 talk contribs created page Template:SUBJECTSPACE formatted (Created page with "{{#switch: {{SUBJECTSPACE}} | {{ns:0}} = article | {{ns:4}} = Wikipedia page | {{ns:2}} | {{ns:12}} = {{lc:{{SUBJECTSPACE}}}} page | #default = {{lc:{{SUBJECTSPACE}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 21:32, 3 March 2026 Silverpg017 talk contribs created page Template:DEFAULTSORT (Created page with "<includeonly>{{DEFAULTSORT:{{{1}}}}}B{{PAGENAME}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 21:29, 3 March 2026 Silverpg017 talk contribs created page Template:Infobox Nation/doc (Created page with "{{Documentation subpage}} ==Usage== To use this template in an article, copy the template below, then paste the template into an article. All parameters are optional. Only include pertinent parameters in your Infobox - it is rare that an infobox should use most parameters. If you have parameter suggestions use Template talk:Infobox Nation/doc. Use <code><nowiki>item<br/>item<br/>item </nowiki></code> for parameters that should span multiple lines in infobox (e.g. lis...")
- 21:26, 3 March 2026 Silverpg017 talk contribs created page File:Edit-copy green.svg
- 21:26, 3 March 2026 Silverpg017 talk contribs uploaded File:Edit-copy green.svg
- 21:25, 3 March 2026 Silverpg017 talk contribs created page Module:Text/data (Created page with "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} local LEFT_SQUARE_BRACKET = 91 local RIGHT_SQUARE_BRACKET = 93 local HYPHEN = 45 data.PatternCJK = mw.ustring.char( LEFT_SQUARE_BRACKET, 4352, HYPHEN, 4607, 11904, HYPHEN, 42191, 43072, HYPHEN, 43135,...")