Difference between revisions of "Help:Data Structures"
From Beyond Social
m (Manetta moved page SMW to Data Structures: more clearly covering the content of this page) |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
We use '''Forms''' to insert these data structures into the pages and '''Templates''' to display this data. | We use '''Forms''' to insert these data structures into the pages and '''Templates''' to display this data. | ||
− | == | + | ==Frictionary== |
+ | |||
+ | (Only thing that is using Cargo) | ||
* [[Form:Frictionary]] | * [[Form:Frictionary]] | ||
Line 12: | Line 14: | ||
<br> | <br> | ||
− | + | Read more about the [[Frictionary]] and [[Cargo]]. | |
==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:Contribute]] || contribution banner at the bottom of an article page (is included through Articles_more) | |
− | + | |- | |
− | + | | [[Template:Articles_more]] || overview of last edited articles (included through the [[Form:Article]]) | |
+ | |} | ||
− | === Stacks | + | === Stacks or formarly Editorial === |
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | | [[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 === | === 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 | ||
+ | |- | ||
+ | | [[Template:HIDE_CATEGORY_PAGES]] || include this template in a category to hide the default listing of pages. Include it as following: <nowiki>{{HIDE_CATEGORY_PAGES}}</nowiki> | ||
+ | |} |
Latest revision as of 16:08, 2 October 2020
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.
Frictionary
(Only thing that is using Cargo)
Read more about the Frictionary and Cargo.
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:Contribute | contribution banner at the bottom of an article page (is included through Articles_more) |
Template:Articles_more | overview of last edited articles (included through the Form:Article) |
Stacks or formarly Editorial
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 |
Template:HIDE_CATEGORY_PAGES | include this template in a category to hide the default listing of pages. Include it as following: {{HIDE_CATEGORY_PAGES}} |