Combined display of all available logs of Shadowrun Seattle Shutdown. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:09, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert/data (Created page with "--<nowiki> 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 f...")
- 20:08, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert/doc (Created page with "See Global Lua Modules/Convert <dl> <dt>Subpages</dt> {{#dpl: | namespace = {{ns:828}} | titlematch = {{BASEPAGENAME}}/% | skipthispage = false }} </dl> <includeonly> <!-- Categories for the module itself --> Category:Modules </includeonly><noinclude> Category:Module documentation </noinclude>")
- 20:08, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert/numeric (Created page with "-- <nowiki> -- Module for converting between different representations of numbers. See talk page for user documentation. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module_talk:ConvertNumeric/testcases -- First, edit Module:ConvertNumeric/sandbox, then preview with Module_talk:ConvertNumeric/sandbox/testcases local ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] =...")
- 20:08, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert/testcasses (Created page with "-- <nowiki> --- Unit tests for Global Lua Modules/Convert. -- @see Module talk:Convert/testcases return { convert = { options = { mode = 'invocation', preprocess = true, template = true }, tests = { -- errors/warnings: missing and invalid parameters { nil, '<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i>[[wikipedia:Help:Convert messages#needs_number|<sp...")
- 20:07, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert/text (Created page with "--<nowiki> Text used by Module:Convert, for en.wikipedia.org (English). -- 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. ['Y'] = { exponent = 24, name = 'yotta',...")
- 20:05, 24 October 2022 Arcology Expert Program talk contribs created page Module:Convert (Created page with "--<pre> 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 ke...")
- 19:58, 24 October 2022 Arcology Expert Program talk contribs created page Template:Convert (Created page with "{{Documentation}} <includeonly><onlyinclude>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</onlyinclude></includeonly>")
- 19:49, 24 October 2022 Arcology Expert Program talk contribs created page How Much Did You Say He Weighed? (Created page with "“How Much Did You Say He Weighed?” Corrected Weights & Measures (and Why They’re Useful) for Characters in FASA’s Shadowrun, 3rd Edition By Patrick Goodman (pgoodman13@cox-internet.com) Trolls. Everybody knows about trolls, right? They’re big, they’re bad, and they’re ill tempered. What else do you need to know? How about this, then, my chumlies: They’re seriously, perhaps even dangerously, underweight. The same goes, to a lesser degree, for orks and elve...")
- 19:23, 24 October 2022 Arcology Expert Program talk contribs created page Category:Character by Metatype (Created page with "Metatype")
- 19:23, 24 October 2022 Arcology Expert Program talk contribs created page Category:Human (Created page with "Category:Character by Metatype")
- 19:04, 24 October 2022 Arcology Expert Program talk contribs created page Template:SplitP/Documentation (Created page with "{{Template|SplitP}} (Split Parenthesis) is a string parsing template. It extracts the text from inside or outside the parenthesis and returns it. ==Usage== It accepts one {{Parameter|mandatory|string}} and one {{Parameter|optional|string}}. * {{Code|1}} is the string to be parsed. There can be only one set of parenthesis, and they must come last in the string. * {{Code|2}} (default: {{code|out}}) controls which portion of the string is returned, either what's {{code|out}...")
- 18:39, 24 October 2022 Arcology Expert Program talk contribs created page Template:SplitP (Created page with "{{Documentation}} <includeonly><onlyinclude>{{#switch:{{{2|out}}} | out = {{#explode:{{{1}}}|(|0}} | in = {{#explode:{{{1}}}|(|-1}} | #default = {{Error|{{Code|{{{2}}}}} is not a valid parameter for {{Template|SplitP}}}} }}</onlyinclude></includeonly>")
- 18:36, 24 October 2022 Arcology Expert Program talk contribs created page Category:Error Template (Created page with "{{CategorizeManual|template|identify and display an error}}")
- 16:11, 24 October 2022 Arcology Expert Program talk contribs created page Category:Helper Template (Created page with "{{CategorizeManual|template|provide small, repeatable functions to other templates. Generally speaking, they're not useful on their own}}")
- 16:02, 24 October 2022 Arcology Expert Program talk contribs created page Template:IsNum/Documentation (Created page with "{{Template|IsNum}} template tests whether a value is numeric (or at least, that it can be treated as such by the expression ParserFunction). ==Usage== It has one {{Parameter|mandatory|string}} and one {{Parameter|optional|named}}: By default, simply writing {{Code|<nowiki>{{IsNum|1,327}}</nowiki>}} (where 1,327 is an example number) will pass through the parameter if it's numeric and return blank if it's not. If the parameter {{Code|boolean=true}} is given, as in {{Cod...")
- 15:51, 24 October 2022 Arcology Expert Program talk contribs created page Template:IsNum (Created page with "{{Documentation}} <includeonly><onlyinclude>{{#iferror:{{#expr:{{formatnum:{{{1|error}}}|R}}*0}}|{{#ifeq:{{{boolean|false}}}|true|0|}}|{{#ifeq:{{{boolean|false}}}|true|1|{{{1}}}}}}} </onlyinclude></includeonly>")
- 15:43, 24 October 2022 Arcology Expert Program talk contribs created page Template:Required/Documentation (Created page with "<includeonly>Category:Error Template</includeonly> {{Template|Required}} is a helper template for {{Template|Error}}, used to call out missing mandatory parameters. ==Usage== It accepts two {{Parameter|mandatory|string}}: * {{Code|1}} is the name of the parameter.")
- 15:40, 24 October 2022 Arcology Expert Program talk contribs created page Template:Required (Created page with "{{Documentation}} <includeonly><onlyinclude>{{Error|{{Code|{{{1}}}}} is required by {{Template|{{{2}}}}}}}</onlyinclude></includeonly>")
- 15:32, 24 October 2022 Arcology Expert Program talk contribs created page Category:Player Character (Created page with "{{CategorizeManual|character|have actual players|{{Template|Character}}}}")
- 14:27, 24 October 2022 Arcology Expert Program talk contribs created page Category:Time Template (Created page with "{{CategorizeManual|template|work with dates and times|{{Category|Time Template}}s}}")
- 14:22, 24 October 2022 Arcology Expert Program talk contribs created page Template:LongTime (Created page with "{{Documentation}} <includeonly><onlyinclude>{{#time: l, F j, Y {{{1|}}}</onlyinclude></includeonly>")
- 14:19, 24 October 2022 Arcology Expert Program talk contribs created page Game Date (Created page with "{{Stub}} <onlyinclude>2059/12/09</onlyinclude>")
- 14:16, 24 October 2022 Arcology Expert Program talk contribs created page Template:SC (Created page with "{{Documentation}} <includeonly><onlyinclude>{{Iconbox|{{{1}}}}}</onlyinclude></includeonly>")
- 12:57, 24 October 2022 Arcology Expert Program talk contribs created page Template:TableSlim (Created page with "{{Documentation}} <includeonly><onlyinclude><table class="{{{1|wikitable}}} {{#ifeq:{{{sortable|}}}|true|sortable}}"> </onlyinclude></includeonly>")
- 12:39, 24 October 2022 Arcology Expert Program talk contribs moved page Template:Infobox Character/Documentation to Template:Character/Documentation without leaving a redirect
- 12:39, 24 October 2022 Arcology Expert Program talk contribs moved page Template:Infobox Character to Template:Character without leaving a redirect
- 11:53, 24 October 2022 Arcology Expert Program talk contribs moved page Template:CategorizeContent/Documentation to Template:CategorizeManual/Documentation without leaving a redirect
- 11:53, 24 October 2022 Arcology Expert Program talk contribs moved page Template:CategorizeContent to Template:CategorizeManual without leaving a redirect
- 11:49, 24 October 2022 Arcology Expert Program talk contribs created page Template:CategorizeContent/Documentation (Created page with "<includeonly>Template:Categorization Templation</includeonly> {{Template|CategorizeContent}} is used to generate boilerplate text on {{Category|Content}} categories that are populated via {{Category|Template}}s. ==Usage== It has one {{Parameter|mandatory|string}} and one {{Parameter|optional}}. * {{Code|1}} is a string of descriptive text, explaining what is on the page. * {{Code|2}} can be used to override the default source suggestion. ==Return== When invoked from...")
- 11:41, 24 October 2022 Arcology Expert Program talk contribs moved page Template:CategorizeAutomatic to Template:CategorizeContent without leaving a redirect
- 11:40, 24 October 2022 Arcology Expert Program talk contribs created page Template:CategorizeAutomatic (Created page with "{{Documentation}} <includeonly><onlyinclude>This category includes articles that {{{1|}}}. Articles should not be added to this category manually, only via {{{2|special configured {{Category|Categorization Template}}s.}}}</onlyinclude></includeonly>")
- 11:23, 24 October 2022 Arcology Expert Program talk contribs created page File:Icon-organization.svg (Category:FileCategory:Icon)
- 11:23, 24 October 2022 Arcology Expert Program talk contribs uploaded File:Icon-organization.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs created page File:Icon-matrix.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs uploaded File:Icon-matrix.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs created page File:Icon-location.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs uploaded File:Icon-location.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs created page File:Icon-character.svg (Category:FileCategory:Icon)
- 11:22, 24 October 2022 Arcology Expert Program talk contribs uploaded File:Icon-character.svg (Category:FileCategory:Icon)
- 00:53, 24 October 2022 Arcology Expert Program talk contribs created page Category:Portrait (Created page with "Category:File")
- 00:52, 24 October 2022 Arcology Expert Program talk contribs created page File:Shirayuri jacket p.png (Category:FileCategory:Portrait)
- 00:52, 24 October 2022 Arcology Expert Program talk contribs uploaded File:Shirayuri jacket p.png (Category:FileCategory:Portrait)
- 23:08, 23 October 2022 Arcology Expert Program talk contribs created page Template:Infobox Character/Documentation (Created page with "<includeonly>Category:Box Template</includeonly> <div style="background-color:black; float:right; margin: 10px 5px; padding: 7px 10px; border:2px solid rgb(250, 250, 250); border-radius: 5px;">{{Infobox Character}}</div>")
- 23:05, 23 October 2022 Arcology Expert Program talk contribs created page Template:Infobox Character (Created page with "{{Documentation}} <includeonly><onlyinclude><!--Replace all with nothing.--></onlyinclude></includeonly>")
- 22:08, 23 October 2022 Arcology Expert Program talk contribs deleted page Category:Street Legends (content was: "Category:Sourcebook", and the only contributor was "Arcology Expert Program" (talk))
- 22:04, 23 October 2022 Arcology Expert Program talk contribs created page Template:Attribution (Created page with "{{Documentation}} <includeonly><onlyinclude><!--Replace all with nothing.--></onlyinclude></includeonly>")
- 22:04, 23 October 2022 Arcology Expert Program talk contribs created page Template:Error (Created page with "{{Documentation}} <includeonly><onlyinclude><!--Replace all with nothing.--></onlyinclude></includeonly>")
- 21:59, 23 October 2022 Arcology Expert Program talk contribs deleted page Category:Articles referencing Street Legends (content was: "{{CategorizeCategory}}", and the only contributor was "Arcology Expert Program" (talk))
- 21:57, 23 October 2022 Arcology Expert Program talk contribs created page Category:Articles referencing Street Lethal (Created page with "{{CategorizeCategory}}")
- 21:56, 23 October 2022 Arcology Expert Program talk contribs created page Category:Street Lethal (Created page with "Category:Sourcebook")
