Difference between revisions of "Help:General"

From edegan.com
Jump to navigation Jump to search
(Created page with "General help resources include: *Help:Editing Content In order to edit pages, you'll need to request an account on this wiki. Access to certain...")
 
Line 1: Line 1:
 
General help resources include:
 
General help resources include:
*[[Help:Editing Content]]
+
*[[Help:Editing Content | Basic Wiki Markup Guide]]
 +
* When in doubt, contact [[Ed Egan| Ed]] or ask a friend!
  
 
In order to edit pages, you'll need to [[Special:RequestAccount|request an account]] on this wiki. Access to certain pages is restricted to [[team member]]s.
 
In order to edit pages, you'll need to [[Special:RequestAccount|request an account]] on this wiki. Access to certain pages is restricted to [[team member]]s.
 +
 +
Useful resources from wikipedia:
 +
*[https://en.wikipedia.org/wiki/Help:Wiki_markup Complete Wiki Markup Documentation]
 +
*[https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style Text Layout Philosophy]
 +
*[https://en.wikipedia.org/wiki/Wikipedia:Writing_better_articles Wiki-appropriate Writing Style]
 +
 +
You will also be creating and editing additional pages to keep track of project components. More information will be provided on creating pages.
 +
 +
===Semantic Mediawiki===
 +
 +
We use semantic mediawiki. Useful resources include:
 +
*https://www.semantic-mediawiki.org/wiki/Help:User_manual
 +
*https://www.semantic-mediawiki.org/wiki/Help:Semantic_search
 +
*https://www.semantic-mediawiki.org/wiki/Help:Inferencing
 +
 +
Basic ask statements are as follows, where - (minus) indicates an inverse lookup.
 +
<pre>
 +
{{#ask: [[Category:Project]] [[Has owner::{{PAGENAME}}]]}}
 +
 +
{{#ask:
 +
  [[category:Team Member]]
 +
  [[Has team status::Active]]
 +
  |mainlabel=Team Member
 +
  |?Has team position=Position
 +
  |?Has or doing degree=Degree
 +
  |?Has academic major=Major
 +
  |?Has skills=Skills
 +
  |?-Has owner=Owner
 +
  |format=table
 +
}}
 +
</pre>
  
 
Team members should see:
 
Team members should see:

Revision as of 18:50, 8 October 2020

General help resources include:

In order to edit pages, you'll need to request an account on this wiki. Access to certain pages is restricted to team members.

Useful resources from wikipedia:

You will also be creating and editing additional pages to keep track of project components. More information will be provided on creating pages.

Semantic Mediawiki

We use semantic mediawiki. Useful resources include:

Basic ask statements are as follows, where - (minus) indicates an inverse lookup.

 {{#ask: [[Category:Project]] [[Has owner::{{PAGENAME}}]]}}
 
 {{#ask:
   [[category:Team Member]]
   [[Has team status::Active]] 
   |mainlabel=Team Member
   |?Has team position=Position
   |?Has or doing degree=Degree
   |?Has academic major=Major
   |?Has skills=Skills
   |?-Has owner=Owner
   |format=table
 }}

Team members should see: