Jump to content

Main Page: Difference between revisions

From NeoWiki Demo
Content deleted Content added
No edit summary
 
NeoWiki (talk | contribs)
Importing NeoWiki demo data
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="padding:24px 16px;background:var(--background-color-interactive-subtle, #eaecf0);border:1px solid var(--border-color-subtle, #c8ccd1);border-radius:2px;margin-block:1em">
<strong>MediaWiki has been installed.</strong>
<div style="font-size:1.5rem;font-weight:600;line-height:1.25;color:var(--color-base, #202122);max-width:800px">NeoWiki turns wiki pages into queryable structured data</div>
<div style="color:var(--color-subtle, #54595d);max-width:560px;margin-top:4px">Schemas, infoboxes, relations, and Cypher, native to MediaWiki.</div>
</div>


This is a public demo of NeoWiki, an early-stage MediaWiki extension. Explore the examples below, edit anything you like (it is a sandbox and resets periodically, so you cannot break it), and tell us what works and what is missing via the [https://github.com/ProfessionalWiki/NeoWiki/issues issue tracker] or by [https://professional.wiki/en/contact contacting Professional Wiki].
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.


== Getting started ==
== Start here ==

* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
'''Just exploring'''
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]

* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
* Structured data, queried in a page: [[Museum collection]] runs live graph queries over linked museums, artworks, and exhibitions.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* Several Subjects on one page: open the Data tab on [{{fullurl:Rijksmuseum|action=subjects}} Rijksmuseum] to see the museum and its yearly visitor records as separate Subjects.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* Every Subject is shaped by a [[Special:Schemas|Schema]], and [[Special:Layouts|Layouts]] control how Subjects are displayed.

'''Trying it hands-on'''

* Edit through a form and watch it update live: [[Subject views]] shows one Subject in three layouts at once, with edits propagating between them.
* See how a Schema constrains data, with required fields, value ranges, and formats: [[Validation Demo]].
* Create your own: start any page, then use "Create subject" in the NeoWiki section of the sidebar.

== Explore by use case ==

{{#invoke:Card|cards|
card1_title=Museum collection
|card1_description=Connect institutions, artists, artworks, and exhibitions.
|card1_link=Museum collection

|card2_title=ACME Inc
|card2_description=Document a company's departments, products, and offices.
|card2_link=ACME Inc

|card3_title=Research catalog
|card3_description=Track publications, authors, institutions, and projects.
|card3_link=Research catalog

|card4_title=People and life events
|card4_description=Model births as their own Subjects, in CIDOC CRM style.
|card4_link=People and life events
}}

== Build on it ==

* [[Developers|Developers hub]]: Cypher, parser functions, the mw.neowiki Lua library, and the REST API, each with source shown alongside the rendered result.
* [https://github.com/ProfessionalWiki/NeoWiki Source on GitHub]
* [https://github.com/ProfessionalWiki/NeoWiki/tree/master/docs Technical documentation]
* [https://github.com/ProfessionalWiki/NeoWiki/issues Issue tracker]

== About this wiki ==

'''NeoWiki''' is a MediaWiki extension for queryable structured data. See [https://neowiki.ai neowiki.ai] for downloads, documentation, and updates.

NeoWiki is under active development: public interfaces and structure will continue to change, and this demo may be reset periodically.

* [https://professional.wiki/en/contact Contact Professional Wiki], the team behind NeoWiki
* Follow NeoWiki: [https://mastodon.social/@NeoWiki Mastodon] · [https://bsky.app/profile/neowiki.bsky.social Bluesky] · [https://x.com/NeoWikiAI X]

Revision as of 09:10, 29 June 2026

NeoWiki turns wiki pages into queryable structured data
Schemas, infoboxes, relations, and Cypher, native to MediaWiki.

This is a public demo of NeoWiki, an early-stage MediaWiki extension. Explore the examples below, edit anything you like (it is a sandbox and resets periodically, so you cannot break it), and tell us what works and what is missing via the issue tracker or by contacting Professional Wiki.

Start here

Just exploring

  • Structured data, queried in a page: Museum collection runs live graph queries over linked museums, artworks, and exhibitions.
  • Several Subjects on one page: open the Data tab on Rijksmuseum to see the museum and its yearly visitor records as separate Subjects.
  • Every Subject is shaped by a Schema, and Layouts control how Subjects are displayed.

Trying it hands-on

  • Edit through a form and watch it update live: Subject views shows one Subject in three layouts at once, with edits propagating between them.
  • See how a Schema constrains data, with required fields, value ranges, and formats: Validation Demo.
  • Create your own: start any page, then use "Create subject" in the NeoWiki section of the sidebar.

Explore by use case

Build on it

About this wiki

NeoWiki is a MediaWiki extension for queryable structured data. See neowiki.ai for downloads, documentation, and updates.

NeoWiki is under active development: public interfaces and structure will continue to change, and this demo may be reset periodically.