User contributions for Admin
Jump to navigation
Jump to search
4 November 2025
- 22:1522:15, 4 November 2025 diff hist +356 N Special:Badtitle/NS2300: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:4418:44, 4 November 2025 diff hist −40 Special:Badtitle/NS2300:Recursive simple Admin changed the content model of the page JsonSchema:Recursive simple from "wikitext" to "JSON" current Tag: content model change
- 18:4418:44, 4 November 2025 diff hist +536 N Special:Badtitle/NS2300: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
- 08:1108:11, 4 November 2025 diff hist −105 Special:Badtitle/NS2300:Array Admin changed the content model of the page JsonSchema:Array from "wikitext" to "JSON" current Tag: content model change
- 08:1108:11, 4 November 2025 diff hist +848 N Special:Badtitle/NS2300: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:0908:09, 4 November 2025 diff hist −415 Special:Badtitle/NS2300:Name oneOf Admin changed the content model of the page JsonSchema:Name oneOf from "wikitext" to "JSON" current Tag: content model change
- 08:0908:09, 4 November 2025 diff hist +2,177 N Special:Badtitle/NS2300: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:0808:08, 4 November 2025 diff hist −1 Special:Badtitle/NS2300:Person ajax No edit summary current
- 08:0708:07, 4 November 2025 diff hist −296 Special:Badtitle/NS2300:Person ajax Admin changed the content model of the page JsonSchema:Person ajax from "wikitext" to "JSON" Tag: content model change
- 08:0708:07, 4 November 2025 diff hist +1,599 N Special:Badtitle/NS2300: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:0408:04, 4 November 2025 diff hist 0 Special:Badtitle/NS2300:Basic person Admin changed the content model of the page JsonSchema:Basic person from "wikitext" to "JSON" Tag: content model change
- 08:0408:04, 4 November 2025 diff hist +349 N Special:Badtitle/NS2300: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:5807:58, 4 November 2025 diff hist 0 Special:Badtitle/NS2300:Dependencies Admin changed the content model of the page JsonSchema:Dependencies from "wikitext" to "JSON" current Tag: content model change
- 07:5807:58, 4 November 2025 diff hist +2,121 N Special:Badtitle/NS2300: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:5707:57, 4 November 2025 diff hist 0 Special:Badtitle/NS2300:AccidentDetail Admin changed the content model of the page JsonSchema:AccidentDetail from "wikitext" to "JSON" current Tag: content model change
- 07:5707:57, 4 November 2025 diff hist +11,223 N Special:Badtitle/NS2300: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:5307:53, 4 November 2025 diff hist +538 N 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..." current
19 October 2025
- 10:5910:59, 19 October 2025 diff hist +1,966 ContactManager:Mailboxes/info-wikisphere/Jobs VisualData update current
- 10:5810:58, 19 October 2025 diff hist +3 VisualDataSchema:ContactManager/Job retrieve messages No edit summary current
- 07:2607:26, 19 October 2025 diff hist +25 Demo VisualData/CRUD/42 VisualData update current
- 07:2207:22, 19 October 2025 diff hist +4 Demo VisualData/Datatable cards/Artemis VisualData update current
10 October 2025
- 08:0508:05, 10 October 2025 diff hist −2,018 Special:Badtitle/NS2300:WebPublication/A11y No edit summary current
27 September 2025
- 12:5812:58, 27 September 2025 diff hist −157 Main Page VisualData update Tag: Manual revert
- 12:5812:58, 27 September 2025 diff hist +157 Main Page VisualData update
- 12:2712:27, 27 September 2025 diff hist +8 Template:ContactManager/Email No edit summary Tag: 2017 source edit
- 12:2612:26, 27 September 2025 diff hist −69 Template:ContactManager/Conversations No edit summary Tag: 2017 source edit
- 12:2612:26, 27 September 2025 diff hist +7 Template:ContactManager/Conversation No edit summary Tag: 2017 source edit
- 12:2512:25, 27 September 2025 diff hist +359 N 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
- 12:2412:24, 27 September 2025 diff hist −202 ContactManager:Mailboxes/info-wikisphere No edit summary current Tag: 2017 source edit
25 September 2025
- 23:5023:50, 25 September 2025 diff hist +23 Demo VisualData/CRUD/33 VisualData update current
17 September 2025
- 10:5610:56, 17 September 2025 diff hist +2 School/72 VisualData update current
- 10:4910:49, 17 September 2025 diff hist +20 Demo VisualData/CRUD/12 VisualData update current
- 09:5709:57, 17 September 2025 diff hist +1 Demo VisualData/Calendar No edit summary current Tags: Manual revert 2017 source edit
- 09:5609:56, 17 September 2025 diff hist −1 Demo VisualData/Calendar No edit summary Tag: 2017 source edit
16 September 2025
- 07:4507:45, 16 September 2025 diff hist −282 Test WebPublication/Manifest No edit summary current
- 07:4007:40, 16 September 2025 diff hist +169 Test WebPublication/Manifest No edit summary
- 07:3407:34, 16 September 2025 diff hist +49 Special:Badtitle/NS2300:WebPublication/Publication No edit summary current
- 07:3307:33, 16 September 2025 diff hist −707 Special:Badtitle/NS2300:WebPublication/Publication No edit summary
15 September 2025
- 13:3513:35, 15 September 2025 diff hist −568 Test WebPublication/Manifest No edit summary
- 11:5011:50, 15 September 2025 diff hist +1 Test WebPublication No edit summary Tag: 2017 source edit
- 11:4911:49, 15 September 2025 diff hist +91 Test WebPublication No edit summary Tag: 2017 source edit
- 10:4610:46, 15 September 2025 diff hist −269 Test WebPublication/Manifest No edit summary
- 10:4510:45, 15 September 2025 diff hist +6 Test WebPublication/Manifest No edit summary
- 10:4410:44, 15 September 2025 diff hist +1 Test WebPublication/Manifest No edit summary
- 10:2310:23, 15 September 2025 diff hist +269 Test WebPublication/Manifest No edit summary
- 10:2110:21, 15 September 2025 diff hist +128 Test WebPublication/Manifest No edit summary
- 10:2010:20, 15 September 2025 diff hist +35 Test WebPublication No edit summary Tag: 2017 source edit
- 10:1910:19, 15 September 2025 diff hist +184 Test WebPublication No edit summary Tag: 2017 source edit
- 09:1809:18, 15 September 2025 diff hist −3,057 Test WebPublication/Manifest b Admin changed the content model of the page Test WebPublication/Manifest b from "wikitext" to "JSON" current Tag: content model change
- 09:1709:17, 15 September 2025 diff hist +29,580 N Test WebPublication/Manifest b Created page with "{ "@context": "https://readium.org/webpub-manifest/context.jsonld", "landmarks": [ { "href": "OPS/toc.xhtml#toc", "title": "Table of Contents" }, { "href": "OPS/chapter_001.xhtml", "title": "Begin Reading" }, { "href": "OPS/copyright.xhtml", "title": "Copyright Page" } ], "links": [ { "href": "http://creativecommons.org/licenses/by-sa/3.0/", "rel": "http://creativecommons.org/ns#license"..." Tag: 2017 source edit