Difference between revisions of "Help:Contents"
m (→Creating and editing pearls: Typo.) |
(→Categories: '''NEED TO FIX THESE CONFLICTING INSTRUCTIONS!!!''') |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Navigation== | ==Navigation== | ||
==Editing== | ==Editing== | ||
===Singular and plural=== | |||
===Creating and editing pearls=== | |||
Please see [[:form:oyster]] to create and edit a {{p|pearl}} and its properties. | |||
===Singular page name and plural redirect=== | |||
Often you need both the singular and plural version of a page. For example, if you have {{p|user story}}, you will probably also need {{p|user stories}} at some point in time. Therefore: | Often you need both the singular and plural version of a page. For example, if you have {{p|user story}}, you will probably also need {{p|user stories}} at some point in time. Therefore: | ||
#write the original page in singular form; and | #write the original page in singular form; and | ||
#create a [http://www.mediawiki.org/wiki/Help:Redirects redirect] for the plural form. | #create a [http://www.mediawiki.org/wiki/Help:Redirects redirect] to the original page for the plural form. | ||
=== | ===Special characters=== | ||
Create a [http://www.mediawiki.org/wiki/Help:Redirects redirect] without the special character for page names that use special characters like ‘?’ or ‘!’. For example, {{p|anyone else}} redirects to {{p|anyone else?}} so that the permalink <code>http://pearllanguage.org/anyone_else</code> takes you to {{p|anyone else?}}. | |||
===Use a right single quotation mark=== | |||
Use a right single quotation mark “’” in page names when appropriate. That is, do not use a straight quote “'”. For example, {{p|don’t just do something, stand there!}}. | |||
==Categories== | |||
'''NEED TO FIX THESE CONFLICTING INSTRUCTIONS!!!''' | |||
===Verb-based topics=== | |||
*For every key topic, use the corresponding verb as main entry point. | |||
*:For example, use [[Decide]] (from the verb ‘to decide’) as the main page for all topics related to the action to decide, like ''decision-making'', ''consent'', and ''sociocracy''. | |||
*Redirect the corresponding category page to the main page on this topic. | |||
*:For example, [[:category:decide]] contains <code><nowiki>#REDIRECT [[decide]]</nowiki></code>. | |||
*Tag each page with the appropriate categories. Consider using [[:property:theme]] for major topics. | |||
===Main category pages and redirections=== | |||
You want pretty URLs because URLs are part of the user experience. Therefore | |||
#Create a specific page for key concepts and topics so they are accessible by: | |||
#:<code><nowiki>http://pearllanguage.org/</nowiki>''topic''</code> | |||
#Have the topic page redirect to the category page: | |||
#:<code><nowiki>#REDIRECT [[</nowiki>category:''topic''<nowiki>]]</nowiki></code> | |||
#Put all the meat on the category page. |
Latest revision as of 13:44, 6 April 2014
Editing
Creating and editing pearls
Please see form:oyster to create and edit a pearl and its properties.
Singular page name and plural redirect
Often you need both the singular and plural version of a page. For example, if you have user story, you will probably also need user stories at some point in time. Therefore:
- write the original page in singular form; and
- create a redirect to the original page for the plural form.
Special characters
Create a redirect without the special character for page names that use special characters like ‘?’ or ‘!’. For example, anyone else redirects to anyone else? so that the permalink http://pearllanguage.org/anyone_else
takes you to anyone else?.
Use a right single quotation mark
Use a right single quotation mark “’” in page names when appropriate. That is, do not use a straight quote “'”. For example, don’t just do something, stand there!.
Categories
NEED TO FIX THESE CONFLICTING INSTRUCTIONS!!!
Verb-based topics
- For every key topic, use the corresponding verb as main entry point.
- For example, use Decide (from the verb ‘to decide’) as the main page for all topics related to the action to decide, like decision-making, consent, and sociocracy.
- Redirect the corresponding category page to the main page on this topic.
- For example, category:decide contains
#REDIRECT [[decide]]
.
- For example, category:decide contains
- Tag each page with the appropriate categories. Consider using property:theme for major topics.
Main category pages and redirections
You want pretty URLs because URLs are part of the user experience. Therefore
- Create a specific page for key concepts and topics so they are accessible by:
http://pearllanguage.org/topic
- Have the topic page redirect to the category page:
#REDIRECT [[category:topic]]
- Put all the meat on the category page.