Difference between revisions of "Analytica Docs guidelines"
m (→Analytica) |
m (→Naming pages) |
||
Line 10: | Line 10: | ||
* The name of each page (or "article" as called in wikipedia) is the heading appearing at the top of the page as well as the link to the article. | * The name of each page (or "article" as called in wikipedia) is the heading appearing at the top of the page as well as the link to the article. | ||
− | * The first character is | + | * The first character is automatically capitalized. Subsequent words should be all lowercase, except for proper names or acronyms. |
+ | * Media wiki is case sensitive for page links. So <nowiki>[[Analytica wiki guidelines]]</nowiki> links to this page, but <nowiki>[[Analytica Wiki Guidelines]]</nowiki> doesn't. | ||
* Use spelled-out phrase and use redirect for acronyms and abbreviations. | * Use spelled-out phrase and use redirect for acronyms and abbreviations. | ||
* Keep page titles brief: E.g. "Modules" rather than "How to use modules" | * Keep page titles brief: E.g. "Modules" rather than "How to use modules" |
Revision as of 17:15, 29 July 2015
Guidelines and conventions for wording and formatting this Analytica wiki.
Reference resources
Details on wiki markup formats [1]
Wiki markup quick reference card [2]
Naming pages
- The name of each page (or "article" as called in wikipedia) is the heading appearing at the top of the page as well as the link to the article.
- The first character is automatically capitalized. Subsequent words should be all lowercase, except for proper names or acronyms.
- Media wiki is case sensitive for page links. So [[Analytica wiki guidelines]] links to this page, but [[Analytica Wiki Guidelines]] doesn't.
- Use spelled-out phrase and use redirect for acronyms and abbreviations.
- Keep page titles brief: E.g. "Modules" rather than "How to use modules"
- These characters are not allowed in page titles: # + < > [ ] | { } /.
- The maximum length is 255 characters.
→ full details at Wikipedia:Naming conventions
Subheadings
The main title of each page (including this) is a level 1 heading, in dark red bold. Other headings should be level 2 or lower, e.g.
== Section heading == === Subsection heading ===
(Currently, many Analytica wiki pages include level 1 headings within the page. They should be demoted to level 2 or lower.)
Contents
Mediawiki automatically generates a Contents section for each page from the subheadings.
Capitalization
- Analytica function names, classes and system words should be capitalized -- e.g. Sum, Variable, Index, Samplesize.
- Key Analytica concepts or user interface elements should be capitalized -- e.g. Intelligent Arrays,
- Key user interface elements should be capitalized -- e.g. Diagram, Uncertainty view, Toolbar.
Analytica
This is the Analytica wiki. Almost all content relates to Analytica. So it's redundant to mention "Analytica" except when explicitly contrasting usage in Analytica to other modeling software or languages. Thus, a page should be titled "Syntax" rather than "Analytica syntax", but you could say "Unlike most computer languages, Analytica requires you to name each Index (dimension) when subscripting, but doesn't care about the sequence of dimensions. So, Analytica uses: X[I=2, State='CA']not X['CA', 2]."
Enable comment auto-refresher