All public logs
Combined display of all available logs of Stiles Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:50, 23 May 2022 Maxwells talk contribs created page Template:!- (Created page with "|-<noinclude> {{documentation}} </noinclude>")
- 19:49, 23 May 2022 Maxwells talk contribs created page Template:Markup/row (Created page with "<noinclude>{| style="border-width:medium;"</noinclude><includeonly>{{#if:{{{c1|value}}}| {{!-}} {{!}}style{{=}}"background:#f8f9fa ; border:1px solid #eaecf0 ; padding:9px 5px 5px; vertical-align:top;"{{!}} <!-- -->{{#tag:pre |{{{c1|[markup]}}}|style="margin:0;border:none;padding:0; word-wrap:break-word; white-space:-moz-pre-wrap;white-space:-o-pre-wrap;white-space:-pre-wrap;white-space:pre-wrap; {{{c1style|}}}"}} {{!}}style{{=}}"background:#f8f9fa ; border:1px sol...")
- 19:49, 23 May 2022 Maxwells talk contribs created page Module:Transclusion count/data/E (Created page with "return { ["EB1911"] = 12000, ["EB1911_poster"] = 3600, ["ECU"] = 2200, ["EC_number"] = 5200, ["EGY"] = 3000, ["EHAK"] = 3300, ["ENFA"] = 3400, ["ENG"] = 9300, ["ENGLs"] = 2800, ["EOL"] = 2500, ["ER_to_list_entry"] = 6000, ["ESP"] = 15000, ["ESPNcricinfo"] = 3400, ["EST"] = 3800, ["Eastern_name_order"] = 4100, ["Ebicite"] = 7100, ["Ec"] = 27000, ["Ed"] = 6100, ["Ed_right"] = 3000, ["Edit"] = 802000, ["EditAtWikidata"] = 717000, ["EditOnWikidata"] = 38000, ["Edit_a_taxon"]...")
- 19:48, 23 May 2022 Maxwells talk contribs created page Template:Endplainlist (Created page with "<includeonly></div></includeonly><noinclude> {{documentation|Template:Plainlist/doc}} </noinclude>")
- 19:46, 23 May 2022 Maxwells talk contribs created page Module:Item (Created page with "local p = {} local function escape(str) return str:gsub("[|\\]", function (c) return string.format("\\%03d", c:byte()) end) end local function unescape(str) return str:gsub("\\(%d%d%d)", function (d) return string.char(d) end) end -- Implements Template:Item function p.pack(frame) local parent = frame:getParent() local result = '' for key, value in pairs(parent.args) do result = result .. "|" .. escape(tostring(key)) .. "|" .. escape(value) end return res...")
- 19:46, 23 May 2022 Maxwells talk contribs created page Module:Plain text (Created page with "--converts text with wikilinks to plain text, e.g "gah is bar" to "gah is bar" --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup local p = {} function p.main(frame) local text = frame.args[1] local encode = require('Module:yesno')(frame.args.encode) return p._main(text, encode) end function p._main(text, encode) if not text then return end text = mw.text.killMarkers(text) :g...")
- 19:46, 23 May 2022 Maxwells talk contribs created page Template:Item (Created page with "<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude> {{doc}} </noinclude>")
- 19:45, 23 May 2022 Maxwells talk contribs created page Template:Doc (Redirected page to Template:Documentation) Tag: New redirect
- 19:45, 23 May 2022 Maxwells talk contribs created page Template:Format item (Created page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>")
- 19:44, 23 May 2022 Maxwells talk contribs created page Module:Template wrapper (Created page with "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...")
- 19:44, 23 May 2022 Maxwells talk contribs created page Module:Navbox top and bottom (Created page with "-- This implements {{navbox top}} and {{navbox bottom}} local p = {} local function build_navbox(parentArgs, list) local args = {} for argName, value in pairs(parentArgs) do if value ~= '' then if type(argName) == 'string' then args[argName] = value end end end args['bodystyle'] = 'display:table;' .. (args['bodystyle'] or '') args['list1padding'] = '0' args['list1style'] = 'border-width:0;'...")
- 19:44, 23 May 2022 Maxwells talk contribs created page Module:Format TemplateData (Created page with "local TemplateData = { serial = "2017-11-06", suite = "TemplateData" } local plaintext = require("Module:Plain text") --[=[ improve template:TemplateData ]=] local Config = { -- multiple #invoke option names mapped into unique internal fields cat = "strange", classNoNumTOC = "suppressTOCnum", -- classParams = "classTable", cssParams = "stylesTable", cssParWrap = "stylesTabWrap", debug = fal...")
- 19:43, 23 May 2022 Maxwells talk contribs created page Template:Yesno-yes (Created page with "{{SAFESUBST:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|yes}}}|¬={{{¬|yes}}}|def={{{def|yes}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
- 19:43, 23 May 2022 Maxwells talk contribs created page Module:For loop (Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or "", true) or not mw.isSubsting() local variableParam = args.pv variableParam = tonumber(variab...")
- 19:43, 23 May 2022 Maxwells talk contribs created page Template:For loop (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:For loop|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:42, 23 May 2022 Maxwells talk contribs created page Module:Transclusion count/data/P (Created page with "return { ["P"] = 5900, ["P-phrases"] = 3100, ["P."] = 3500, ["P1"] = 132000, ["P2"] = 259000, ["PAGENAMEBASE"] = 1420000, ["PAGENAMEU"] = 88000, ["PAK"] = 2800, ["PD-US"] = 11000, ["PD-US-1923"] = 2600, ["PD-US-1923-abroad"] = 6000, ["PD-US-expired"] = 4200, ["PD-US-expired-abroad"] = 6800, ["PD-art"] = 3400, ["PD-ineligible-USonly"] = 4500, ["PD-notice"] = 16000, ["PD-old-100"] = 5600, ["PD-self"] = 42000, ["PD-textlogo"] = 5300, ["PDB_Gallery"] = 2900, ["PDanube"] = 32...")
- 19:42, 23 May 2022 Maxwells talk contribs created page Module:LuaCall (Created page with "local p={} function p.main(frame) local parent=frame.getParent(frame) or {} local reserved_value={} local reserved_function,reserved_contents for k,v in pairs(parent.args or {}) do _G[k]=tonumber(v) or v -- transfer every parameter directly to the global variable table end for k,v in pairs(frame.args or {}) do _G[k]=tonumber(v) or v -- transfer every parameter directly to the global variable table end --- Alas Scribunto d...")
- 19:42, 23 May 2022 Maxwells talk contribs created page Template:Nowiki2 (Created page with "{{#if: {{{tag|}}} | {{#if: {{{style|}}} | <{{{tag}}} style="{{{style}}}"> | <{{{tag}}}> }} }}{{#invoke:LuaCall | call | mw.text.nowiki |\{{{1|}}}<!-- -->}}{{#if: {{{tag|}}} | </{{{tag}}}> }}<noinclude> {{Documentation}} </noinclude>")
- 19:41, 23 May 2022 Maxwells talk contribs created page Template:Unbulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:41, 23 May 2022 Maxwells talk contribs created page Template:Term (Created page with "<dt class="glossary {{{class|}}}" {{#if: {{{noid|}}}||id="{{#invoke:delink|delink|{{#invoke:String|replace|source={{lc:{{{id|{{{term|{{{1}}}}}}}}}}}|"|<!--blank to strip out double quote mark-->}}}}"}} style="{{#if:{{{multi|}}}|margin-top: -0.2em;|margin-top: 0.4em; {{{style|}}}}}">{{#if:{{{nondefining|}}}||<dfn class="glossary">}}{{{content|{{{2|{{{term|{{{1}}}}}}}}}}}}{{#if:{{{nondefining|}}}||</dfn>}}</dt><noinclude> {{Documentation}} </noinclude>")
- 19:40, 23 May 2022 Maxwells talk contribs created page Template:Ordered list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|ordered}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:40, 23 May 2022 Maxwells talk contribs created page Template:Navbox top (Created page with "<includeonly>{{#invoke:navbox top and bottom|top}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 19:40, 23 May 2022 Maxwells talk contribs created page Template:Navbox bottom (Created page with "<includeonly>{{#invoke:navbox top and bottom|bottom}}</includeonly><noinclude> {{documentation|Template:Navbox top/doc}}</noinclude>")
- 19:39, 23 May 2022 Maxwells talk contribs created page Template:Hlist (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:39, 23 May 2022 Maxwells talk contribs created page Template:Glossary end (Created page with "<noinclude><dl></noinclude></dl><!--end glossary--><noinclude> {{Documentation|Template:Glossary/doc}}<!--Categories go in the /doc subpage.--> </noinclude>")
- 19:38, 23 May 2022 Maxwells talk contribs created page Template:Glossary (Created page with "<dl class="glossary {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"|}} {{#if:{{{id|}}}|id="{{{id}}}"|}}><noinclude>{{glossary end}} <!--Categories and interwikis go on the /doc page.--> {{Documentation}} </noinclude>")
- 19:38, 23 May 2022 Maxwells talk contribs created page Template:Flowlist/styles.css (Created page with ".flowlist ul { overflow-x: hidden; margin-left: 0; padding-left: 1.6em; } .flowlist ol { overflow-x: hidden; margin-left: 0; padding-left: 3.2em; } .flowlist dl { overflow-x: hidden; }")
- 19:38, 23 May 2022 Maxwells talk contribs created page Template:Flowlist (Created page with "<templatestyles src="Flowlist/styles.css" /><div class="flowlist {{{class|}}}" {{#if: {{{style|}}}|style="{{{style}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 19:38, 23 May 2022 Maxwells talk contribs created page Template:Flatlist (Created page with "<div class="hlist hlist-separated {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 19:37, 23 May 2022 Maxwells talk contribs created page Template:Defn (Created page with "<dd class="glossary {{{class|}}}" {{#if:{{{id|}}}|id="{{{id}}}"|{{#if:{{{term|}}}|id="{{{term}}}-defn{{{2|{{{no|1}}}}}}"|}}|}} {{#if:{{{style|}}}|style="{{{style}}}"|}}>{{#if:{{{2|{{{no|}}}}}}|{{{2|{{{no}}}}}}. |}}{{{defn|{{{1|{{{content}}}}}}}}}</dd><noinclude> {{Documentation}}<!--Categories go in the /doc subpage.--> </noinclude>")
- 19:37, 23 May 2022 Maxwells talk contribs created page Module:Cslist (Created page with "p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local semi = (args.semi or ""):sub(1,1):lower() semi = (semi == "t") or (semi == "y") local embedded = (args.embedded or ""):sub(1,1):lower() embedded = (embedded == "y") local out = "" for k, v in ipairs(args) do v = mw.text.trim(v) if v ~= "" then out = out .. "<li>" .. v .. "</li>" end end local listc...")
- 19:37, 23 May 2022 Maxwells talk contribs created page Template:Cslist/styles.css (Created page with "{{pp-template}}: make an inline list with either comma or semicolon separators: ul.cslist, ul.sslist { margin: 0; padding: 0; display: inline-block; list-style: none; } ul.cslist-embedded { display: inline; } .cslist li, .sslist li { margin: 0; padding: 0 0.25em 0 0; display: inline-block; } .cslist li:after { content: ", "; } .sslist li:after { content: "; "; } .cslist li:last-child:after, .sslist li:last-child:after {...")
- 19:36, 23 May 2022 Maxwells talk contribs created page Template:Cslist (Created page with "<templatestyles src="Cslist/styles.css" />{{#invoke:Cslist |makelist}}<noinclude> {{documentation}} </noinclude>")
- 19:36, 23 May 2022 Maxwells talk contribs created page Template:Columns-list (Created page with "<includeonly>{{#if:{{{1|}}}|{{{{{|safesubst:}}}#invoke:Template wrapper|wrap|_template=div col|_alias-map=1:content|colwidth=30em}}}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Columns-list with unknown parameter "_VALUE_"|ignoreblank=y| 1 | class | content | colwidth | gap | rules | small | style }}<noinclude> {{document...")
- 19:35, 23 May 2022 Maxwells talk contribs created page Module:Colored list (Created page with "local sequences = { excel = { [0]='#274', [1]='#36C', [2]='#C33', [3]='#85B', [4]='#072', [5]='#B38', [6]='#B40', [7]='#279' }, calc = { [0] = '#0000FF', [1] = '#FF0000', [2] = '#FF00FF', [3] = '#008000', [4] = '#000080', [5] = '#800000', [6] = '#800080', [7] = '#808000' }, accent = { [0]='#7fc97f', [1]='#beaed4', [2]='#fdc086', [3]='#ffff99', [4]='#386cb0', [5]='#f0027f', [6]='#bf5b17', [7]='#666666' }, dark2 = { [0]...")
- 19:35, 23 May 2022 Maxwells talk contribs created page Template:Colored list (Created page with "{{#invoke:Colored list|list}}<noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage; interwikis go to Wikidata --> </noinclude>")
- 19:34, 23 May 2022 Maxwells talk contribs created page Template:Bulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:34, 23 May 2022 Maxwells talk contribs created page Module:Bold list (Created page with "-- Written by User:Ahecht in response to a thread at WP:VPI return { main = function(frame) args = {} for i, v in ipairs(frame:getParent().args) do table.insert(args, v) end conj = "'''" .. (#args > 2 and ", " or " ") .. (frame.args.conj or "or") .. " '''" return "'''"..mw.text.listToText(args, "''', '''", conj).."'''" end }")
- 19:33, 23 May 2022 Maxwells talk contribs created page Template:Bold list (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:Bold list|main|conj={{{conj|or}}}}}</includeonly><noinclude>{{{{BASEPAGENAME}}|A|B|C}} {{Documentation}}</noinclude>")
- 19:33, 23 May 2022 Maxwells talk contribs created page Template:Navbox lists (Created page with "{{navbox top |name= HTML lists |title=HTML lists |state=<includeonly>collapsed</includeonly> |above = More information: {{hlist | Help:List | WP:List dos and don'ts | WP:Manual of Style/Embedded lists | {{section link|WP:Manual of Style/Accessibility#Lists}} | WP:WikiProject Lists }} }} {| style="width:100%; text-align:left;" ! style="text-align:right;padding-right:0.5em;" | Flat | style="vertical-align:top; width:30%"| {| style="width:100%" ! style="fon...")
- 19:32, 23 May 2022 Maxwells talk contribs created page Template:Markup (Created page with "<includeonly>{| style="width:{{{width|auto}}}; margin-top:0;margin-left:{{{margin-left|{{{margin|0}}}}}}; border-width:medium; padding:0; {{{style|}}}" {{#if:{{{title|}}} |{{!}}+ '''{{{title}}}'''}} {{#if:{{{noheaders|}}}{{{notitle|}}} | |! scope="col" style="{{{colheaderstyle|}}}{{{col1headerstyle|}}}"{{!}} {{{col1|{{{t1|Markup}}}}}} {{!!}}<!-- -->scope="col" style="{{{colheaderstyle|}}}{{{col2headerstyle|}}}"{{!}} {{{col2|{{{t2|Renders as}}}}}} }}<!-- -->{{for lo...")
- 19:32, 23 May 2022 Maxwells talk contribs created page Template:Format TemplateData (Created page with "<includeonly>{{#ifeq:{{yesno-yes|{{{header}}}}}|yes|{{TemplateData header}} }}{{#invoke:Format TemplateData| f |classNoNumTOC=nonumtoc |cssParams=border:#B3B7FF 1px solid;|docpageCreate=%s/doc |docpageDetect=/doc$ |msgDescMiss=Missing description |cat=Templates with TemplateData errors}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 19:31, 23 May 2022 Maxwells talk contribs created page Template:Plainlist/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{High-use}} This template provides a WCAG/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per WP:UBLIST and WP:PLIST == Usage == {{tl|plainlist}} starts a plain (i.e. unbulleted) list, such as: {{plainlist| * cat * dog * horse * cow * sheep * pig }} It uses...")
- 19:30, 23 May 2022 Maxwells talk contribs deleted page Template:Plainlist/styles.css (Did not work as hoped)
- 19:22, 23 May 2022 Maxwells talk contribs created page Template:Plainlist/styles.css (Created page with ".plainlist ol li, .plainlist ul li { margin-bottom: 0; } .plainlist ol, .plainlist ul { line-height: inherit; list-style: none none; margin: 0; }")
- 19:19, 23 May 2022 Maxwells talk contribs created page Template:Plainlist (Created page with "<div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 16:51, 23 May 2022 Maxwells talk contribs deleted page File:The continent.png
- 16:51, 23 May 2022 Maxwells talk contribs deleted page File:The Continent Orthographic Projection.png
- 16:50, 23 May 2022 Maxwells talk contribs deleted page File:The Continent Orthographic Projection Zoomed.png
- 16:50, 23 May 2022 Maxwells talk contribs deleted page File:Bycoast Orthographic Zoomed.png