Difference between revisions of "PageFlow"
Line 1: | Line 1: | ||
Based on the notion of [[Universal Data Abstraction]], all data content will be displayed using web pages for the purpose of data representation, and the relations between different data points are connected using Hyperlinks. This is our approach to implement a generalizable [[Data Workflow]]. | Based on the notion of [[Universal Data Abstraction]], all data content will be displayed using web pages for the purpose of data representation, and the relations between different data points are connected using Hyperlinks. This is our approach to implement a generalizable [[Data Workflow]]. | ||
=How to create a page= | |||
A page is one instance of a record in the [[Main namespace]] of [[PKC]]. The content of the page is usually encoded in [[wiki markdown syntax]], but also allows the use of [[Lua]] programming language in the [[Module namespace]]. A page could either embed [[hyperlink]]s, include [[transclusion]] instructions in the format of [[magic word]]s, and trigger functions defined in [[Module namespace]]. | |||
PageFlow is our way to orient [[workflow]] for teams that have access to [[network-enabled]] [[PKC]] instances. PageFlow is a term defined here to help utilize features provided by [[wikipedia:Semantic MediaWiki|Semantic MediaWiki]]. | PageFlow is our way to orient [[workflow]] for teams that have access to [[network-enabled]] [[PKC]] instances. PageFlow is a term defined here to help utilize features provided by [[wikipedia:Semantic MediaWiki|Semantic MediaWiki]]. |
Revision as of 02:42, 16 February 2022
Based on the notion of Universal Data Abstraction, all data content will be displayed using web pages for the purpose of data representation, and the relations between different data points are connected using Hyperlinks. This is our approach to implement a generalizable Data Workflow.
How to create a page
A page is one instance of a record in the Main namespace of PKC. The content of the page is usually encoded in wiki markdown syntax, but also allows the use of Lua programming language in the Module namespace. A page could either embed hyperlinks, include transclusion instructions in the format of magic words, and trigger functions defined in Module namespace.
PageFlow is our way to orient workflow for teams that have access to network-enabled PKC instances. PageFlow is a term defined here to help utilize features provided by Semantic MediaWiki.
Particularly, we would love to help people utilize the following Special Pages:
- Special:CreateCategory
- Special:CreateForm
- Special:CreateProperty
- Special:Forms
- Special:CreateTemplate
- Special:MultiPageEdit
- Special:Properties
Other than Pages, we also consider two other forms of abstraction: Files, and Services.