All public logs

Jump to navigation Jump to search

Combined display of all available logs of PyramidBase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 00:42, 5 November 2023 Alexy talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 00:41, 5 November 2023 Alexy talk contribs created page Module:Ordinal (Created page with "--This template will add the appropriate ordinal suffix to a given integer. Please do not modify this code without applying the changes first at Module:Ordinal/sandbox and testing. local p = {} local yesno = require('Module:Yesno') -- boolean value interpretation --[[ This function converts an integer value into a numeral followed by ordinal indicator. The output string might contain HTML tags. Usage: {{#invoke:Ordinal|ordinal|1=|2=|sup=}} {{#invok...")
  • 00:41, 5 November 2023 Alexy talk contribs created page Template:Ordinal (Created page with "{{SAFESUBST:<noinclude />#invoke:Ordinal|ordinal}}<noinclude> {{documentation}} </noinclude>")
  • 00:40, 5 November 2023 Alexy talk contribs created page Template:Comparison of pyramids.svg (Created page with "File:Comparison of pyramids.svg|alt=Outlines of various pyramids overlaid on top of on another to show relative height|thumb|upright={{{upright|1.25}}}|lang={{{1|en}}}|link={{filepath:comparison_of_pyramids_SMIL.svg}}|Comparison of approximate profiles of {{{2|the {{PAGENAME}} with some}}} notable pyramidal or near-pyramidal buildings. Dotted lines indicate original heights, where data is available. In [{{filepath:comparison_of_pyramids_SMIL.svg}} its SVG fil...")
  • 00:39, 5 November 2023 Alexy talk contribs created page Template:Notelist (Created page with "{{reflist|{{{1|{{{colwidth|}}}}}}|refs={{{refs|{{{notes|}}}}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Notelist with unknown parameter "_VALUE_"|ignoreblan...")
  • 00:39, 5 November 2023 Alexy talk contribs created page Template:S-bef/filter (Created page with "{{#if:{{{1|}}}|<br />{{Delink question hyphen-minus|{{{1}}}}}}}<noinclude>{{documentation}}</noinclude>")
  • 00:38, 5 November 2023 Alexy talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
  • 00:38, 5 November 2023 Alexy talk contribs created page Module:MultiReplace (Created page with "local p = {} local function MultiReplace(args) local input = args[1] or "{{{1}}}" local plain = args.plain == "yes" local i = 1 local changeList = {} while args[i * 2] do local change = {pattern = args[i * 2], repl = args[i * 2 + 1]} if not change.repl then return require('Module:Error').error{ 'MultiReplace: Unpaired argument: <code>' .. (i * 2) .. ' = ' .. mw.text.nowiki(change.pattern) .. '</code>' } end changeList[i] = change i = i + 1 end...")
  • 00:37, 5 November 2023 Alexy talk contribs created page Template:S-bef/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{1|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=^%s*[nN][eE][wW] |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_errors=true}} | NOMATCH<!-- -->|<!-- -->|Category:S-bef: 'before' parameter begins with the word 'new'<!-- -->}}<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[cC]reated |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_...")
  • 00:37, 5 November 2023 Alexy talk contribs created page Template:S-aft/filter (Created page with "{{#if:{{{1|}}}|<br />{{Delink question hyphen-minus|{{{1}}}}}}}<noinclude>{{documentation}}</noinclude>")
  • 00:37, 5 November 2023 Alexy talk contribs created page Template:Delink question hyphen-minus (Created page with "{{{{{|safesubst:}}}#invoke:MultiReplace|main|{{{1|}}}|%[%[ *([%?-]) *%]%]|%1|%[%[ *[%?-] *{{{{{|safesubst:}}}!}} *(.-) *%]%]|%1}}<noinclude> {{documentation}} </noinclude>")
  • 00:36, 5 November 2023 Alexy talk contribs created page Template:S-aft/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{1|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[vV]acant |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!-- -->|<!-- -->| Category:S-aft: 'after' parameter includes the word 'vacant'<!-- -->}}<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[iI]ncumbent |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!-- -->|<!--...")
  • 00:36, 5 November 2023 Alexy talk contribs created page Template:S-ttl/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{title|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{title|}}} |pattern=<br ?/?>%s*with%s |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_errors=true}} | NOMATCH<!-- -->|<!-- -->|Category:S-ttl: 'title' parameter includes the word 'with'<!-- -->}}<!-- -->}}<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{Documentation}} </noinclude>")
  • 00:36, 5 November 2023 Alexy talk contribs created page Module:If preview (Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi...")
  • 00:35, 5 November 2023 Alexy talk contribs created page Template:S-aft (Created page with "<includeonly>| style="width: 30%; text-align: center;" rowspan="{{{rows|1}}}"| {{S-aft/check|{{{after|}}}}} Succeeded by<div style="font-weight: bold">{{Delink question hyphen-minus|{{{after}}}}}{{S-aft/filter|{{{after2|}}}}}{{S-aft/filter|{{{after3|}}}}}{{S-aft/filter|{{{after4|}}}}}{{S-aft/filter|{{{after5|}}}}}{{S-aft/filter|{{{after6|}}}}}{{S-aft/filter|{{{after7|}}}}}{{S-aft/filter|{{{after8|}}}}}{{S-aft/filter|{{{after9|}}}}}{{S-aft/filter|{{{after10|}}}}}</di...")
  • 00:35, 5 November 2023 Alexy talk contribs created page Template:S-ttl (Created page with "<includeonly>| style="width: 40%; text-align: center;" rowspan="{{{rows|1}}}"|'''{{#if:{{{order|}}}|{{{order}}} }} {{{title}}} '''{{#if:{{{district|}}}|<br /><small>'''''Representative for {{{district}}}'''''</small>|}}{{#if:{{{dynasty|}}}|<br />''{{{dynasty}}}''|}}{{#if:{{{creation|}}}|<br />''{{{creation}}}''|}}{{#if:{{{years|}}}|<br />{{{years}}}|}}{{#if:{{{regent1|}}}|<br />''with {{{regent1}}}''|}} {{#if:{{{years1|}}}| <small>'' ({{{years1}}})''</small>|}}{{#if:{{{r...")
  • 00:35, 5 November 2023 Alexy talk contribs created page Template:Succession box/check (Created page with "<includeonly>{{Main other |<!-- -->{{#if: {{{before|}}} | <!-- -->{{#ifeq: {{#invoke:String|match|s={{{before|}}} |pattern=^%s*[nN][eE][wW] |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!-- -->|<!-- -->|Category:Template:Succession box: 'before' parameter begins with the word 'new'<!-- -->}}<!-- -->{{#ifeq: {{#invoke:String|match|s={{{before|}}} |pattern=[cC]reated |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!--...")
  • 00:34, 5 November 2023 Alexy talk contribs created page Template:S-bef (Created page with "<includeonly>|- style="text-align:center;" |style="width:30%;" rowspan="{{{rows|1}}}"|Preceded by<div style="font-weight: bold">{{Delink question hyphen-minus|{{{before}}}}}{{S-bef/filter|{{{before2|}}}}}{{S-bef/filter|{{{before3|}}}}}{{S-bef/filter|{{{before4|}}}}}{{S-bef/filter|{{{before5|}}}}}{{S-bef/filter|{{{before6|}}}}}{{S-bef/filter|{{{before7|}}}}}{{S-bef/filter|{{{before8|}}}}}{{S-bef/filter|{{{before9|}}}}}{{S-bef/filter|{{{before10|}}}}}</div>{{#if:{{{as...")
  • 00:34, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1/COinS (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------...")
  • 00:33, 5 November 2023 Alexy talk contribs created page Module:Authority control/config (Created page with "require('strict') local p = {} p.auxiliary = 'Module:Authority control/auxiliary' p.i18n = { aclink = 'Authority control databases', ACmodule = 'Module:Authority control', addtowd = 'Add values to Wikidata', attentioncat = 'Pages with authority control identifiers needing attention', All_articles = 'All articles', allfaultycat = 'All articles with faulty authority control information', Appears_as = 'Appears as', -- used on documentation...")
  • 00:33, 5 November 2023 Alexy talk contribs created page Module:Authority control (Created page with "require('strict') local p = {} local arg = mw.getCurrentFrame().args.config local configfile = 'Module:Authority control/config' .. (arg and arg~='' and ('/' .. arg) or '') local config = mw.loadData(configfile) local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = title.subpageText == config.i18n.testcases local function needsAttention(sortkey) return '[[' .. config.i18n.category .. ':' .. config.i18n.attentioncat .. '|' .. sortk...")
  • 00:32, 5 November 2023 Alexy talk contribs created page Template:Authority control (Created page with "{{#invoke:Authority control|authorityControl}}<noinclude> {{documentation}} </noinclude>")
  • 00:32, 5 November 2023 Alexy talk contribs created page Template:Preview warning (Created page with "<includeonly>{{#invoke:If preview|pwarning}}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 00:32, 5 November 2023 Alexy talk contribs created page Module:Side box/styles.css (Created page with "{{pp|small=y}}: .side-box { margin: 4px 0; box-sizing: border-box; border: 1px solid #aaa; font-size: 88%; line-height: 1.25em; background-color: #f9f9f9; display: flow-root; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { @noflip: padding: 2px 0 2px 0.9em; text-align: center; } .side-box-imageright { @noflip: padding: 2px 0.9em 2px 0; text-align: center; } /* roughly the skin's sidebar + size of sid...")
  • 00:31, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1/Identifiers (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-...")
  • 00:31, 5 November 2023 Alexy talk contribs created page Module:Side box (Created page with "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args....")
  • 00:30, 5 November 2023 Alexy talk contribs created page Template:Side box (Created page with "{{#invoke:Side box|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 00:30, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1/Date validation (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------...")
  • 00:29, 5 November 2023 Alexy talk contribs created page Template:If first display both (Created page with "{{#if:{{{1|}}}|{{{1|}}}{{{2|}}}}}<noinclude> {{documentation}} </noinclude>")
  • 00:29, 5 November 2023 Alexy talk contribs created page Template:Designation/text (Created page with "{{#ifeq:{{Str left|{{uc:{{{1}}}}}|6}}|FORMER |Former }}{{#switch:{{uc:{{{1}}}}} <!------------Global designations---------------------> |WORLD HERITAGE SITE|WHS|FORMERWHS = UNESCO World Heritage Site |IUCN CATEGORY IA|IUCN IA|CATEGORY IA|NATURE RESERVE = IUCN Category Ia (Strict Nature Reserve) |IUCN CATEGORY IB|IUCN IB|CATEGORY IB|WILDERNESS AREA =...")
  • 00:29, 5 November 2023 Alexy talk contribs created page Template:S-end (Created page with "|}<noinclude>{{documentation}}</noinclude>")
  • 00:28, 5 November 2023 Alexy talk contribs created page Template:S-start (Created page with "{| class="wikitable succession-box noprint" style="margin:0.5em auto; font-size:small;{{#if:{{{noclear|}}}||clear:both;}}" <noinclude> |''Start of centred table'' |} {{documentation}} {{/TemplateData}} <!--NB Add metadata to the /doc page linked above, not here; thanks!--> </noinclude>")
  • 00:28, 5 November 2023 Alexy talk contribs created page Template:S-ach (Created page with "<includeonly>|- ! colspan="3" style="border-top: 5px solid #FFF179;" |{{#if:{{{1}}}||Awards and achievements titles}}{{#switch:{{{1}}} |#default={{#if:{{{1}}}|Awards and achievements}} |rec |records=Records |aw |awards=Awards |ach |achievements=Achievements }}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 00:28, 5 November 2023 Alexy talk contribs created page Template:Succession box (Created page with "<includeonly>|- style="text-align: center;" {{s-bef |rows={{{rows|1}}} |before={{{before}}} |before2={{{before2|}}} |before3={{{before3|}}} |before4={{{before4|}}} |before5={{{before5|}}} }}<!-- -->{{Succession box/check|before={{{before|}}}|after={{{after|}}}}} {{s-ttl|rows={{{rows|1}}}|title={{{title}}}|years={{{years|}}}|alongside = {{{alongside|}}} |with={{{with|}}} |with2={{{with2|}}} |with3={{{with3|}}} |with4={{{with4|}}} |with5={{{with5|}}} |with6={{{with6|}}}...")
  • 00:28, 5 November 2023 Alexy talk contribs created page Template:Sister project (Created page with "{{Side box | metadata=no | position = {{{position|}}} | image = {{#switch: {{{image|}}} | none = <!-- "image=none", do nothing --> | = <!-- No image fed, select an image --> File:{{#switch: {{lc: {{{project|}}} }} | commons|c = Commons-logo.svg | meta|metawiki|m = Wikimedia Community Logo.svg | wikibooks|wbk|wb|b = Wikibooks-logo-en-noslogan.svg | wikidata|data = Wikidata-logo.svg | wikiquote...")
  • 00:27, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1/Whitelist (Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes...")
  • 00:27, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1/Configuration (Created page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;...")
  • 00:26, 5 November 2023 Alexy talk contribs created page Module:Citation/CS1 (Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f...")
  • 00:26, 5 November 2023 Alexy talk contribs created page Module:Location map/data/Lower Egypt (Created page with "return { name = 'Lower Egypt', top = 31.45, bottom = 29, left = 27, right = 34, image = 'Lower Egypt ancient nomes position map.jpg' }")
  • 00:25, 5 November 2023 Alexy talk contribs created page Template:Designation/divbox (Created page with "{{#if:{{{1<includeonly>|</includeonly>}}}| <div style="border:4px solid {{#if:{{{delisted|}}}|#ddd|{{Designation/colour2|{{{1}}}}}}}; line-height: 1.5; text-align: center;"> {{#if:{{{delisted|}}}|Former }}{{Designation/text|{{{1}}}}}</div>}}<noinclude> {{documentation}} </noinclude>")
  • 00:25, 5 November 2023 Alexy talk contribs created page Template:Infobox/mobileviewfix.css (Created page with "{{pp-template}} The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits for large contents, but may also caused some smaller tables shortened and shift to left, even if they are set width:100% property. This is happened in numerous infoboxes.: body.skin-minerva .infobox table { display: table; } body.skin-minerva .infobox caption { display: table-caption; }")
  • 00:24, 5 November 2023 Alexy talk contribs created page Module:Location map/data/Earth (Created page with "return { name = 'Earth', top = 90, bottom = -90, left = -180, right = 180, image = 'World location map (equirectangular 180).svg', image1='World location map (equirectangular 180).svg'}")
  • 00:24, 5 November 2023 Alexy talk contribs created page Template:Infobox UNESCO World Heritage Site (Created page with "{{main other|{{#if:{{Has short description}} |<!--Do nothing--> |{{#invoke:Type in location|main|UNESCO World Heritage Site|{{{location|}}}}}}}}}{{#if:{{{child|{{{Child|}}}}}}|<templatestyles src="Infobox/mobileviewfix.css"/>}} {{Infobox | child = {{{child|{{{Child|}}}}}} | decat = yes<!-- remove from tracking category --> |bodyclass = vcard |titleclass = category |titlestyle = font-size:125%; |title = <includeonly>{{#if:{{{child|{{{Child|}}}}}}||{{{WHS|{{{Name|{{...")
  • 00:23, 5 November 2023 Alexy talk contribs created page Module:Location map (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('The name of the location map definition to use must be specified', 2) end local moduletitle = mw.title.new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q is not a valid name...")
  • 00:23, 5 November 2023 Alexy talk contribs created page Template:Location map (Created page with "<includeonly>{{#invoke:Location map|main}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 00:20, 5 November 2023 Alexy talk contribs created page Template:Commons category (Created page with "{{Sister project | position = {{{position|}}} | project = commons | text = Wikimedia Commons has {{{alt-term|media related to}}} <span style="font-weight: bold; {{#ifeq:{{{nowrap|no}}}|yes|white-space:nowrap;}} {{#ifeq:{{{italic|yes}}}|yes|font-style: italic;}}">commons:{{#if:{{{1|}}}|Category:{{{1|}}}|{{if then show|{{#invoke:WikidataIB |getCommonsLink|qid={{{qid|}}}|onlycat=True|fallback=False}}|Category:{{PAGENAME}}}}}}|{{#ifeq:{{{lcf|{{{lcfirst|no}}}}}}|yes|{{...")
  • 00:18, 5 November 2023 Alexy talk contribs created page Template:Refbegin/styles.css (Created page with "{{pp-template}}: .refbegin { font-size: 90%; margin-bottom: 0.5em; } .refbegin-hanging-indents > ul { margin-left: 0; } .refbegin-hanging-indents > ul > li { margin-left: 0; padding-left: 3.2em; text-indent: -3.2em; } .refbegin-hanging-indents ul, .refbegin-hanging-indents ul li { list-style: none; } @media (max-width: 720px) { .refbegin-hanging-indents > ul > li { padding-left: 1.6em; text-indent: -1.6em; } } .refbegin-columns { margin-top: 0.3em...")
  • 00:18, 5 November 2023 Alexy talk contribs created page Template:Refend (Created page with "<includeonly></div></includeonly><noinclude> {{template doc|Template:refbegin/doc}} {{TemplateDataHeader}} <templatedata> { "description": "Ends a reference lists started by {{refbegin}}.", "params": { } } </templatedata> </noinclude>")
  • 00:18, 5 November 2023 Alexy talk contribs created page Template:Reflist/styles.css (Created page with "{{pp|small=yes}}: can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes.: .reflist { font-size: 90%; Default font-size: margin-bottom: 0.5em; list-style-type: decimal; } .reflist .references { font-size: 100%; Reset font-size when nested in div.reflist: margin-bottom: 0; /* Avoid dou...")
  • 00:17, 5 November 2023 Alexy talk contribs created page Template:Reflist (Created page with "<templatestyles src="Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{liststyle|{{{group|}}}}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{liststyle|{{{group}}}}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if: {{{1|}}}<!-- start sty...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)