13 May 2025
- 13:1413:14, 13 May 2025 diff hist +61 SCIRE →Corporate Levels
12 May 2025
- 11:4511:45, 12 May 2025 diff hist +1 Security Devices/Bypassing Keypads No edit summary current
- 11:3811:38, 12 May 2025 diff hist +29 Security Devices →Card Reader current
- 11:3411:34, 12 May 2025 diff hist +215 Security Devices →Card Reader
- 11:3311:33, 12 May 2025 diff hist +435 Security Devices →Card Reader
- 11:2711:27, 12 May 2025 diff hist +254 Security Devices →Card Reader
- 11:0911:09, 12 May 2025 diff hist +20 Security Devices →Anti-Tamper Systems
11 May 2025
- 14:4214:42, 11 May 2025 diff hist 0 German Sourcebook Rules →Asthenologica
- 14:4114:41, 11 May 2025 diff hist +75,650 N German Sourcebook Rules Created page with "Category:House Rules{{Needs Improvement|These items are found in German sourcebooks. They have not been extensively reviewed and are not yet available for player character use.}} =Martial Arts= ==Alpine Wrestling== As a martial art which originated in Europe, wrestling has become widespread throughout the continent and has thus led to the development of local variants in many regions. As such, in the Alpine regions, i.e. southern Germany, several distinct variants su..."
8 May 2025
- 20:1220:12, 8 May 2025 diff hist +21 IGARASHI Izanami No edit summary current
- 20:0220:02, 8 May 2025 diff hist +140 S02E08 – Early Failure Period No edit summary
- 19:3719:37, 8 May 2025 diff hist +39 SCIRE →Elite Levels
7 May 2025
- 09:4009:40, 7 May 2025 diff hist +101 S02E08 – Early Failure Period No edit summary
- 09:3609:36, 7 May 2025 diff hist +52 S02E05 – Quarterly Report Metrics →Episode Wrap Up current
- 09:3509:35, 7 May 2025 diff hist +2 S02E05 – Quarterly Report Metrics →Episode Wrap Up
- 09:3409:34, 7 May 2025 diff hist +13 m S02E05 – Quarterly Report Metrics →Session 1 - 2024/12/12
- 09:3209:32, 7 May 2025 diff hist +77 S02E06 – Antisocial Network Interface →Session 4 - 2025/03/13
- 09:3209:32, 7 May 2025 diff hist +77 S02E06 – Antisocial Network Interface →Session 3 - 2025/03/06
- 09:3209:32, 7 May 2025 diff hist +77 S02E06 – Antisocial Network Interface →Session 2 - 2025/02/20
- 09:3209:32, 7 May 2025 diff hist +78 S02E06 – Antisocial Network Interface →Session 1 - 2025/02/13
- 09:3109:31, 7 May 2025 diff hist +75 S02E06 – Antisocial Network Interface No edit summary
- 09:1609:16, 7 May 2025 diff hist +118 The Resistance No edit summary current
- 09:0409:04, 7 May 2025 diff hist +10 S02E08 – Early Failure Period No edit summary
- 09:0409:04, 7 May 2025 diff hist 0 Game Date No edit summary
- 09:0309:03, 7 May 2025 diff hist +46 S02E08 – Early Failure Period No edit summary
- 09:0209:02, 7 May 2025 diff hist 0 S02E08 – Early Failure Period No edit summary
- 09:0009:00, 7 May 2025 diff hist +31 S02E06 – Antisocial Network Interface No edit summary
6 May 2025
- 15:4115:41, 6 May 2025 diff hist +104 Hyalmánúra Melehtë No edit summary
- 15:3415:34, 6 May 2025 diff hist −96 Module:Age/doc No edit summary current
- 15:3415:34, 6 May 2025 diff hist +14,767 N Module:Age/doc Created page with "{{documentation subpage}} {{Module rating|protected}} {{High-use|demo=Module:{{ROOTPAGENAME}}}} {{lua|Module:ConvertNumeric|Module:Date}} == Templates supported == Module:Age implements the following templates: {| class="wikitable" ! Template !! Required wikitext |- | {{tl|extract}} || <code><nowiki>{{#invoke:age|extract}}</nowiki></code> |- | {{tl|gregorian serial date}} || <code><nowiki>..."
- 15:3415:34, 6 May 2025 diff hist +34,778 N Module:Age Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-show'] = 'Parameter show=$1 conflicts with round=$2'..." current
- 15:3315:33, 6 May 2025 diff hist −144 Template:AgeM/Documentation No edit summary current
- 15:3315:33, 6 May 2025 diff hist +1,798 N Template:AgeM/Documentation Created page with "This template returns the number of full months between two dates, or between a specified date and today (UTC). == Usage == : <code><nowiki>{{</nowiki>age in months<nowiki>|</nowiki></code>''year1''<code><nowiki>|</nowiki></code>''month1''<code><nowiki>|</nowiki></code>''day1''<code><nowiki>|</nowiki></code>''year2''<code><nowiki>|</nowiki></code>''month2''<code><nowiki>|</nowiki></code>''day2''<code><nowiki>}}</nowiki></code> : <code><nowiki>{{</nowiki>age in months<no..."
- 15:3315:33, 6 May 2025 diff hist −21 Template:AgeM No edit summary current
- 15:3115:31, 6 May 2025 diff hist +12 Module:Date/doc No edit summary current
- 15:3115:31, 6 May 2025 diff hist +9,355 N Module:Date/doc Created page with "This module provides date functions for use by other modules. Dates in the Gregorian calendar and the Julian calendar are supported, from 9999 BCE to 9999 CE. The calendars are proleptic—they are assumed to apply at all times with no irregularities. A date, with an optional time, can be specified in a variety of formats, and can be converted for display using a variety of formats, for example, 1 April 2016 or April 1, 2016. The properties of a date include its..."
- 15:3015:30, 6 May 2025 diff hist +47,959 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..." current
- 15:3015:30, 6 May 2025 diff hist +65 N Module:ConvertNumeric/doc Created page with "== Usage == {{#invoke:{{BASEPAGENAME}}|''function_name''}}" current
- 15:2915:29, 6 May 2025 diff hist +23,324 N Module:ConvertNumeric Created page with "-- 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 require('strict') local ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four',..." current
- 15:2615:26, 6 May 2025 diff hist +1 Template:AgeM No edit summary
- 15:2615:26, 6 May 2025 diff hist +1 Template:AgeM No edit summary Tag: Manual revert
- 15:2515:25, 6 May 2025 diff hist −1 Template:AgeM No edit summary Tag: Reverted
- 15:2515:25, 6 May 2025 diff hist +13 Template:AgeM No edit summary
- 15:2415:24, 6 May 2025 diff hist +3 Template:AgeM No edit summary
- 15:2315:23, 6 May 2025 diff hist +118 N Template:AgeM Created page with "{{Documentation}} <includeonly><onlyinclude>{{#expr:round({{Age|{{{1}}}|{{{2|}}}}} / 12)}}</onlyinclude></includeonly>"
- 15:1815:18, 6 May 2025 diff hist +40 S01E03 – Attention Renraku Shoppers →Session 3 - 2023/03/23 current
- 15:1515:15, 6 May 2025 diff hist +119 Hyalmánúra Melehtë No edit summary
- 15:1315:13, 6 May 2025 diff hist +3 Hyalmánúra Melehtë No edit summary
- 15:1215:12, 6 May 2025 diff hist +131 Hyalmánúra Melehtë No edit summary
- 15:1115:11, 6 May 2025 diff hist +168 Hyalmánúra Melehtë No edit summary
