Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Catrone3

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

12 May 2024

  • 22:2022:20, 12 May 2024 diff hist +6,534 N Module:Citation/CS1/doc Created page with "<section begin=header /> {{sandbox other|| {{#switch:{{FULLPAGENAME}} |Module:Citation/CS1/Suggestions={{high-use |article-space=yes |no-percent=yes}} |#default={{high-risk |article-space=yes |no-percent=yes}} }} {{Module rating|p}} {{#ifeq:{{FULLPAGENAME}}|Module:Citation/CS1|{{Uses TemplateStyles|Module:Citation/CS1/styles.css}}}}}}<!-- if pagename does not contain sandbox --> <section end=header /> This module and associated sub-modules support the {{cs1}} and {{cs2}..."
  • 22:2022:20, 12 May 2024 diff hist +226,159 N 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..." current
  • 22:1822:18, 12 May 2024 diff hist +397 N Module:Catalog lookup link/doc Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|main}}</code> Provides the backend for {{tl|Catalog lookup link}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>" current
  • 22:1822:18, 12 May 2024 diff hist +9,712 N Module:Catalog lookup link Created page with "--[[ |1=, |2=, |3=, |4=, |5=, |6=, |7=, |8=, |9=: Optional unnamed parameters for 0 to 9 items to be listed. Whitespace is trimmed off both ends and the strings are urlencoded as if they were query strings. |article-link=: Optional Wikipedia article name to link to. |article-name=: Optional alternative text to be displayed for |article-link= link in front of catalog link. If not specified, |article-link= is used for display as well. If both parameters are not specified..." current
  • 22:1722:17, 12 May 2024 diff hist +7,045 N Template:Catalog lookup link/doc Created page with "{{Documentation subpage}} {{lua|Module:Catalog lookup link}} {{uses TemplateStyles|Module:Citation/CS1/styles.css}} This generic link template is used by other more specific templates to create short links to ID-based entries in external databases or catalogs, however, it can also be used to link to internal articles. The purpose of this template is to ensure a consistent appearance and easier maintenance of links to external databases/catalogs. The template supports u..." current
  • 22:1722:17, 12 May 2024 diff hist +78 N Template:Catalog lookup link Created page with "{{#invoke:Catalog lookup link|main}}<noinclude> {{documentation}} </noinclude>" current
  • 22:1722:17, 12 May 2024 diff hist +6,293 N Template:ISBN/doc Created page with "{{Documentation subpage}} {{Lua|Module:Check isxn}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Use this template to create a link (or list of links) to Special:BookSources for one or more International Standard Book Numbers with the usual "ISBN" prefix. The template supports 10- and 13-digit ISBNs (with or without hyphens). <code><nowiki>{{ISBN|0-7475-3269-9}}</..." current
  • 22:1622:16, 12 May 2024 diff hist +2,863 N Template:ISBN Created page with "<includeonly>{{#if:{{{1|}}}|{{Catalog lookup link |{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}| article-link={{#ifeq:{{yesno-no|{{{plainlink|}}}}}|yes||{{#ifeq:{{yesno-yes|{{{link|}}}}}|no||ISBN (identifier)}}}} |article-name={{#ifeq:{{yesno-no|{{{plainlink|}}}}}|yes||ISBN}} |link-prefix=[Special:BookSources/ |item-prefix={{!}} |item-postfix=] |list-leadout={{{leadout|}}} }}{{#ifeq:{{yesno-no|{{{invalid1|}}}}}|yes|{{main other|Categ..." current Tag: Visual edit: Switched
  • 22:1622:16, 12 May 2024 diff hist +14,862 N Module:Template wrapper/doc Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module is to be used in wrapper templates to allow those templates to provide default parameter values and allow editors to pass additional parameters to the underlying working template. When writing a wrapper template, give this module all of the normally required default parameters necessary to use th..." current
  • 22:1522:15, 12 May 2024 diff hist +12,769 N Module:Template wrapper Created page with "require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if v ==..." current
  • 22:1422:14, 12 May 2024 diff hist −20 Template:ISBNT/doc No edit summary current
  • 22:1422:14, 12 May 2024 diff hist +2,394 N Module:Check isxn/doc Created page with "This module may be used to validate ISBNs, ISMNs, and ISSNs. == Usage == For ISBNs, * <code><nowiki>{{#invoke:check isxn|check_isbn|978-0-12-345678-9|error={{error-small|Invalid ISBN}}}}</nowiki></code> For ISMNs, * <code><nowiki>{{#invoke:check isxn|check_ismn|979-0-1234567-8-9|error={{error-small|Invalid ISMN}}}}</nowiki></code> For ISSNs, * <code><n..." current
  • 22:1422:14, 12 May 2024 diff hist +8,799 N Module:Check isxn Created page with "--This code is derived from the ISXN validation code at Module:Citation/CS1. It allows validating ISBN, ISMN, and ISSN without invoking a citation template. local p = {} --[[--------------------------< E R R _ M S G _ S U P L _ T >-------------------------------------------------- error message supplements for check_isbn(); adapted from a similarly named table at Module:Citation/CS1/Configuration ]] local err_msg_supl_t = { ['char'] = 'invalid character',..." current
  • 22:1322:13, 12 May 2024 diff hist +2,762 N Template:ISBNT/doc Created page with "{{Documentation subpage}} {{Lua|Module:Check isxn}} {{High-risk|27000}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> ===Usage=== Use this template to create a link to Special:BookSources for an International Standard Book Number without the usual "ISBN" prefix. For example, in a table with a column labelled "ISBN", it would be redundant to write "ISBN" before every International Standard Book Number in the column. ===Entering ISBNs=== An ISBN link..."
  • 22:1322:13, 12 May 2024 diff hist +247 N Template:ISBNT Created page with "<includeonly>{{#invoke:template wrapper|wrap|_template=ISBN|_include-positional=yes|plainlink=yes|template_name=ISBNT}}</includeonly><noinclude>{{documentation}}<!-- Add categories and interwiki lines to the /doc subpage, not here! --></noinclude>" current Tag: Visual edit: Switched
  • 22:1022:10, 12 May 2024 diff hist +42 Shadowrun Core Rulebook No edit summary
  • 22:0722:07, 12 May 2024 diff hist +185 N Shadowrun Core Rulebook Created page with "{{Book info|title1=Shadowrun|image1=?|caption1=?|authors=?|artists=?|publisher=FASA|publication_date=1989|isbn=1-55560-133-2 1-55560-110-3|pages=?|edition=First Edition|type=Rule Book}}" Tag: Visual edit

10 May 2024

8 May 2024

3 May 2024

1 May 2024

30 April 2024

29 April 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)