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 ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 00:17, 5 November 2023 Alexy talk contribs created page Template:Refbegin (Created page with "<includeonly><templatestyles src="Refbegin/styles.css" /><!-- --><div class="refbegin <!-- -->{{#if: {{{indent|}}} | refbegin-hanging-indents }} <!-- -->{{#if: {{{1|{{{colwidth|}}}}}} | {{#ifeq: {{{1}}} | 1 | <!--default to no columns--> | refbegin-columns references-column-width }} }} " style="<!-- -->{{#if: {{{1|}}} |{{#ifeq: {{{1}}} | 1 |<!--default to no columns--> | {{#iferror: {{#ifexpr: {{{1|1}}} > 1 }}...")
  • 00:17, 5 November 2023 Alexy talk contribs created page Template:Cite book (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=book }}</includeonly><noinclude> {{documentation}} {{collapse top|TemplateData}} {{Cite book/TemplateData}} {{collapse bottom}} </noinclude>")
  • 00:16, 5 November 2023 Alexy talk contribs created page Template:Efn (Created page with "<includeonly>{{#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }} }} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek...")
  • 00:15, 5 November 2023 Alexy talk contribs created page Template:Sfnm (Created page with "<includeonly>{{#invoke:Footnotes|sfnm|template=sfnm}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 00:15, 5 November 2023 Alexy 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...")
  • 00:14, 5 November 2023 Alexy talk contribs created page Module:Footnotes/whitelist (Created page with "--[[--------------------------< W R A P P E R _ T E M P L A T E _ D E F A U L T S >---------------------------- A list of wrapper templates by their canonical names – spelling and capitalization is important. Each wrapper template has a table of two values: [1] is the wrapper's default name-list as it is used in an anchor ID; [2] is the default year. This table is indexed indirectly through the wrapper_templates table. This table is not available externally. ]] l...")
  • 00:13, 5 November 2023 Alexy talk contribs created page Module:Footnotes/anchor id list/data (Created page with "-- copied from Module:Ref info/data - maybe overkill here? -- for this application make lists from the redirect lists and force all template names first character uppercase require('strict'); --[[--------------------------< C S 1 _ T E M P L A T E _ P A T T E R N S >------------------------------------ These are patterns for cs1 templates and their redirects. These patterns exclude redirects that are vcite-like which redirects should be deleted because vcite is not c...")
  • 00:13, 5 November 2023 Alexy talk contribs created page Module:Footnotes/anchor id list (Created page with "require('strict'); local data = mw.loadData ('Module:Footnotes/anchor id list/data'); local whitelist = mw.loadData ('Module:Footnotes/whitelist'); local Lang_obj = mw.language.getContentLanguage(); -- used by template_list_add() to uppercase first letter of template name TODO: better way to do that? local redirects_date = { ['date'] = true, ['datetomos'] = true, ['formatdate'] = true, ['isotodmymdy'] = true, ['isotomos'] = true, } local redirects_patent =...")
  • 00:12, 5 November 2023 Alexy talk contribs created page Module:Footnotes (Created page with "require('strict'); local getArgs = require ('Module:Arguments').getArgs; --[[--------------------------< A R G S _ D E F A U L T >------------------------------------------------------ a table to specify initial values. ]] local args_default = { bracket_left = '', bracket_right = '', bracket_year_left = '', bracket_year_right = '', postscript = '', page = '', pages = '', location = '', page_sep = ", p. ", pages_sep = ", pp. ", ref = '', templat...")
  • 00:11, 5 November 2023 Alexy talk contribs created page Module:Convert/text (Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Q'] = { exponent = 30, name = 'quetta', }, ['R'] = { exponent = 27,...")
  • 00:11, 5 November 2023 Alexy talk contribs created page Module:Convert/data (Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links...")
  • 00:10, 5 November 2023 Alexy talk contribs created page Template:Sfn (Created page with "<includeonly>{{#invoke:Footnotes|sfn|template=sfn}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Sfn with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | ignore-err | loc | p | page | pages | postscript | pp | ps | ref | Ref }}<noinclude> {{documentation}} </noinclude>")
  • 00:09, 5 November 2023 Alexy talk contribs created page Module:Convert (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...")
  • 00:09, 5 November 2023 Alexy talk contribs created page Template:Convert (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 00:08, 5 November 2023 Alexy talk contribs created page Template:Circa (Created page with "{{#if:{{{sortable|}}} |<span style="display:none; speak:none;">{{padleft:{{{1|}}}|4|0}} </span> }}{{#switch:{{{lk|}}} |no|off = <span title="circa">c.</span> |yes|on = c. |abbr |#default = <abbr title="circa">c.</abbr> }}{{#ifeq:{{{1|+}}}|{{{1|-}}} |<span style="white-space:nowrap;"> {{trim|{{{1}}}}}</span> }}{{#if:{{{2|}}} | – c.<span style="white-space:nowrap;"> {{{2}}}</span> }}{{#invoke:Check for unknown par...")
  • 23:58, 4 November 2023 Alexy talk contribs created page Module:SDcat (import from wikipedia)
  • 23:54, 4 November 2023 User account Alexy talk contribs was created
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)