All public logs
Combined display of all available logs of Imperivm Romanvm. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 16:14, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Demo (Created page with "local p = {} --creates a frame object that cannot access any of the parent's args --unless a table containing a list keys of not to inherit is provided function disinherit(frame, onlyTheseKeys) local parent = frame:getParent() or frame local orphan = parent:newChild{} orphan.getParent = parent.getParent --returns nil orphan.args = {} if onlyTheseKeys then local family = {parent, frame} for f = 1, 2 do for k, v in pairs(family[f] and family[f].args or {}) do...")
- 16:14, 22 February 2022 Procurator-Imperii-Romani 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:12, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Tag (Created page with "<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |e|empty|s|single|v|void |o|open |p|pair = <{{#if:{{{link|}}}|tag}}}|{{{1|tag}}}|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |...")
- 16:11, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:T (Redirected page to Template:Template link) Tag: New redirect
- 16:09, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Rcat shell (Redirected page to Template:Redirect category shell) Tag: New redirect
- 16:09, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from shortcut (Created page with "<noinclude>{{Template:This is a redirect/rcat|from shortcut}} </noinclude>{{#switch:{{#invoke:RedirectData|getRedirectToNamespace}} |Template= {{Redirect template |id=R from template shortcut |name=From a template shortcut |from=a shortcut page name '''in ''any'' namespace''' |to=a page in template namespace |info=**Shortcuts are wikilinked on community pages, talk pages, and edit summaries, but not in wp:mainspa...")
- 16:09, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:RedirectData (Created page with "local p = {} function p.getRedirectToNamespace(frame) titleObject = mw.title.getCurrentTitle() -- check if this is a redirect if titleObject.redirectTarget then targetNamespace = titleObject.redirectTarget.nsText return targetNamespace end return "Notaredirect" end function p.getTalkPage(frame) -- this is code written to check for the criteria to apply {{R to talk page}} - essentially, whether the redirect is outside of, and going into, a talk namespace titleO...")
- 16:08, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from merge (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from merge |name=From a merge |from=a page that was merged into another page |info=This redirect was kept in order to preserve [[Special:PageHistory/{{FULLPAGENAMEE}}|'''this page's edit history''']] after its content was merged into {{#if:{{{1|}}}|'''[[{{{1}}}]]'''|the target page's content}}. Please ''do not'' remove the tag that generates this text (unless the need to recreate conten...")
- 16:06, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R to redirect template (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R to redirect template |name=To a redirect category (rcat) template |from=an alias/shortcut (usually), or from a redirect that is the result of a page move/rename, |to=a redirect category (rcat) template |template category=Redirects to redirect templates |other category=Redirects to template namespace |printworthy=no }}<includeonly>{{{category|Category:Redirects to redi...")
- 16:06, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from template shortcut (Redirected page to Template:R from shortcut) Tag: New redirect
- 16:05, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from high-use template (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from high-use template |name=From a high-use template |from=a highly-transcluded redirect to a template |info=**{{#invoke:High-use|text|risk|nobot=true}} |all category=Redirects from high-use templates |printworthy=no }}<noinclude> <!-- Place categories on /doc subpage; interwikis go to Wikidata. --> {{Documentation}} </noinclude>")
- 16:05, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Transclusion count/data/R (Created page with "return { ["R"] = 19000, ["R/ref"] = 19000, ["R/superscript"] = 65000, ["R/where"] = 65000, ["RA"] = 8200, ["REVISIONUSER2"] = 61000, ["RJL"] = 2500, ["RMS"] = 5300, ["RMnac"] = 4400, ["ROM"] = 2600, ["ROU"] = 6300, ["RSA"] = 4500, ["RSS-Atom_feed_notice"] = 248000, ["RT_data"] = 2400, ["RUS"] = 15000, ["R_ambig"] = 9800, ["R_avoided_double_redirect"] = 32000, ["R_cat_shell"] = 3000, ["R_for_convenience"] = 5200, ["R_from_ATC_code"] = 4700, ["R_from_ATCvet_code"] = 5400,...")
- 16:04, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Transclusion count (Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = frame.args["demo"] elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace template = (mw.site.n...")
- 16:03, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:High-use (Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then...")
- 16:02, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Spaces (Created page with "<span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig= |en= |em= |thin= |hair= | }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig= |en= |em= |thin= |hair= | }}|{{{1|1}}}}} }}</span><noinclude> {{documentation}} </noinclude>")
- 16:01, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")
- 16:01, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 16:00, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Center (Created page with "<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{{1|Category:Pages using center with no arguments}}}</div></includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 15:59, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Align (Created page with "{{#switch: {{lc:{{{1|center}}}}} |left = <div style="float: left;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |right = <div style="float: right;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |center = {{center|{{{2}}}|style={{{style|}}} }} |#default = Error in Template:Align: the alignment setting "{{{1}}}" is invalid. }}<noinclude> {{documentation}} </noinclude>")
- 15:59, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Mono (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst|1=|2=<templatestyles src="Mono/styles.css" />}}<span class="monospaced">{{{2|{{{1}}}}}}</span><noinclude> {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 15:59, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Min (Created page with "<includeonly>{{safesubst:#invoke:Math|min}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 15:58, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 15:58, 22 February 2022 Procurator-Imperii-Romani 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:57, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar...")
- 15:56, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
- 15:56, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Aligned table (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 15:55, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- 15:55, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:= (Created page with "=<noinclude> {{documentation}} </noinclude>")
- 15:54, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Template link general/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{#ifeq:{{FULLPAGENAME}}|Template:Template link with subst|{{used in system}}| {{#ifexpr:{{#invoke:Transclusion count|fetch|0}} > 2000|{{high-use}}}}}} {{tsh|{{{1|tlg}}}|{{{2|}}}}} {{lua|Module:Template link general}} This template, often abbreviated as {{tlf|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold = tlb | tlc...")
- 15:53, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
- 15:53, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Tlg/doc (Redirected page to Template:Template link general/doc) Tag: New redirect
- 15:51, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Tlx (Redirected page to Template:Template link expanded) Tag: New redirect
- 15:51, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Tlf (Redirected page to Template:Template link with link off) Tag: New redirect
- 15:49, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from move (Created page with "<noinclude>{{hatnote|This rcat template is automatically added to all new redirects that result from page moves; it must be added manually to older redirects when appropriate.}}{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from move |name=From a page move |from=a page that has been moved (renamed) or is the result of a page move |info=One reason this page was kept as a redirect is to avoid breaking links, both internal and external, that may h...")
- 15:49, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:R from move/except (Created page with "<noinclude>This is the exception page for {{tl|R from move}}. This page makes exceptions that include certain pages that should not inhabit either {{cat|Unsynchronized talk page redirects}} or {{cat|Redirects from moves}}. If necessary, new exceptions may be added with no need to edit the main template, {{tl|R from move}}. </noinclude>{{#switch: {{FULLPAGENAME}} |MediaWiki:Move-redirect-text= |Template:R from move/except= |#default=Category:Redirects from moves }}{...")
- 15:48, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:This is a redirect/rcat (Created page with "{{#ifeq:{{NAMESPACE}}|Template talk||'''{{small|{{smallcaps|When used with the}} "Redirect category shell" (Rcat shell) {{smallcaps|template:}}}}}}''' {{Mbox | name = This is a redirect/rcat | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = 25px|link= '''This page is a Wikipedia:Redirect|red...")
- 15:48, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Template link (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 15:47, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Tl (Redirected page to Template:Template link) Tag: New redirect
- 15:46, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Smallcaps (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst | 1=<span style="font-variant:small-caps">{{{1}}}</span> | 2=<templatestyles src="smallcaps/styles.css"/><span class="smallcaps">{{{1}}}</span> }}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> {{documentation}} </noinclude>")
- 15:46, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Ifsubst (Created page with "{{ safesubst:<noinclude/>#if:{{{demo|}}} |{{ safesubst:<noinclude/>#ifeq:{{{demo}}} |no |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }} |{{ safesubst:<noinclude/>#ifeq:{{ safesubst:<noinclude/>NAMESPACE}}|{{NAMESPACE}} |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }}}}<noinclude> {{Documentation}} </noinclude>")
- 15:45, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Small (Created page with "<span style="font-size:85%;">{{{1}}}</span><includeonly>{{SAFESUBST:#if:{{{1|}}}||Category:Pages using small with an empty input parameter}}</includeonly><noinclude> {{Documentation}}<!--Categories and interwikis go in the /doc sub-page.--> </noinclude>")
- 15:43, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Redirect template (Created page with "{{#invoke:Redirect template|main}}<noinclude> {{Documentation}}</noinclude>")
- 15:43, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Module:Redirect template (Created page with "require('Module:No globals') local p = {} -- key is beginning of arg name. value is table with namespace number and link -- alternatively, a function taking the namespace number and returning a validity -- can be used local namespaceCategories = { all = { function() return true end }, main = { 0, 'main' }, help = { 12, 'help' }, portal = { 100, 'portal' }, talk = { function(n) return n > 0 and n%2 == 1 end, '[[H...")
- 15:40, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Redirect category shell (Created page with "{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = 25px|link= '''This page is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |:...")
- 15:40, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Cat (Created page with "[[:Category:{{PAGENAME:{{{1}}}}}]]<noinclude> {{documentation}} </noinclude>")
- 15:35, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Str left (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 15:34, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Sandbox other (Created page with "{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude>")
- 15:32, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:Template other (Created page with "{{#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>")
- 15:31, 22 February 2022 Procurator-Imperii-Romani talk contribs created page Template:TemplateData header (Created page with "<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 parame...")
- 15:31, 22 February 2022 Procurator-Imperii-Romani 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|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/Templ...")