Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wikisphere. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:05, 9 November 2025 User account MariSiegel talk contribs was created
- 10:57, 8 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Europass from "wikitext" to "JSON"
- 10:57, 8 November 2025 Admin talk contribs created page JsonSchema:Europass (Created page with "{ "$schema": "http://json-schema.org/draft-04/schema", "id": "http://europass.cedefop.europa.eu/json/schema/v3.3.0/Europass_JSONSchema.json", "description": "A JSON Representation of a Europass Document corresponding to Europass XML 3.3.0", "type": "object", "definitions": { "documentTypeType": { "type": "string", "enum": [ "ECV_ESP", "ESP", "ECV", "ELP", "ECL", "EX" ] }, "documentBundleType": { "type": "array", "items":...") Tag: 2017 source edit
- 10:56, 8 November 2025 Admin talk contribs deleted page JsonSchema:MetaSchema (content was: "{ "title": "JSON Schema", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "schemaArray": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/schema", "title": "schema" } }, "null": { "properties": { "type": { "enum": [ "null" ] }, "enum": { "items": { "type": "null" }...", and the only contributor was "Admin" (talk))
- 07:20, 7 November 2025 User account Linksyszvl talk contribs was created
- 00:43, 6 November 2025 User account Shraunkti talk contribs was created
- 19:15, 5 November 2025 User account AnyaFisk4467116 talk contribs was created
- 06:54, 5 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Survey from "wikitext" to "JSON"
- 06:53, 5 November 2025 Admin talk contribs created page JsonSchema:Survey (Created page with "{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Survey Input", "description": "A flexible survey question format supporting multiple data types.", "type": "object", "properties": { "type": { "type": "string", "enum": ["scale", "yes-no", "simple", "nested"], "description": "Type of survey input" }, "rows": { "type": "array", "description": "List of rows (survey items)", "items": { "type":...") Tag: 2017 source edit
- 01:57, 5 November 2025 User account Linksysqeq talk contribs was created
- 01:32, 5 November 2025 User account Henryicogs talk contribs was created
- 22:21, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Person from "wikitext" to "JSON"
- 22:21, 4 November 2025 Admin talk contribs created page JsonSchema:Person (Created page with "{ "$ref": "/w/index.php?title=JsonSchema:Basic_person&action=raw", "properties": { "location": { "type": "object", "title": "Location", "properties": { "city": { "type": "string" }, "state": { "type": "string" }, "citystate": { "type": "string", "description": "This is generated automatically from the previous two fields", "template": "{{city}}, {{state}}",...") Tag: 2017 source edit
- 22:15, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Ajax from "wikitext" to "JSON"
- 22:15, 4 November 2025 Admin talk contribs created page JsonSchema:Ajax (Created page with "{ "type": "array", "title": "People", "format": "tabs", "items": { "title": "Person", "headerTemplate": "{{i}} - {{self.name}}", "oneOf": [ { "$ref": "examples/basic_person.json", "title": "Basic Person" }, { "$ref": "examples/person.json", "title": "Complex Person" } ] } }") Tag: 2017 source edit
- 18:44, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Recursive simple from "wikitext" to "JSON"
- 18:44, 4 November 2025 Admin talk contribs created page JsonSchema:Recursive simple (Created page with "{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Recursive Object", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the node" }, "type": { "type": "string", "description": "Type or category of the node" }, "children": { "type": "array", "description": "Nested child nodes of the same structure", "items": { "$ref": "#" } } }, "r...") Tag: 2017 source edit
- 12:33, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:MetaSchema from "wikitext" to "JSON"
- 12:32, 4 November 2025 Admin talk contribs created page JsonSchema:MetaSchema (Created page with "mwjson.schema.jsonschema_jsonschema = { "title": "JSON Schema", "$ref": "#/definitions/schema", "properties": { "definitions": { "type": "object", "patternProperties": { ".*": { "$ref": "#/definitions/schema" } } } }, "definitions": { "schemaArray": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/schema", "title": "schema" } }, "null": { "properties":...") Tag: 2017 source edit
- 08:11, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Array from "wikitext" to "JSON"
- 08:11, 4 November 2025 Admin talk contribs created page JsonSchema:Array (Created page with "{ "$id": "https://example.com/arrays.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A representation of a person, company, organization, or place", "type": "object", "properties": { "fruits": { "type": "array", "items": { "type": "string" } }, "vegetables": { "type": "array", "items": { "$ref": "#/definitions/veggie" } } }, "definitions": { "veggie":...") Tag: 2017 source edit
- 08:09, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Name oneOf from "wikitext" to "JSON"
- 08:09, 4 November 2025 Admin talk contribs created page JsonSchema:Name oneOf (Created page with "{ "type": "object", "options": { "keep_oneof_values": false }, "properties": { "type": { "type": "string", "options": { "hidden": true } } }, "oneOf": [ { "title": "Full Name", "additionalProperties": false, "properties": { "type": { "type": "string", "enum": [ "fullName" ], "options": { "hidden": true } },...") Tag: 2017 source edit
- 08:07, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Person ajax from "wikitext" to "JSON"
- 08:07, 4 November 2025 Admin talk contribs created page JsonSchema:Person ajax (Created page with "{ "$ref": "/w/index.php?title=JsonSchema:Basic_person&action=rawn", "properties": { "location": { "type": "object", "title": "Location", "properties": { "city": { "type": "string" }, "state": { "type": "string" }, "citystate": { "type": "string", "description": "This is generated automatically from the previous two fields", "template": "{{city}}, {{state}}"...") Tag: 2017 source edit
- 08:04, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Basic person from "wikitext" to "JSON"
- 08:04, 4 November 2025 Admin talk contribs created page JsonSchema:Basic person (Created page with "{ "title": "Person", "type": "object", "id": "person", "properties": { "name": { "type": "string", "description": "First and Last name", "minLength": 4 }, "age": { "type": "integer", "default": 21, "minimum": 18, "maximum": 99 }, "gender": { "type": "string", "enum": [ "male", "female" ] } } }") Tag: 2017 source edit
- 07:58, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Dependencies from "wikitext" to "JSON"
- 07:58, 4 November 2025 Admin talk contribs created page JsonSchema:Dependencies (Created page with "{ "title": "Dependencies", "type": "object", "format": "grid", "properties": { "_text1": { "title": "Dependencies Example", "type": "string", "format": "hidden", "description": "\u003Cp\u003EThis example shows the use of the \u003Cstrong\u003Edependencies\u003C/strong\u003E option, where you can have a field depend on the value of another field.\u003C/p\u003E\u003Cp\u003EThis works by creating all dependant element and then hide/show the selected one. S...") Tag: 2017 source edit
- 07:57, 4 November 2025 Admin talk contribs changed the content model of the page JsonSchema:AccidentDetail from "wikitext" to "JSON"
- 07:57, 4 November 2025 Admin talk contribs created page JsonSchema:AccidentDetail (Created page with "{ "type": "object", "title": "", "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "photo": { "type": "array", "items": { "$ref": "#/definitions/photo" }, "options": { "collapsed": true }, "propertyOrder": 3 }, "person": { "type": "array", "items": { "$ref": "#/definitions/person" }, "options": { "collapsed": true }, "propertyOrder": 2 }, "vehicle": { "type": "array", "items": {...") Tag: 2017 source edit
- 07:53, 4 November 2025 Admin talk contribs created page VisualDataForm:CreateArticle (Created page with "{ "name": "Create Article", "schema": "", "save": "semantic wiki content", "edit_categories": true, "default_categories": "", "edit_wikitext": true, "edit_slot": true, "default_slot": "main", "edit_content_model": true, "default_content_model": "wikitext", "overwrite_existing_article_on_create": false, "view": "inline", "callback": "", "edit_page": "", "pagename_formula": "", "preload": "", "preload_data": "", "preload_data_separator": "", "return_page...")
- 02:28, 31 October 2025 User account Santostymn talk contribs was created
- 14:20, 30 October 2025 User account FlorSnead692513 talk contribs was created
- 09:15, 28 October 2025 User account Espresso-Machine-Online4044 talk contribs was created
- 22:03, 27 October 2025 User account LiliaUgalde114 talk contribs was created
- 20:54, 27 October 2025 User account CarleyPerez7632 talk contribs was created
- 08:04, 23 October 2025 User account BosR talk contribs was created
- 09:03, 21 October 2025 User account JaquelineDouglas talk contribs was created
- 03:23, 21 October 2025 User account JayneBoston88 talk contribs was created
- 11:13, 19 October 2025 Maintenance script talk contribs created page ContactManager:Main Page/Jobs (VisualData update)
- 06:04, 17 October 2025 User account ManueladaRosa1 talk contribs was created
- 14:56, 15 October 2025 User account Fallegri52 talk contribs was created
- 21:12, 7 October 2025 User account Wärmepumpentrockner-A+++-Günstig9259 talk contribs was created
- 00:31, 28 September 2025 User account SunnyC32275235 talk contribs was created
- 12:25, 27 September 2025 Admin talk contribs created page Template:ContactManager/Mailbox buttons (Created page with "<table><tr><td> {{#buttonlink:ContactManager:Compose|Compose|target=_blank|mailbox={{ContactManager/Get mailbox|{{{mailbox}}} }} }} </td><td> {{#buttonlink:ContactManager:Create contact|Create contact|target=_blank|mailbox={{ContactManager/Get mailbox|{{FULLPAGENAME}}}}}} </td><td> {{#buttonlink:{{FULLPAGENAME}}|Reload data|action=purge}} </td></tr></table>") Tag: 2017 source edit