Difference between revisions of "Help:Data Structures"
From Beyond Social
Line 15: | Line 15: | ||
==Forms== | ==Forms== | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | | [[Form:Article]] || Form to make Article pages | |
− | + | |- | |
+ | | [[Form:Editorial]] || Form to make Editorial pages (now called Stacks) | ||
+ | |- | ||
+ | | [[Form:Event]] || Form to make Event pages | ||
+ | |- | ||
+ | | [[Form:Profile]] || Form to make User pages | ||
+ | |} | ||
==Templates== | ==Templates== | ||
=== Overviews === | === Overviews === | ||
− | + | {| class="wikitable" | |
+ | |- | ||
+ | | [[Template:Overview]] || template used in queries to create overviews | ||
+ | |} | ||
=== Articles === | === Articles === | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | | [[Template:Article]] || main article template | |
− | + | |- | |
+ | | [[Template:Articles_more]] || overview of last edited articles (included through the [[Form:Article]]) | ||
+ | |- | ||
+ | | [[Template:Contribute]] || contribution banner at the bottom of an article page (is included through Articles_more) | ||
+ | |- | ||
+ | | [[Template:WhatLinksHere]] || (not used?) | ||
+ | |} | ||
=== Stacks (Formarly Editorial) === | === Stacks (Formarly Editorial) === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |- | ||
+ | | xxx || xxx | ||
+ | |} | ||
+ | |||
* [[Template:Editorial]] - main editorial template | * [[Template:Editorial]] - main editorial template | ||
* [[Template:Editorial_intro]] - small yellow banner that currently holds a short intro text about editorials | * [[Template:Editorial_intro]] - small yellow banner that currently holds a short intro text about editorials | ||
Line 38: | Line 68: | ||
=== Events === | === Events === | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | | [[Template:Event]] || main event template | |
− | + | |- | |
− | + | | [[Template:Article Selection Overview]] || creating the article overviews of event page | |
+ | |- | ||
+ | | [[Template:Documentation]] || documentation section of event page | ||
+ | |- | ||
+ | | [[Template:Events_more]] || list with 5 most recent events (included through the [[Form:Event]]) | ||
+ | |- | ||
+ | | [[Template:Events]] || event overview template (used on [[Events]]) | ||
+ | |} | ||
=== User Pages === | === User Pages === | ||
− | + | {| class="wikitable" | |
+ | |- | ||
+ | | [[Template:Profile]] || main User Page template | ||
+ | |} | ||
+ | |||
=== Other === | === Other === | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | | [[Template:Links_internal]] || to display wiki links | |
+ | |- | ||
+ | | [[Template:Links_external]] || to display external links | ||
+ | |- | ||
+ | | [[Template:Category_selector]] || to attach categories to a page | ||
+ | |} |
Revision as of 15:31, 21 May 2019
Contents
Semantic MediaWiki (SMW), Forms and Templates on this wiki
We're using Semantic MediaWiki (SMW) to store a data structure of Articles, Events, Stacks (formarly editorials) and User pages (profiles). SMW allows us to store properties of these pages and query them elsewhere.
We use Forms to insert these data structures into the pages and Templates to display this data.
Still using Cargo (to be changed?)
You can read more about the Frictionary here: Frictionary
Forms
Form:Article | Form to make Article pages |
Form:Editorial | Form to make Editorial pages (now called Stacks) |
Form:Event | Form to make Event pages |
Form:Profile | Form to make User pages |
Templates
Overviews
Template:Overview | template used in queries to create overviews |
Articles
Template:Article | main article template |
Template:Articles_more | overview of last edited articles (included through the Form:Article) |
Template:Contribute | contribution banner at the bottom of an article page (is included through Articles_more) |
Template:WhatLinksHere | (not used?) |
Stacks (Formarly Editorial)
xxx | xxx |
xxx | xxx |
xxx | xxx |
xxx | xxx |
xxx | xxx |
xxx | xxx |
- Template:Editorial - main editorial template
- Template:Editorial_intro - small yellow banner that currently holds a short intro text about editorials
- Template:Editor selection - to display multiple stack editors
- Template:Article_Selection - list of selected articles, part of an Editorial page
- Template:Editorials_more - overview of last edited stacks (included through the Form:Editorial)
Events
Template:Event | main event template |
Template:Article Selection Overview | creating the article overviews of event page |
Template:Documentation | documentation section of event page |
Template:Events_more | list with 5 most recent events (included through the Form:Event) |
Template:Events | event overview template (used on Events) |
User Pages
Template:Profile | main User Page template |
Other
Template:Links_internal | to display wiki links |
Template:Links_external | to display external links |
Template:Category_selector | to attach categories to a page |