(Create page) |
(Expand on page source order) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Special:PrefixIndex/ | Subpages on specific topics: | ||
{{Special:PrefixIndex/Project:Style_guide/}} | |||
== General guidelines == | |||
Embrace hypertext—link to other pages (and also other sites, such as <code><nowiki>[[wikipedia:]]</nowiki></code> and {{t|TASVideos}}), but do also follow Wikipedia's linking guidelines: | |||
only link first mention, avoid adjacent links, don't over-link common concepts/entities ([[TASBot]], in our case). | |||
Use redirect shorthands wherever you feel they fit, with one exception: tagging pages with a category '''will not work''' if you use a redirect. | |||
Familiarise yourself with what templates exist: | |||
[[:Category:General-use_inline_templates|inline/formatting ones]], [[:Category:General-use_block_templates|ones for infoboxes and other tables]], {{plainlinks|1=/wiki/Special:AllPages?from=&to=&namespace=10|2=complete list}}. | |||
Hit up [[:Category:Wikitext_wizards|any of these users]] if you want help making new ones. | |||
Magic words, categories, and page-level block templates should be placed at the top of the page in this order: | |||
* [[mw:Help:Magic_words#Behavior_switches|<code><nowiki>__HIDDENCAT__</nowiki></code> et al.]], in alphabetical order | |||
* [[mw:Help:Magic_words#DISPLAYTITLE|<code><nowiki>{{DISPLAYTITLE}}</nowiki></code>]] | |||
* [[mw:Help:Page_status_indicators|"topicons"]], if we ever use those | |||
* categories, in alphabetical order | |||
* infobox(es) or anything else <code>float</code>'d | |||
* ambox(es) | |||
* hatnote(s) | |||
Note that this doesn't match [[mw:Recommendations_for_mobile_friendly_articles_on_Wikimedia_wikis#Use_consistent_ordering_for_hatnotes,_ambox_and_infobox_templates|Wikimedia's policy]]. |
Latest revision as of 10:51, 6 September 2024
Subpages on specific topics:
General guidelines
Embrace hypertext—link to other pages (and also other sites, such as [[wikipedia:]]
and {{TASVideos}}), but do also follow Wikipedia's linking guidelines:
only link first mention, avoid adjacent links, don't over-link common concepts/entities (TASBot, in our case).
Use redirect shorthands wherever you feel they fit, with one exception: tagging pages with a category will not work if you use a redirect.
Familiarise yourself with what templates exist: inline/formatting ones, ones for infoboxes and other tables, complete list. Hit up any of these users if you want help making new ones.
Magic words, categories, and page-level block templates should be placed at the top of the page in this order:
__HIDDENCAT__
et al., in alphabetical order{{DISPLAYTITLE}}
- "topicons", if we ever use those
- categories, in alphabetical order
- infobox(es) or anything else
float
'd - ambox(es)
- hatnote(s)
Note that this doesn't match Wikimedia's policy.