Combined display of all available logs of FHODS Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:25, 19 May 2026 FHODSArchive talk contribs created page Template:Hidden begin/styles.css (Created page with "{{pp-template}}: .hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 95%; } .hidden-title { font-weight: bold; line-height: 1.6; text-align: left; } .hidden-content { text-align: left; } phab:T360582: @media all and ( max-width: 500px ) { .hidden-begin { width: auto !important; clear: none !important; float: none !important; } }")
- 13:24, 19 May 2026 FHODSArchive talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 13:24, 19 May 2026 FHODSArchive talk contribs created page Template:Hidden end (Created page with "<includeonly></div></div></includeonly><noinclude> {{hatnote|Templates {{noredirect|Template:End hidden|End hidden}} and {{noredirect|Template:End hidden section|End hidden section}} redirect here.}} {{Documentation|Template:Hidden begin/doc}} </noinclude>")
- 13:23, 19 May 2026 FHODSArchive talk contribs created page Template:Hidden begin (Created page with "<includeonly><templatestyles src="Template:Hidden begin/styles.css"/><div class="hidden-begin mw-collapsible {{#ifeq:{{{showhide|{{{toggle}}}}}}|left|mw-collapsible-leftside-toggle}} {{#if:{{{expanded|}}}||mw-collapsed}} {{{class|}}}" style="{{#if:{{{width|}}}|width:{{{width}}};}} {{#if:{{{border|}}}|border:{{{border}}};}} {{#if:{{{bgcolor|}}}|background-color:{{{bgcolor}}};color:inherit;}} {{{style|}}}"><!-- --><div class="hidden-title skin-nightmode-reset-color" style=...")
- 13:22, 19 May 2026 FHODSArchive talk contribs created page Template:Hidden (Created page with "{{hidden begin|toggle={{{showhide|}}}{{{toggle|}}}|expanded={{{expand|{{{expanded|}}}}}}|class={{{class|}}}|border={{{border|}}}|style={{{framestyle|{{{style|{{{css|}}}}}}}}} |titlebgcolor={{{titlebgcolor|{{{background|{{{bg1|}}}}}}}}}|ta1={{{titlealign|{{{ta1|center}}}}}}|titlestyle={{safesubst<noinclude/>:#if:{{{multiline|{{{multi-line|}}}}}}|height:auto;}}{{safesubst<noinclude/>:#ifeq:{{{fw1|bold}}}|bold||font-weight:{{{fw1|bold}}};}}{{{headercss|{{{headerstyle|{{{tit...")
- 13:21, 19 May 2026 FHODSArchive talk contribs created page Template:Collapsed infobox section end (Created page with "<includeonly>{{#if:{{{div|}}}|</div>|}}</td></tr></table>{{#if:{{{div|}}}|<div>|}}</includeonly><noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 13:21, 19 May 2026 FHODSArchive talk contribs created page Template:Collapsed infobox section begin (Created page with "<includeonly>{{#if:{{{div|}}}|</div>}}{{#if:{{{td|}}}|<td>}}</td></tr> <tr><td colspan="{{#if:{{{columns|}}}|{{{columns}}}|2}}"> {| class="mw-collapsible {{#if:{{{expand|}}}| |mw-collapsed}}" {{#if:{{{collapsetext|}}}|data-collapsetext="{{{collapsetext|}}}"}} {{#if:{{{expandtext|}}}|data-expandtext="{{{expandtext|}}}"}} style="{{#if:{{yesno|{{{cont|{{{last|}}}}}}}}|margin-bottom:-.65em}}; {{{style|}}}; width:100%;" |- ! colspan="{{#if:{{{columns|}}}|{{{columns}}}|2}}" st...")
- 13:21, 19 May 2026 FHODSArchive talk contribs created page WP:Mainspace (Created blank page)
- 13:20, 19 May 2026 FHODSArchive talk contribs created page MOS:COLLAPSE (Created blank page)
- 12:52, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828: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'...")
- 12:51, 19 May 2026 FHODSArchive 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>")
- 12:50, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 12:49, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 12:48, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 12:47, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Sidebar/configuration (Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = { sidebar = 'Module:Sidebar/styles.css', hlist = 'Hlist/styles.css', plainlist = 'Plainlist/styles.css', subinfobox = 'Subinfobox b...")
- 12:47, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Uses TemplateStyles/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 12:46, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
- 12:44, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Uses TemplateStyles (Created page with "local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end local function makeEditSup(pageName) return string.format('<sup>&lbr...")
- 12:43, 19 May 2026 FHODSArchive talk contribs created page Template:DAT (Redirected page to Template:Collapse top) Tag: New redirect
- 12:43, 19 May 2026 FHODSArchive talk contribs created page Template:Ctop (Created page with "{{ safesubst:<noinclude/>ifsubst||<templatestyles src="Template:Collapse_top/styles.css"/>}} <div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| role="presentation" <!-- Template:Collapse top --> class="mw-collapsible mw-archivedtalk {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="color:inherit; background: {{{bg1|transparent}}}; text-align: left; b...")
- 12:42, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Collapsible list (Created page with "local p = {} local function getListItem( data ) if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). local function getArgNums( args ) local nums = {} for k, v in pairs( args ) do if type( k ) == 'number' and k >= 1 and math.floor( k ) == k and t...")
- 12:41, 19 May 2026 FHODSArchive talk contribs created page Template:Collapsible list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:collapsible list|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 12:41, 19 May 2026 FHODSArchive talk contribs created page Template:Collapse AI top/styles.css (Created page with "{{pp-template}}: .hidden-archive-ai { border-spacing: 0; box-sizing: border-box; border: 1px solid var(--border-color-base, #a2a9b1); width: 100%; clear: both; text-align: center; margin: 0.2em auto 0; font-size: 100%; } .hat-ai-header { padding: .5em 1em; line-height: 1.5em; text-align: center; background-color: var(--background-color-neutral, #eaecf0); color: var(--color-base, #202122); } .hat-ai-content { padding: 8px; background-color: var(--bac...")
- 12:40, 19 May 2026 FHODSArchive talk contribs created page Template:Collapse AI top (Created page with "{{ safesubst:<noinclude/>ifsubst||<templatestyles src="Collapse AI top/styles.css" />}} {| role=presentation class="hidden-archive-ai mw-collapsible mw-archivedtalk {{ {{{|safesubst:}}}#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}}" {{ safesubst:<noinclude/>ifsubst|1=style="border-spacing: 0; box-sizing: border-box; border: 1px solid var(--border-color-base, #a2a9b1); width: 100%; clear: both; text-align: center; margin: 0.2em auto 0; font-size: 100%;"}} |- | class="ha...")
- 12:39, 19 May 2026 FHODSArchive talk contribs created page Template:Collapse AI bottom (Created page with "<includeonly> {{safesubst<noinclude />:#if:{{{html|}}}|</table>|{{safesubst<noinclude />:!}}} }}</includeonly>{{safesubst<noinclude />:#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:End with unknown parameter "_VALUE_"|ignoreblank=y| html | 1<!--parameter does not do anything, but described in the documentation since 2015--> }}<noinclude>{{...")
- 12:39, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Lorem ipsum/data (Created page with "--<nowiki> return { "{{safesubst:#if:%s|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserun...")
- 12:38, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Lorem ipsum (Created page with "local yn = require("Module:Yesno") local p = {} function p._main(args) local paragraphs = {} local outTbl = setmetatable({}, {__call = function (t, v) t[#t+1] = v end}) local link = yn(args["link"]) or yn(args[4]) or false local join = yn(args["join"]) or false local joinprefixsuffix = yn(args["joinprefixsuffix"]) or false local cat = yn(args["cat"]) or true local count = tonumber(args[1]) or 1 local i = tonumber(args["start"]) or 1 local data = mw.loadData(arg...")
- 12:37, 19 May 2026 FHODSArchive talk contribs created page Template:Collapse (Created page with "{| role="presentation" <!-- Template:Collapse --> class="mw-collapsible mw-archivedtalk {{#switch:{{lc:{{{expand|no}}}}}|uncollapse|uncollapsed|expand|expanded|yes|y=mw-uncollapsed|#default=mw-collapsed}} {{{class|}}}" style="{{{{{|safesubst:}}}#ifeq:{{NAMESPACEE}}|{{ns:0}}|display: none;}}{{#if:{{{bg1|}}}|background-color: {{{bg1}}};color:inherit;}} text-align: left; border: {{{border|1px}}} solid {{{b-color|var(--border-color-subtle, #c8ccd1)}}}; {{{{{|safesubst:}}}#sw...")
- 12:37, 19 May 2026 FHODSArchive talk contribs created page Template:Uses TemplateStyles (Created page with "<includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly><noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 12:36, 19 May 2026 FHODSArchive talk contribs created page Template:Cbot (Created page with "<includeonly>|}</div></includeonly><noinclude> {{Documentation|Template:Collapse top/doc}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
- 12:35, 19 May 2026 FHODSArchive talk contribs created page File:Information icon4.png
- 12:35, 19 May 2026 FHODSArchive talk contribs uploaded File:Information icon4.png
- 12:34, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Message box/fmbox.css (Created page with "{{pp|small=y}}: .fmbox { clear: both; this sheet does not require overflow-x because of this clear: margin: 0.2em 0; border: 1px solid #a2a9b1; background-color: var(--background-color-interactive-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } .fmbox-warning { border: 1px solid #bb7070; Dark pink: background-color: #ffdbdb; Pink: } .fmbox-editnotice { background-color: transparent; } .fmbox .mbox-...")
- 12:34, 19 May 2026 FHODSArchive talk contribs created page Template:Fmbox (Created page with "{{#invoke:Message box|fmbox|plainlinks={{{plainlinks|yes}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 12:33, 19 May 2026 FHODSArchive talk contribs created page MediaWiki:Protect-text (Created page with "<div class="mw-parser-output" id="protect_text"> {{fmbox |type=system |image=35px|alt=|link=WP:PP |text=<div style="text-align: center; font-size: 20px;">'''Important policies and items to note when applying or modifying page protection:'''</div> <ul><li>Your actions must comply with Wikipedia's protection policy at all times.</li> <li>The extended confirmed protection level may be...")
- 12:33, 19 May 2026 FHODSArchive talk contribs created page WP:SUPERHAT (Created blank page)
- 12:33, 19 May 2026 FHODSArchive talk contribs created page WP:Refactoring (Created blank page)
- 12:32, 19 May 2026 FHODSArchive talk contribs created page WP:REPLYTOOL (Created blank page)
- 12:30, 19 May 2026 FHODSArchive talk contribs created page Special:Badtitle/NS828:Sidebar (Created page with "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyle...")
- 12:29, 19 May 2026 FHODSArchive talk contribs created page Template:Sidebar (Created page with "{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>")
- 15:31, 14 May 2026 FHODSArchive talk contribs created page Template:EmptyCatGood (Created page with "<onlyinclude>{{cmbox | type = content | text = {{WithEn |1='''Administrators, please do not delete this category!''' |2=<translate><!--T:1--> '''Administrators, please do not delete this category!'''</translate> }}<br /><!-- --><translate><!--T:2--> This is a maintenance category which sometimes contains pages that are in need of attention.</translate> <!-- --><translate><!--T:3--> If the category is empty then this is ''a good thing.''</translate><includeonly>__EX...")
- 15:31, 14 May 2026 FHODSArchive talk contribs created page Category:Pages with broken file links (Created page with "{{EmptyCatGood}} __HIDDENCAT__ The page contains a broken file link (a link to embed a file when the file does not exist).")
- 15:30, 14 May 2026 FHODSArchive talk contribs created page Category:Pages with script errors (Created page with "{{Commons category|Pages with script errors}} {{polluted category}} {{hidden category}} {{empty category}} {{int:scribunto-common-error-category-desc}} This category is populated automatically by the MediaWiki software, its name being at MediaWiki:Scribunto-common-error-category. It contains pages with errors in the Lua script being used to display them. This category is sorted by page name and ignores the namespace. [{{fullurl:Special...")
- 15:29, 14 May 2026 FHODSArchive 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...")
- 15:28, 14 May 2026 FHODSArchive talk contribs created page Template:Mxt (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{safesubst:<noinclude/>#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example monospaced example-mono" style="font-family: monospace, monospace; color: var(--color-content-added, #006400);" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<!--"monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug'--><no...")
- 15:28, 14 May 2026 FHODSArchive talk contribs created page Template:Collapsible templates (Created page with "{{Helpbox |templatename = Collapsible templates |name = Collapsible templates |bodyclass = vcard |list1 = {{aligned table|fullwidth=y|rightleft=y|col1style=font-weight:bold; |Help: |Collapsing |Guideline:|Hidden content }} |group2 = Article namespace |list2 = {{plainlist|1= * {{tl|collapsible list}} * {{tl|hidden}} * {{hlist|{{tl|hidden begin}}|{{tl|hidden end}}}} }} |group3 = Wikipedia:Infobox|...")
- 15:28, 14 May 2026 FHODSArchive talk contribs created page Template:!mxt (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{safesubst:<noinclude/>#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-bad monospaced example-mono" style="font-family: monospace, monospace; color: var(--color-content-removed, #8B0000);" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<!--"monospace, monospace" needed per Wikipedia:Typ...")
- 15:26, 14 May 2026 FHODSArchive talk contribs created page Template:Collapse top/styles.css (Created page with "{{pp-template}}: .cot-header-mainspace { background:#F0F2F5; color:inherit; } .cot-header-other { background:#CCFFCC; color:inherit; } @media screen { html.skin-theme-clientpref-night .cot-header-mainspace { background:#14181F; color:inherit; } html.skin-theme-clientpref-night .cot-header-other { background:#003500; color:inherit; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .cot-header-mainspace { backg...")
- 15:24, 14 May 2026 FHODSArchive talk contribs created page List of colors (Created page with "{{Short description|None}} These are the lists of colors; * List of colors: A–F * List of colors: G–M * List of colors: N–Z * List of colors (alphabetical) * List of colors by shade * List of color palettes * List of Crayola crayon colors * List of RAL colours * List of X11 color names == See also == * Index of color-related articles * List of dyes * Web colors {{Color topics|state=collapsed}} {{Color shades|sta...")
- 15:24, 14 May 2026 FHODSArchive talk contribs created page Template:Collapse top/testcases (Created page with "{{Testcases}} ==Test expand= (16 January 2015) == :{{para|expand}} options: <code>y, yes, expand, expanded, uncollapse, uncollapsed, show</code> (and A=a) :but do not expand when: :{{para|expand}} <code><blank>, <omitted>, no, collapse, collapsed, hide, anyothertext, whateveriliketowrite</code> ===uncollapse=== <nowiki>{{Collapse top/sandbox|heading=Eat at Joe's|expand=y}}</nowiki> {{Collapse top/sandbox|heading=Eat at Joe's|expand=y}} {{lorem ipsum}} {{collapse...")
