×
Create a new article
Write your page title here:
We currently have 188 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki
188Articles

User contributions for Sonic City

A user with 1,614 edits. Account created on 18 December 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

24 December 2024

  • 01:4801:48, 24 December 2024 diff hist +11,952 N Module:TableTools/doc Created page with "{{used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{lua|Module:Exponential search|noprotcat=yes}} 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. == Loading the module == To use any of the functions, first you must load the module. <syntaxhighlight lang="lua"> local TableTools = require('Module:TableToo..." current
  • 01:4701:47, 24 December 2024 diff hist +16,577 N 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...." current
  • 01:4601:46, 24 December 2024 diff hist +3,398 N Module:Transclusion count/data/O Created page with "return { ["OCLC"] = 15000, ["ODNBsub"] = 21000, ["OEDsub"] = 2100, ["OKA"] = 2200, ["OKATO_reference"] = 2200, ["OSM_Location_map"] = 6200, ["OSM_Location_map/MaplinkItem"] = 6200, ["OSM_Location_map/color"] = 6200, ["OSM_Location_map/core"] = 6200, ["OSM_Location_map/cssmapping"] = 6200, ["OSM_Location_map/mapxy"] = 6200, ["OW"] = 48000, ["Occupation_by_nationality_and_century_category_header"] = 14000, ["Occupation_by_nationality_and_century_category_header/continental..." current
  • 01:4601:46, 24 December 2024 diff hist +15,534 N Template:Ombox/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Cascade-protected template}} {{used in system}} {{Lua|Module:Message box}} {{Mbox templates (small)}} This is the {{tl|Ombox}} (['''O''']ther pages ['''m''']essage ['''box''']) metatemplate. It is used to build message box templates for pages of the types User, Draft, Wikipedia, MediaWiki, Template,..." current
  • 01:4501:45, 24 December 2024 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 01:4301:43, 24 December 2024 diff hist +7,712 N Module:Transclusion count/data/F Created page with "return { ["F1"] = 4800, ["FA-Class"] = 15000, ["FAA-airport"] = 3700, ["FACClosed"] = 5700, ["FAC_link"] = 111000, ["FCC-LMS-Facility"] = 6000, ["FCC_Licensing_and_Management_System_facility"] = 17000, ["FIDE"] = 2300, ["FIFA_player"] = 10000, ["FIN"] = 9600, ["FIPS"] = 2100, ["FJC_Bio"] = 3900, ["FL-Class"] = 12000, ["FLCClosed"] = 3000, ["FM-Class"] = 3600, ["FMA"] = 3400, ["FMARB"] = 8900, ["FMXL"] = 2500, ["FM_station_data"] = 8500, ["FPCnom/VotingEnds"] = 10000, ["F..." current
  • 01:4301:43, 24 December 2024 diff hist +4,044 N Module:File link/doc Created page with "{{high-use}} {{Module rating|protected}} {{Lua|Module:Yesno|Module:Arguments}} This module is used to construct wikitext links to files. It is primarily useful for templates and modules that use complicated logic to make file links. Simple file links should be made with wikitext markup directly, as it uses less resources than calling this module. For help with wikitext file markup please refer to the documentation at mediawiki.org. == Usage from wikit..." current
  • 01:4201:42, 24 December 2024 diff hist +2,544 N 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..." current

23 December 2024

  • 09:5009:50, 23 December 2024 diff hist +11,057 N Module:Convert/tester/doc Created page with "This module runs unit tests to compare template output with expected text. In addition, the module can output the results of expanding templates. While intended for testing Module:Convert, the tester should be useful with other templates that require many tests using a simple format for the test input. ==Testcases example== *Module:Convert/sandbox/testcases • templates to be tested, with expected outputs *Module talk:Convert/sandbox/testcases • view tes..." current
  • 09:4909:49, 23 December 2024 diff hist +13,643 N Module:Convert/tester Created page with "-- Test the output from a template by comparing it with fixed text. -- The expected text must be in a single line, but can include -- "\n" (two characters) to indicate that a newline is expected. -- Tests are run (or created) by setting p.tests (string or table), or -- by setting page=PAGE_TITLE (and optionally section=SECTION_TITLE), -- then executing run_tests (or make_tests). local Collection = {} Collection.__index = Collection do function Collection:add(item) if..." current
  • 09:4109:41, 23 December 2024 diff hist +1,612 N Template:Multiple image/styles.css Created page with "{{pp-template}}: this is a block: .multiimageinner { display: flex; flex-direction: column; } .trow { display: flex; flex-direction: row; clear: left; flex-wrap: wrap; width: 100%; box-sizing: border-box; } this is a cell: .tsingle { margin: 1px; float: left; } .theader { clear: both; font-weight: bold; text-align: center; align-self: center; background-color: transparent; width: 100%; } .thumbcaption { background-color: transparent; }..." current
  • 09:3909:39, 23 December 2024 diff hist +793 N Module:Convert/data/doc Created page with "{{Module rating|p}} {{cascade-protected template|page=module}} {{High-use}} This page defines the conversion data used by Module:Convert. All documentation (from Module:Convert/doc) is at that page. '''Do not manually add units to this page.''' First add the unit definitions in Module:Convert/documentation/conversion data. And then update this page by copying the results from Module:Convert/makeunits (those results appear at Module talk:Convert/makeuni..." current
  • 09:3809:38, 23 December 2024 diff hist +137,198 N Module:Convert/data Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma..."
  • 09:3609:36, 23 December 2024 diff hist +1,898 N Template:Several redirects Created page with "{{Dablink|Several terms redirect here. For {{{use1|other uses}}}, see [[{{{see1-1|{{{see1|{{{1|{{PAGENAME}} (disambiguation)}}}}}}}}}]]{{#if:{{{see1-2|}}} {{{see2|}}} {{{2|}}}| and [[{{{see1-2|{{{see2|{{{2|}}}}}}}}}]]}}.{{#if:{{{see2-1|}}} {{{see3|}}} {{{3|}}}| For {{{use2|other uses}}}, see [[{{{see2-1|{{{see3|{{{3}}}}}}}}}]]{{#if:{{{see2-2|}}} {{{see4|}}} {{{4|}}}| and [[{{{see2-2|{{{see4|{{{4|}}}}}}}}}]]}}.}}}}<noinclude> ==Usage== This template works sim..." current
  • 09:3609:36, 23 December 2024 diff hist +440 N Template:Quote2 Created page with "<div class="quote"> :<span {{t|title="Source: {{{3}}}"|{{{3|}}}}}>"''{{{1}}}''"</span> :—{{{2}}}{{#if:{{{3|}}}|<sup class="noprint">[[{{{3|}}}|[src]]]</sup>}} <small>{{#if:{{{file|}}}|<span class="audio-button">[[File:{{{file|}}}]]</span>}}</small> :</div><noinclude> ==Usage Instruction== <code><nowiki>{{Quote|dialogue|attribution|source}}</nowiki></code> {{PAGENAME}} ja:Template:Quote2</noinclude>" current
  • 05:5005:50, 23 December 2024 diff hist +35 N Module:Navbox/configuration/doc Created page with "Configuration for Module:Navbox" current
  • 05:5005:50, 23 December 2024 diff hist +3,753 N Module:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {..." current
  • 05:4905:49, 23 December 2024 diff hist +302 N 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>" current
  • 05:4905:49, 23 December 2024 diff hist +381 N Template:Tc Redirected page to Template:Template link code current Tag: New redirect
  • 05:4805:48, 23 December 2024 diff hist +19,175 N Module:Navbox Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local format = string.format function p._navbox(args) local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows..." current
  • 05:4705:47, 23 December 2024 diff hist +6,271 N Template:Semantic markup templates Created page with "{{Navbox | name = Semantic markup templates | state = {{{state|{{{1|<includeonly>collapsed</includeonly>}}}}}} | title = {{c|Semantic markup templates}} | liststyle = font-size:110%; | tracking = no <!-- keep the documented templates out of the hlist tracking category --> | list1 = {{Aligned table |cols=3 |class=wikitable sortable |style=line-height:1.35em;text-align:left; |colstyle=<!--vertical-align:middle;-->padding-right:1.0em; |col2style=white-space:nowr..." current
  • 05:4705:47, 23 December 2024 diff hist +199 N Template:See also Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|See also}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 05:4705:47, 23 December 2024 diff hist +89 N Template:Nobold/styles.css Created page with "{{pp-template}}: Styling for Template:Nobold: .nobold { font-weight: normal; }" current
  • 05:4605:46, 23 December 2024 diff hist +192 N Template:Nobold Created page with "<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>" current
  • 05:4605:46, 23 December 2024 diff hist +258 N 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>" current
  • 05:4605:46, 23 December 2024 diff hist +335 N Template:Markup/styles.css Created page with "{{pp-template|small=yes}}: div.template-markup-wrapper > :first-child { margin-top: 0; } div.template-markup-wrapper > :last-child { margin-bottom: 0; } .template-markup { margin:0; border:none; word-wrap:break-word; white-space:pre-wrap; } code.template-markup { padding:0; } pre.template-markup { padding:2px 0 0; }" current
  • 05:4605:46, 23 December 2024 diff hist +169 N Template:In5 Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:in5|in5|1={{{1|}}}}}</includeonly><noinclude> {{Documentation}} <!--In5--> </noinclude>" current
  • 05:4505:45, 23 December 2024 diff hist +2,867 N 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..." current
  • 05:4505:45, 23 December 2024 diff hist +179 N 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>" current
  • 05:4505:45, 23 December 2024 diff hist +39,403 N Module:Transclusion count/data/C Created page with "return { ["C"] = 706000, ["C-Class"] = 17000, ["C-SPAN"] = 13000, ["C-cmn"] = 2600, ["C-pl"] = 51000, ["C."] = 5100, ["CAN"] = 20000, ["CANelec"] = 17000, ["CANelec/gain"] = 3100, ["CANelec/hold"] = 5900, ["CANelec/source"] = 9000, ["CANelec/top"] = 7700, ["CANelec/total"] = 8000, ["CAS"] = 3800, ["CBB_Standings_End"] = 16000, ["CBB_Standings_Entry"] = 16000, ["CBB_Standings_Start"] = 16000, ["CBB_Yearly_Record_End"] = 3200, ["CBB_Yearly_Record_Entry"] = 3300, ["CBB_Year..." current
  • 05:4405:44, 23 December 2024 diff hist +3,339 N 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 function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing..." current
  • 05:4405:44, 23 December 2024 diff hist +374 N Template:Yesno Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>" current
  • 05:4305:43, 23 December 2024 diff hist +1,436 N 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|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/Templat..." current
  • 05:4305:43, 23 December 2024 diff hist +435 N 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>" current
  • 05:4305:43, 23 December 2024 diff hist +380 N Template:Samp Created page with "<samp {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-left:0.4em; padding-right:0.4em; color:{{{color|var( --color-subtle, #666666)}}}; {{{style|}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</samp><noinclude> <!--Categories go near the bottom of the /doc page.--> {{Documentation}} </noinclude>" current
  • 05:4305:43, 23 December 2024 diff hist +523 N Template:Kbd Created page with "<templatestyles src="Kbd/styles.css"></templatestyles><kbd class="{{{class|}}} mw-tmpl-kbd" {{#if:{{{id|}}}|id="{{{id}}}"}} style="{{#if:{{{spacing|}}}| padding-left:{{{padding|0.2em}}}; padding-right:{{{padding|0.2em}}};| letter-spacing:0.05em; padding-left:0.25em; padding-right:0.2em;}}{{#if:{{{style|}}}|{{{style}}}}}" {{#if:{{{lang|}}}|lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|user input}}}</kbd><noinclude> <!--Categories go near the bottom of..." current
  • 05:4205:42, 23 December 2024 diff hist +66 N Template:Help link Created page with "[[Help:{{{1}}}|{{{1}}}]]<noinclude> {{documentation}} </noinclude>" current
  • 05:4205:42, 23 December 2024 diff hist +2,056 N Template:Respond/doc Created page with "{{Documentation subpage}} {{High-use}} {{Respond}} == Usage == This template can be used to format standard response templates, so that they have a consistent appearance and centralised styling. Most templates listed at Template:Done/See also are good candidates to use this template. The template currently supports 26 standard icon images and any custom image can be chosen as well. It will then add following text in bold. The icon will have a default size of 18px,..." current
  • 05:4105:41, 23 December 2024 diff hist +4,396 N Module:Template link general Created page with "-- This implements Template:Template link general and various other templates in its family 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 re..." current
  • 05:4005:40, 23 December 2024 diff hist +22,727 N Module:Transclusion count/data/T Created page with "return { ["T"] = 320000, ["T1"] = 8700, ["T:TDYK"] = 2700, ["TAFI/Picture_box"] = 2800, ["TBA"] = 6400, ["TCH"] = 2400, ["TCMDb_name"] = 2600, ["TCMDb_title"] = 14000, ["TDMCA"] = 22000, ["TFAFULL"] = 13000, ["TFAIMAGE"] = 3000, ["TFAfooter"] = 9100, ["TFArecentlist"] = 4800, ["THA"] = 4300, ["TOC_bottom"] = 77000, ["TOC_left"] = 3100, ["TOC_left/styles.css"] = 3100, ["TOC_limit"] = 23000, ["TOC_limit/styles.css"] = 25000, ["TOC_right"] = 49000, ["TOC_right/styles.css"]..." current
  • 05:4005:40, 23 December 2024 diff hist +10,805 N Template:Tlg/doc Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{#switch:{{FULLPAGENAME}}|Template:Template link with subst|Template:Template link expanded={{used in system}}|#default= {{#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 |..." current
  • 05:3905:39, 23 December 2024 diff hist +190 N Template:Template link expanded Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
  • 05:3905:39, 23 December 2024 diff hist +92 N Template:Tlx Redirected page to Template:Template link expanded current Tag: New redirect
  • 05:3805:38, 23 December 2024 diff hist +1,247 N Template:Respond Created page with "<includeonly>File:{{{{{|safesubst:}}}#switch:{{{1|{{{icon|}}}}}} |blackcheck = Black check.svg |bluebrokenplus = Symbol unsupport2 vote.svg |bluecheck2 = Cornflower blue check.svg |bluecheck = Artículo bueno-blue.svg |blueclock = Pictogram voting wait blue.svg |blueplus = Symbol support2 vote.svg |deferred = Symbol deferred.svg |greencheck2 = Yes check.svg |greencheck = Symbol confirmed.svg |greenclock = Pictogram voting wait green.svg |greenplus = Symbol support vote..." current
  • 05:3805:38, 23 December 2024 diff hist +94 N Template:Navbar Created page with "<includeonly>{{#invoke:Navbar|navbar}}</includeonly><noinclude> {{documentation}} </noinclude>" current
  • 05:3805:38, 23 December 2024 diff hist +96 N Template:Div col end Created page with "<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>" current
  • 05:3705:37, 23 December 2024 diff hist +180 N Template:Col-float-end Created page with "<includeonly></div><div class="multicol-float-clear {{{class|}}}" style="{{{style|}}}" ></div></includeonly><noinclude> {{Documentation|{{Ns:Template}}:Col-float/doc}} </noinclude>" current
  • 05:3705:37, 23 December 2024 diff hist +226 N Template:Col-float-break Created page with "<includeonly></div>{{Col-float |width={{#if:{{{nextcol|{{{width|}}}}}}|{{{nextcol|{{{width|}}}}}}}} |class={{{class|}}} |style={{{style|}}}}}</includeonly><noinclude>{{Documentation|{{ns:Template}}:Col-float/doc}} </noinclude>" current
  • 05:3705:37, 23 December 2024 diff hist +568 N Template:Col-float Created page with "<includeonly><templatestyles src="Col-float/styles.css" /><div class="multicol-float {{{class|}}}" style="{{#if:{{{nextcol|{{{firstcol|{{{width|}}}}}}}}}|min-width: {{{nextcol|{{{firstcol|{{{width|}}}}}}}}};}}{{{style|}}}">{{{{{|safesubst:}}}#if:{{{1|}}}|{{{{{|safesubst:}}}#invoke:separated entries|main|separator= </div><div class="multicol-float {{{class|}}}" style="min-width: {{{nextcol|{{{width|30.0em}}}}}};{{{style|}}}">}} </div><div class="multicol-float-clear {{{cl..." current
  • 05:3605:36, 23 December 2024 diff hist +236 N Module:Aligned table/doc Created page with "{{documentation subpage}} {{high-use|7000+}} {{module rating|protected}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Implements {{tl|Aligned table}}" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)