Main Page: Difference between revisions
Content deleted Content added
Importing NeoWiki demo data |
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]]
* [[#REST_API_endpoints|Explore the REST API]]
Line 54 ⟶ 56:
'''Overview:''' [[Museum Collection]]
==
* 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'''
* [[Schema:
* [[Schema:Museum]], [[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 ==
| |||