|
|
| Line 1: |
Line 1: |
| − | [[Data Structure Outline]]
| |
| | | | |
| | == [[Help]] == | | == [[Help]] == |
| | | | |
| − | == Browse == | + | * [[Contributing]] |
| | + | |
| | + | == [[Browse]] == |
| | | | |
| | * [[Special:CategoryTree|Category Tree]] | | * [[Special:CategoryTree|Category Tree]] |
| Line 14: |
Line 15: |
| | * [[Special:Forms | Forms]] | | * [[Special:Forms | Forms]] |
| | | | |
| − | === Indices === | + | |
| | + | === History === |
| | | | |
| | * [[Special:AllPages | All Pages]] | | * [[Special:AllPages | All Pages]] |
| | + | * [[Special:NewPages | New Pages]] |
| | * [[Special:NewFiles | New Files]] | | * [[Special:NewFiles | New Files]] |
| − |
| |
| − | === History ===
| |
| − |
| |
| | * [[Special:Log | Log]] | | * [[Special:Log | Log]] |
| − | * [[Special:NewPages | New Pages]]
| |
| | * [[Special:RecentChanges | Recent Changes]] | | * [[Special:RecentChanges | Recent Changes]] |
| | | | |
| | + | == [[Tweeki]] == |
| | | | |
| | + | * [[Tweeki Message Pages]] |
| | | | |
| − | == Create == | + | == [[todo]] == |
| | | | |
| − | * '''New/Changed Content on an Existing Page''' - use the [[https://wiki.auto-pi-lot.com/index.php?title=Meta&action=edit edit]] link in the right gutter (or bottom of page) | + | * [[Data Structure Outline]] - used for drafting, not necessarily the best way to see the structure of the site, see the category tree :) |
| − | * '''New Page - Semantic Form (recommended when possible)''' - Most pages should be created with a [[Special:Forms | Form]] to add structured semantic links to other pages. If there is no form, see the next section re: how to make the elements necessary for one.
| |
| − | * '''New Page - Manually''' - Otherwise, to create a new page when a semantic form isn't relevant, edit the page you would like to link to it, create a link to the page by using double brackets around the <nowiki>[[Page Name]]</nowiki>, save the page, and click the link. You'll be prompted to create the page!
| |
| | | | |
| − | === New Semantic Elements ===
| |
| | | | |
| − | Create new semantic elements using [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]
| |
| − |
| |
| − | 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: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. 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
| |
| − |
| |
| − |
| |
| − | == [[Tweeki]] ==
| |
| − |
| |
| − | * [[Tweeki Message Pages]]
| |
| − |
| |
| − | == [[todo]] ==
| |
| | | | |
| | [Category:Section] | | [Category:Section] |