Main Page: Difference between revisions

Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
NeoWiki (talk | contribs)
Importing NeoWiki demo data
Line 36:
* View Subject JSON: [[Special:NeoJson/ACME_Inc]] (developer UI, normal users will not see JSON. [https://github.com/ProfessionalWiki/NeoWiki/blob/master/docs/SubjectFormat.md View docs])
* Query the graph database: [[Cypher|Cypher raw example]]
* Read values in wikitext: [[Value parser function]]
* Lua/ScribuntoRead datavalues accessin Lua: [[Lua Data Access]]
* [[#REST_API_endpoints|Explore the REST API]]
 
Line 54 ⟶ 56:
'''Overview:''' [[Museum Collection]]
 
== Other Demo Pages ==
 
* Simple page with automatic infobox and edit form: [[NeoWiki]], [[ProWiki]]
Line 62 ⟶ 64:
* Displaying data from other pages: [[Company Infoboxes]]
* [[Reactive UI example]]
* Lua/Scribunto data access: [[Lua Data Access]]
 
== Schemas and Layouts ==
'''Schemas''' allow you to define the structure of your data. For instance, you can define that a Employee has a
compensation in EUR with a value between 0 and 1000000.
 
'''Schemas''' allow you to define the structure of your data. For instance, you can define that aan Employee has a compensation
* [[Schema:Company]]
compensation in EUR with a value between 0 and 1000000.
* [[Schema:Product]]
 
* [[Schema:Employee]]
* [[Schema:MuseumCompany]], [[Schema:Product]], [[Schema:Employee]]
* [[Schema:Museum]], [[Schema:Artist]], [[Schema:Artwork]], [[Schema:Exhibition]], [[Schema:Attendance]]
* [[Schema:Artist]]
* [[Schema:Artwork]]
* [[Schema:Exhibition]]
* [[Schema:Attendance]]
* [[Special:Schemas|View all schemas]]
 
'''Layouts''' customize how Subjects are displayed by selecting which properties to show and in what order.
 
* [[Layout:CompanyOverview]]
* [[Special:Layouts|View all layouts]]
 
== REST API Endpoints ==