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).
- 16:29, 29 March 2026 Silverpg017 talk contribs created page Template:AboutPactoriaContainer (Created page with "<div style="max-width: 900px; margin: 40px auto; padding: 30px; border: 2px solid #ccc; border-radius: 10px; background-color: #f9f9f9; text-align: center;"> <div style="font-size: 1.5em; font-weight: bold; margin-bottom: 25px;">About Example</div> <div style="display: flex; justify-content: space-between; gap: 20px;"> <div style="flex: 1;">150px|frameless|link=Server Guide<br><br><span style="font-size:1.2em;">'''Server Guide'''</sp...")
- 16:05, 29 March 2026 Silverpg017 talk contribs created page File:Pactoria logo.png
- 16:05, 29 March 2026 Silverpg017 talk contribs uploaded File:Pactoria logo.png
- 13:15, 29 March 2026 Silverpg017 talk contribs created page Template:MainPageContainer (Created page with "<div style="max-width: 800px; margin: 0 auto; padding: 20px 20px; text-align: center; border: 2px solid #ccc; border-radius: 10px; background-color: #f9f9f9;"> <!-- Title --> <div style="text-align:center; margin-bottom: 20px; font-size: 1.5em">'''Welcome to the Pactoria Wiki!'''</div> <!-- Logo --> <div style="margin-bottom: 20px;">200px|alt=Pactoria Wiki Logo</div> <!-- Snippet --> <div style="font-size: 1.1em; margin-bottom: 30px;">Welc...")
- 10:50, 29 March 2026 Silverpg017 talk contribs deleted page Category:Wars (Moved to Category:Conflicts)
- 10:40, 29 March 2026 Silverpg017 talk contribs created page Category:Conflicts (Created page with "Conflicts are clashes between nations, factions, or groups, often shaping history and political landscapes. These events can range from large-scale battles to prolonged struggles over territory, resources, or ideology. Below is a list of all documented conflicts, organized in alphabetical order for easy reference.")
- 09:30, 29 March 2026 Silverpg017 talk contribs created page Template:Infobox Religion/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 Religion|title|image|caption|alt|theology|scripture|deities|followers|languages|region|holy_sites|headquarters|structure|leader_ti...")
- 09:27, 29 March 2026 Silverpg017 talk contribs created page Template:Infobox Religion (Created page with "<includeonly> {{Infobox | above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}} | 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:#eaecee; | header1 = Overview | label2 = <div style="text-align: left;">Theology</div> | d...")
- 14:59, 23 March 2026 Silverpg017 talk contribs changed group membership for Macus: granted administrator
- 10:00, 21 March 2026 Silverpg017 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...")
- 09:58, 21 March 2026 Silverpg017 talk contribs created page Template:Infobox Conflict/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 Conflict|conflict|width|partof|image|image_size|image_upright|alt|caption|date|place|coordinates|map_type|map_relief|map_size|map_...")
- 09:49, 21 March 2026 Silverpg017 talk contribs created page Module:WPMILHIST Infobox style (Created page with "local retval = { main_box_raw_auto_width = 'border-spacing:2px;', header_raw = 'background-color:#C3D6EF;text-align:center;vertical-align:middle;font-size:110%;', sub_header_raw = 'background-color:#DCDCDC;text-align:center;vertical-align:middle;', header_color = 'background-color:#C3D6EF;', nav_box = 'margin:0;float:right;clear:right;width:25.5em;margin-bottom:0.5em;margin-left:1em;', nav_box_child = 'margin:0;float:right;clear:right;width:25em;margin-bottom:0.5em...")
- 09:48, 21 March 2026 Silverpg017 talk contribs created page Module:No globals (Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
- 09:45, 21 March 2026 Silverpg017 talk contribs created page Module:Infobox Conflict/styles.css (Created page with "{{pp-template}}: @media all and (min-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } }")
- 09:45, 21 March 2026 Silverpg017 talk contribs created page Module:Infobox Conflict (Created page with "require('Module:No globals') local infoboxStyle = mw.loadData('Module:WPMILHIST Infobox style') local templatestyles = 'Module:Infobox military conflict/styles.css' local IMC = {} IMC.__index = IMC function IMC:renderPerCombatant(builder, headerText, prefix, suffix) prefix = prefix or '' suffix = suffix or '' local colspans = {} -- This may result in colspans[1] getting set twice, but -- this is no big deal. The second set will be correct. local lastCombatant...")
- 09:44, 21 March 2026 Silverpg017 talk contribs created page Template:Infobox Conflict (Created page with "<includeonly>{{#invoke:Infobox Conflict|main}}</includeonly><noinclude> {{documentation}} Category:Infobox templates </noinclude>")
- 10:53, 15 March 2026 Silverpg017 talk contribs created page Template:Infobox Character/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 Character|name|image|caption|alt|aliases|nationality|affiliation|religion|languages|origin|race|age|birthday|gender|height|weight|...")
- 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