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).
- 12:25, 11 June 2022 Maxwells talk contribs created page Template:Allow wrap (Created page with "<includeonly><span class="wrap">{{{1| }}}</span></includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 12:25, 11 June 2022 Maxwells talk contribs created page Template:Helpbox (Created page with "<includeonly>{{Sidebar | name = {{#if:{{{templatename|}}} |{{{templatename}}} |{{{name|{{PAGENAME}}}}} }} | templatestyles = Template:Helpbox/styles.css | child templatestyles = {{{child templatestyles|}}} | float = {{{float|}}} | class = help-box noprint {{{class|{{{bodyclass|}}}}}} | style = {{{1|}}} | titlestyle = {{{titlestyle|}}} | title = {{{title|{{{name|}}}}}} | headingstyle = {{{headingstyle|}}} | heading1 = {{{group1|}}} | content1 = {{{list1|}}} | heading2...")
- 12:24, 11 June 2022 Maxwells talk contribs created page Template:Guideline list (Created page with "{{Helpbox |clear:right;width:21.5em; | templatename = Guideline list | bodyclass = hlist | name = Wikipedia guidelines | list1 = * Guidelines list * Policies list | group2 = Behavioral | list2 = {{Sidebar |bodystyle= background:#f5faff; {{subsidebar bodystyle}} |navbar=off | headingstyle = background:#e5eef8; | contentsty...")
- 12:24, 11 June 2022 Maxwells talk contribs created page Stiles Wiki:Subpages (Created page with "{{Pp|small=yes}} {{Pp-move-indef}} {{redirect|WP:SP}} {{redirect|WP:SUB|page substitution|Wikipedia:Substitution}} {{for|sections of long articles spun off into their own articles leaving summaries in their place|Wikipedia:Summary style}} {{subcat guideline|editing guideline|Subpages|WP:SP|WP:SUB}} {{Guideline list}} Except in the main namespace (article namespace), where the subpage feature has be...")
- 12:24, 11 June 2022 Maxwells talk contribs created page Module:Infobox/sandbox (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 function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows...")
- 12:23, 11 June 2022 Maxwells talk contribs created page Template:Wikipedia categorization navbox (Created page with "{{Navbox | name = Wikipedia categorization navbox | state = {{{state|<includeonly>{{{1|autocollapse}}}</includeonly>}}} | bodyclass = hlist | titlestyle = {{{titlestyle|}}} | title = Wikipedia categorization | group1 = Guidelines | list1 = * Categorization * Categories, lists, and navigation templates * Overcategorization * Wikipedia:Categorization o...")
- 12:22, 11 June 2022 Maxwells talk contribs created page Module:Icon/data (Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p...")
- 12:22, 11 June 2022 Maxwells talk contribs created page Module:Icon (Created page with "-- This module implements Template:Icon. require("Module:No globals") local yesNo = require("Module:Yesno") local getArgs = require("Module:Arguments").getArgs local getPlain = nil local p = {} -- Determine whether we're being called from a sandbox local sandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true) and '/sandbox' or '' -- Implements Template:Icon -- Returns the icon image corresponding to a string (like 'B') function p._main(args, data)...")
- 12:22, 11 June 2022 Maxwells talk contribs created page Template:Icon (Created page with "{{#invoke:Icon|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 12:21, 11 June 2022 Maxwells talk contribs created page Template:R template index (Created page with "{{Navbox | name = R template index | title = Rcat functional index | bodyclass = hlist | state = {{{state<includeonly>|{{#ifeq:{{NAMESPACE}}|{{ns:0}}|off|collapsed}}</includeonly>}}} | groupstyle = text-align:center; | group1 = Grammar,<br />punctuation,<br />and spelling | list1 = {{Navbox|child | li...")
- 12:21, 11 June 2022 Maxwells talk contribs created page Template:Pp-semi (Redirected page to Template:Pp) Tag: New redirect
- 12:21, 11 June 2022 Maxwells talk contribs created page Template:Pad (Created page with "<includeonly><span style="padding-left:{{{1|1.0em}}};"> </span></includeonly><noinclude>{{Documentation}}</noinclude>")
- 12:20, 11 June 2022 Maxwells talk contribs created page Template:R from modification (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from modification |name=From a modification |from=a modification of the target's title or a closely related title. For example, the words may be rearranged{{#if: {{{1|{{{reason|{{{of|}}}}}}}}}|. This redirect is a modification of: {{{1|{{{reason|{{{of|}}}}}}}}}}} |info= ** Please note that there are many {{em|more specific templates}}. Please use {{tl|R from alternative spelling}} for s...")
- 12:20, 11 June 2022 Maxwells talk contribs created page Template:Noredirect (Redirected page to Template:No redirect) Tag: New redirect
- 12:19, 11 June 2022 Maxwells talk contribs created page Stiles Wiki:Categorizing redirects (Created page with "{{pp-semi|small=yes}} {{redirect|WP:RCAT|how to redirect one category to another|Template:Category redirect}} {{subcat guideline|editing guideline|Categorization Redirects|WP:RCAT}} {{nutshell|Redirects are not articles and most should not be sorted into mainspace content categories; however, all redirects should be sorted into appropriate "maintenance" (non-article) categories whenever possible.}} This is a Wikipedia guideline for placing redirect pages...")
- 12:19, 11 June 2022 Maxwells talk contribs created page Module:Template parameter value (Created page with "local p = {} local escape = require("Module:String")._escapePattern function trimspaces(s) return string.gsub(s, "^%s*(.-)%s*$", "%1") end local function getTitle(title) local success, titleObj = pcall(mw.title.new, title) if success then return titleObj else return nil end end function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = 'Template:Template parameter value' }) local template = escape(args[2]) local parameter = es...")
- 12:18, 11 June 2022 Maxwells talk contribs created page Template:Void (Created page with "<noinclude>{{documentation}}</noinclude>")
- 12:18, 11 June 2022 Maxwells talk contribs created page Template:Template parameter value (Created page with "<includeonly>{{safesubst:#invoke:Template parameter value|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 12:18, 11 June 2022 Maxwells talk contribs created page Template:Wikipedia glossary (Created page with "{{Side box | imageright = File:Wiki letter w.svg | text = This page is referenced in the {{#if:{{{1|}}} |Wikipedia Glossary, under {{{1}}} |{{nowrap|Wikipedia Glossary}} }}. | class = plainlinks }}<includeonly>{{#switch:{{NAMESPACE}} |Help|Wikipedia={{#if:{{{nocat|{{{category|}}}}}}||Category:Wikipedia glossary items}} |User={{#ifeq:{{YesNo-No|{{{category}}}}}|yes|Category:Wikipedia glossa...")
- 12:17, 11 June 2022 Maxwells talk contribs created page Template:Talk quote inline/styles.css (Created page with "{{pp-template}}: .inline-quote-talk { font-family: Georgia, 'DejaVu Serif', serif; color: #008560; quotes: none; } .inline-quote-talk-italic { font-family: inherit; font-style: italic; } .inline-quote-talk-marks { quotes: '"' '"'; }")
- 12:17, 11 June 2022 Maxwells talk contribs created page Template:Talk quote inline (Created page with "<templatestyles src="Talk quote inline/styles.css" />{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|Template:Tq is only for quoting in talk and project pages. Do not use it in actual articles.}}|<!-- --><q {{#if: {{{title|}}} | title="{{{title}}}"}} class="inline-quote-talk {{#if: {{{i|{{{italic|}}}}}} | inline-quote-talk-italic}} {{#if: {{{q|{{{quotes|}}}}}}|inline-quote-talk-marks}}">{{{1|Example text}}}</q><!-- -->}}<noinclude> {{Documentation}} </noinclude>")
- 12:17, 11 June 2022 Maxwells talk contribs created page Template:Tq (Redirected page to Template:Talk quote inline) Tag: New redirect
- 12:16, 11 June 2022 Maxwells talk contribs created page Template:Reflist-talk/styles.css (Created page with "{{pp|small=y}}: .reflist-talk { margin: auto 2em; border: 1px dashed #AAAAAA; padding: 4px; padding-left: 1em; } .reflist-talk-title { font-weight: bold; }")
- 12:16, 11 June 2022 Maxwells talk contribs created page Template:Reflist-talk (Created page with "<templatestyles src="Reflist-talk/styles.css"/><div class="reflist-talk" {{#if:{{{style|}}}|style="{{{style}}}"}}> <p class="reflist-talk-title">{{{title|References}}}</p> {{reflist|{{{1|{{{colwidth|}}}}}}|refs={{{refs|}}}|group={{{group|}}}}} </div><noinclude> {{Documentation}} </noinclude>")
- 12:15, 11 June 2022 Maxwells talk contribs created page Template:R semi-protected (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R semi-protected |name=Semi-protected |from=a title that is semi-protected from editing for any of several possible reasons |info=** '''Please do not replace these redirected links''' with links directly to the target page unless expressly advised to do so below or elsewhere on this page, or if the change is supported by a policy or guideline. }}{{#if...")
- 12:14, 11 June 2022 Maxwells talk contribs created page Template:Talkref (Redirected page to Template:Reflist-talk) Tag: New redirect
- 12:14, 11 June 2022 Maxwells talk contribs created page Template:Short (Redirected page to Template:Shortcut) Tag: New redirect
- 12:14, 11 June 2022 Maxwells talk contribs created page Template:Redirect2 (Created page with "<includeonly>{{#invoke:Redirect hatnote|redirect|2}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 12:13, 11 June 2022 Maxwells talk contribs created page Template:Ombox/shortcut (Redirected page to Template:Shortcut) Tag: New redirect
- 12:13, 11 June 2022 Maxwells talk contribs created page Template:Annotated link (Created page with "<includeonly>{{safesubst:void }}[[{{{1}}}|{{{2|{{{1}}}}}}]]{{safesubst:void|Write piped link to article }}{{safesubst:#if: {{{abbreviation|}}}| ({{{abbreviation|}}})|}}{{safesubst:void|If parameter abbreviation exists, write abbreviation in parentheses with leading space }}{{safesubst:#if: {{{aka|}}}|, also known as {{{aka|}}}|}}{{safesubst:void|If parameter aka exists, write following standard prefix string }}{{safesubst:#switch:{{safesubst:lc:{{safesubst:Template...")
- 12:12, 11 June 2022 Maxwells talk contribs created page Template:Anli (Redirected page to Template:Annotated link) Tag: New redirect
- 12:12, 11 June 2022 Maxwells talk contribs created page Module:About (Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote....")
- 12:12, 11 June 2022 Maxwells talk contribs created page Template:About (Created page with "{{#invoke:about|about}}<noinclude> {{Documentation}} </noinclude>")
- 12:11, 11 June 2022 Maxwells talk contribs created page Template:-r (Redirected page to Template:No redirect) Tag: New redirect
- 12:11, 11 June 2022 Maxwells talk contribs created page Template:-? (Created page with "<span style="padding-left:0.15em;">?</span><noinclude> {{Documentation}} </noinclude>")
- 12:09, 11 June 2022 Maxwells talk contribs created page Stiles Wiki:Redirect (Created page with "{{short description|Wikipedia method/tool to automatically redirect a user from a page to another page}} {{pp-vandalism|small=yes}} {{Redirect2|WP:R|WP:RDR|other uses of "WP:R"|Wikipedia:R (disambiguation)|centralized dispute resolution requests|Wikipedia:Requesting dispute resolution}} {{For|the WikiProject|Wikipedia:WikiProject Redirect}} <noinclude>{{Subcat guideline|editing guideline|Redirect|WP:R|WP:REDIR|WP:RDR}}</noinclude> {{Nutshell|Redirects aid navigation and...")
- 12:09, 11 June 2022 Maxwells talk contribs created page Template:Shortcuts (Redirected page to Template:Shortcut) Tag: New redirect
- 12:08, 11 June 2022 Maxwells talk contribs created page Template:Stack/styles.css (Created page with "{{pp-template}}: .stack { box-sizing: border-box; } .stack > div { margin: 1px; overflow: hidden; } @media all and (min-width: 720px) { .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: right; clear: right; } .stack-left { float: left; } .stack-right { float: right; } .stack-margin-clear-left { float: left; clear: left; margin-right: 1em; } .stack-margin-clear-right { float: right; clear: righ...")
- 12:08, 11 June 2022 Maxwells talk contribs created page Template:Stack (Created page with "<templatestyles src="Stack/styles.css"/><div class="stack {{#switch:{{{float|right}}}|left=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|left|true=clear-}}left|right=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|right|true=clear-}}right}}"><!-- -->{{#if:{{{1|}}}|<div {{#if:{{{cellspacing|}}}|style="margin: {{{cellspacing}}}px"}}>{{{1}}}</div>}}<!-- -->{{#if:{{{2|}}}|<div {{#if:{{{cellspacing|}}}|style="margin: {{{...")
- 12:07, 11 June 2022 Maxwells 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>")
- 12:07, 11 June 2022 Maxwells talk contribs created page Template:Ambox globe (Created page with "{{#switch:{{#expr: floor(({{#time:G}} + 2) / 8) mod 3 }} |0={{{asia-australia|Ambox globe Asia Australia.svg}}} |1={{{europe-africa|Ambox globe.svg}}} |2={{{americas|Ambox globe Americas.svg}}} }}<noinclude> {{Documentation}} </noinclude>")
- 12:06, 11 June 2022 Maxwells talk contribs created page Template:Ambox globe current red (Created page with "{{Ambox globe |europe-africa = Ambox current red.svg |americas = Ambox current red Americas.svg |asia-australia = Ambox current red Asia Australia.svg }}<noinclude> {{Documentation}} </noinclude>")
- 12:06, 11 June 2022 Maxwells talk contribs created page Template:Update (Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= {{main other | demospace = {{{demospace|}}} |{{ambox | name = Update | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = content | class = ambox-Update | image = [[File:{{Ambox globe current red}}|42px|link=]] | issue = {{#if:{{{part|{{{1|}}}}}} |{{#ifeq:{{{part|{{{1|}}}}}}|section |{{#if:{{{inaccurate|}}} |This section's '''[[Wikipedia:Accuracy dispute|factual accuracy]...")
- 12:06, 11 June 2022 Maxwells talk contribs created page Template:Out of date (Redirected page to Template:Update) Tag: New redirect
- 12:05, 11 June 2022 Maxwells talk contribs created page Stiles Wiki:TemplateData (Created page with "{{for|a tutorial|Wikipedia:TemplateData/Tutorial}} {{hatnote|For additional technical information, see mw:Help:TemplateData and mw:Extension:TemplateData.}} {{Short description|Information page on the use of TemplateData on Wikipedia}} {{out of date}} {{VisualEditor navbox}} {{stack|{{Shortcuts|WP:VE/TD|WP:TDATA}}}} __TOC__ == What is TemplateData? == TemplateData is the standardized description of a template, used by the default Wikipedia:VisualEditor|VisualE...")
- 12:04, 11 June 2022 Maxwells 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 }}{...")
- 12:04, 11 June 2022 Maxwells 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...")
- 12:04, 11 June 2022 Maxwells talk contribs created page Template:R from alternative name (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative name |name=From an alternative name |from=a title that is another name or identity such as an alter ego, a nickname, or a synonym of the target, or of a name associated with the target{{#if:{{{1|{{{of|}}}}}}| (in this case, the more common name is: ''{{{1|{{{of}}}}}}'')}} |info=** This redirect leads to the title in accordance with the naming conventions for WP:com...")
- 12:03, 11 June 2022 Maxwells talk contribs created page Template:Nbsp (Redirected page to Template:Spaces) Tag: New redirect
- 12:03, 11 June 2022 Maxwells talk contribs created page Module:Userbox (Created page with "-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default valu...")