All public logs
From All Skies Encyclopaedia
Combined display of all available logs of All Skies Encyclopaedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:59, 1 February 2025 Sushoff talk contribs created page Template:Pp-template/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Twinkle standard installation}} {{User:MusikBot II/Config notice}} {{Lua|Module:Protection banner}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> This is the {{tl|pp-template}} protection notice. It is used on protected templates and on protected file (image) pages. This template does not show on pages that are not protected; instead, it reports an error. Please note that only Wikipedia:Administrat...")
- 12:59, 1 February 2025 Sushoff talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 12:57, 1 February 2025 Sushoff talk contribs created page Template:Cite web/doc (Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-use}} {{cascade-protected template}} {{AWB standard installation}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|web sources that are not characterized by another CS1 template. Do not use this template in the "External links" section of articles}} == Usage == {{csdoc|usage}} {{csdoc|usage common}} ;To cite a web page with a credited author <syntaxhighlight lang="wi...")
- 12:56, 1 February 2025 Sushoff talk contribs created page Template:Cite journal/doc (Created page with "<noinclude>{{pp-template}}{{pp-move-indef}}</noinclude><includeonly>{{Redirect1|Template:Cite paper|conference papers|Template:Cite conference}}</includeonly> {{Documentation subpage}} {{High-use}} {{cascade-protected template}} {{csdoc|lua|lua=yes}} {{csdoc|cs1|lua=yes}} {{csdoc|lead|academic and scientific papers published in academic journals. For articles in magazines and newsletters, use {{tlx|cite magazine}}. For white papers, or unpublished papers, please use...")
- 12:56, 1 February 2025 Sushoff talk contribs created page Template:Cite book/doc (Created page with "{{high-risk}} {{cascade-protected template}} <noinclude>{{pp|reason=Persistent disruptive editing Protecting high visibility template.|small=yes}}</noinclude>{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|books}} When citing an article in a periodical, use {{tl|cite journal}} or {{tl|cite ma...")
- 12:55, 1 February 2025 Sushoff talk contribs created page Template:Cite news/doc (Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-risk}} {{cascade-protected template}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|news articles in print, video, audio or web}} == Usage == {{csdoc|usage}} {{csdoc|usage common}} ;To cite a news article with a credited author <syntaxhighlight lang="wikitext" copy="1">{{cite news |last= |first= |date= |title= |url= |work= |location= |publisher= |access-date=}}</syntaxhighlight> ;To cite a news article...")
- 12:53, 1 February 2025 Sushoff talk contribs created page Module:Documentation/styles.css (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bott...")
- 12:50, 1 February 2025 Sushoff talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 12:49, 1 February 2025 Sushoff talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 12:44, 1 February 2025 Sushoff talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- 12:39, 1 February 2025 Sushoff 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...")
- 12:38, 1 February 2025 Sushoff talk contribs created page Module:Citation/CS1/Utilities (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit...")
- 12:38, 1 February 2025 Sushoff 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 >--------------------------------...")
- 12:37, 1 February 2025 Sushoff 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;...")
- 12:36, 1 February 2025 Sushoff 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 --[[-...")
- 12:35, 1 February 2025 Sushoff 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...")
- 12:08, 1 February 2025 Sushoff talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 12:02, 1 February 2025 Sushoff talk contribs created page Template:Cite journal (Created page with "<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=journal }}</includeonly><noinclude> {{documentation}} </noinclude>")
- 12:01, 1 February 2025 Sushoff talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>")
- 12:00, 1 February 2025 Sushoff talk contribs created page Template:Citation (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=citation }}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 08:25, 31 January 2025 Sushoff talk contribs created page File:LalandesQuadrans HistoireCelesteFrancaise1801.png (The instrument behind "Quadrans" in Lalande's "Histoire Céleste Française" (1801).)
- 08:25, 31 January 2025 Sushoff talk contribs uploaded File:LalandesQuadrans HistoireCelesteFrancaise1801.png (The instrument behind "Quadrans" in Lalande's "Histoire Céleste Française" (1801).)
- 17:18, 30 January 2025 Sushoff talk contribs deleted page Kurtik AllTerms (systematic renaming of overview pages)
- 17:16, 30 January 2025 Sushoff talk contribs deleted page Arabic All Terms (systematically renamed)
- 17:15, 30 January 2025 Sushoff talk contribs deleted page All Chinese Terms (page systematically renamed)
- 17:14, 30 January 2025 Sushoff talk contribs moved page Northern Dene (Asterism Names) to Northern Dene (Asterism Names)
- 17:14, 30 January 2025 Sushoff talk contribs moved page Arabic All Terms to Arabic (All Terms)
- 17:14, 30 January 2025 Sushoff talk contribs moved page All Chinese Terms to Chinese (All Terms)
- 17:11, 30 January 2025 Sushoff talk contribs moved page Kurtik AllTerms to Mesopotamian (All Terms)
- 14:03, 30 January 2025 Sushoff talk contribs moved page PAN to PAN (new reading)
- 21:07, 26 January 2025 Sushoff talk contribs created page File:Mon Fortin1776.jpg (Monoceros in Fortin's Atlas Céleste (1776), first edition)
- 21:07, 26 January 2025 Sushoff talk contribs uploaded File:Mon Fortin1776.jpg (Monoceros in Fortin's Atlas Céleste (1776), first edition)
- 19:03, 26 January 2025 Sushoff talk contribs created page File:For lacaille-planisphere-fortin-1479.jpg (Fornax in Lacaille (1756))
- 19:03, 26 January 2025 Sushoff talk contribs uploaded File:For lacaille-planisphere-fortin-1479.jpg (Fornax in Lacaille (1756))
- 19:00, 26 January 2025 Sushoff talk contribs created page File:Lacaille-cae.jpg (Caelum in Lacaille (1756).)
- 19:00, 26 January 2025 Sushoff talk contribs uploaded File:Lacaille-cae.jpg (Caelum in Lacaille (1756).)
- 18:41, 26 January 2025 Sushoff talk contribs created page File:Pic lcaille.PNG (Pictor in Lacaille (1756))
- 18:41, 26 January 2025 Sushoff talk contribs uploaded File:Pic lcaille.PNG (Pictor in Lacaille (1756))
- 18:40, 26 January 2025 Sushoff talk contribs created page File:Pic Bode1782.jpg (Pictor in Bode (1782, 1805))
- 18:40, 26 January 2025 Sushoff talk contribs uploaded File:Pic Bode1782.jpg (Pictor in Bode (1782, 1805))
- 18:37, 26 January 2025 Sushoff talk contribs created page File:Lacaille-oct.jpg (Octans in Lacaille (1756))
- 18:37, 26 January 2025 Sushoff talk contribs uploaded File:Lacaille-oct.jpg (Octans in Lacaille (1756))
- 18:36, 26 January 2025 Sushoff talk contribs created page File:Oct Goldbach1799.jpg (Octans in Goldbach 1799)
- 18:36, 26 January 2025 Sushoff talk contribs uploaded File:Oct Goldbach1799.jpg (Octans in Goldbach 1799)
- 18:35, 26 January 2025 Sushoff talk contribs created page File:Oct Bode1782.jpg (Octans in Bode (1782, 1805))
- 18:35, 26 January 2025 Sushoff talk contribs uploaded File:Oct Bode1782.jpg (Octans in Bode (1782, 1805))
- 18:31, 26 January 2025 Sushoff talk contribs created page File:For Bode1782.jpg (Fornax in Bode (1782, 1805))
- 18:31, 26 January 2025 Sushoff talk contribs uploaded File:For Bode1782.jpg (Fornax in Bode (1782, 1805))
- 18:25, 26 January 2025 Sushoff talk contribs created page File:Cvn Bode1782.jpg (CVn in Bode (1782): the constellation has a boundary and the southern dog is connected to the leash with the "Heart of Charles II" (sic! must be Charles I).)
- 18:25, 26 January 2025 Sushoff talk contribs uploaded File:Cvn Bode1782.jpg (CVn in Bode (1782): the constellation has a boundary and the southern dog is connected to the leash with the "Heart of Charles II" (sic! must be Charles I).)




