Difference between revisions of "Meta"

From Autopilot Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Data Structure Outline]]
 
[[Data Structure Outline]]
 +
 +
== [[Help]] ==
  
 
== Create ==
 
== Create ==
Line 5: Line 7:
 
Create new semantic elements using [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]
 
Create new semantic elements using [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]
  
* [[Special:CreateClass | Create Class]] - An entire data class, including properties, templates, forms, and categories
+
Two ways:
 +
 
 +
'''Make Everything At Once'''
 +
 
 +
* [[Special:CreateClass | Create Class]] - An entire data class, including properties, templates, forms, and categories. All in one, but less control at the time of creation
 +
 
 +
'''Make Each Part Separately'''
 +
 
 +
In order... as needed....
 
* [[Special:CreateProperty | Create Property]] - Basic connections between information, eg. define a HasHomepage property that renders as an external URL not as text!
 
* [[Special:CreateProperty | Create Property]] - Basic connections between information, eg. define a HasHomepage property that renders as an external URL not as text!
* [[Special:CreateTemplate | Create Template]] - Sets of data for a given category/page type, as well as how to display it
+
* [[Special:CreateTemplate | Create Template]] - Sets of data for a given category/page type, as well as how to display it.
* [[Special:CreateForm | Create Form]] - Form to let users give the values of properties for a given template/category type
+
* [[Special:CreateForm | Create Form]] - Form to let users give the values of properties for a given template/category type. Can combine multiple Templates as well as defines the basic logic for the page.
 
* [[Special:CreateCategory | Create Category]] - Each form and page should have a category so that the page knows which form to use when editing in the future
 
* [[Special:CreateCategory | Create Category]] - Each form and page should have a category so that the page knows which form to use when editing in the future
  
Line 33: Line 43:
 
* [[Special:RecentChanges | Recent Changes]]
 
* [[Special:RecentChanges | Recent Changes]]
  
== [[Help]] ==
 
  
 
== [[todo]] ==
 
== [[todo]] ==
  
 
[Category:Section]
 
[Category:Section]

Revision as of 00:17, 26 June 2021

Data Structure Outline

Help

Create

Create new semantic elements using Page Forms

Two ways:

Make Everything At Once

  • Create Class - An entire data class, including properties, templates, forms, and categories. All in one, but less control at the time of creation

Make Each Part Separately

In order... as needed....

  • Create Property - Basic connections between information, eg. define a HasHomepage property that renders as an external URL not as text!
  • Create Template - Sets of data for a given category/page type, as well as how to display it.
  • Create Form - Form to let users give the values of properties for a given template/category type. Can combine multiple Templates as well as defines the basic logic for the page.
  • Create Category - Each form and page should have a category so that the page knows which form to use when editing in the future


Review

Semantic MediaWiki

Indices


History


todo

[Category:Section]