The Last Starwiki:Style guidelines: Difference between revisions

Create page
 
m File uploads: Fix naming convention
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Article organization ==
== Article organization ==
# ''Naming articles:''
# ''Naming articles:''
## Titles should be written in proper gramatical sentence case, except for proper nouns and acronyms.
## Titles should be written in proper gramatical sentence case, except for proper nouns, acronyms and titles based on in-game items or systems.
##* ''Correct: The quick brown fox jumps over the lazy dog''
##* ''Correct: The quick brown fox jumps over the lazy dog''
##* <div style="color:grey">The Quick Brown Fox Jumps Over The Lazy Dog''</div>
##* <div style="color:grey">Incorrect: The Quick Brown Fox Jumps Over The Lazy Dog</div>
## Use full names for any articles you create. Create a redirect page for abbreviations and alternate spellings.
## Use full names for any articles you create. Create a redirect page for abbreviations and alternate spellings.
## Titles name should be singular so they can be linked while appearing either singular (<code><nowiki>[[article]]</nowiki></code>) or plural (<code><nowiki>[[article]]s</nowiki></code>), without the need for redirects.
## Titles name should be singular so they can be linked while appearing either singular (<code><nowiki>[[article]]</nowiki></code>) or plural (<code><nowiki>[[article]]s</nowiki></code>), without the need for redirects.
# '''Header names''': The same rules that apply to naming articles apply to headers
# ''Header names'': The same rules that apply to naming articles apply to headers
# ''Article size:'' Articles should be big enough to comprehensively cover a single subject.
# ''Article size:'' Articles should be big enough to comprehensively cover a single subject.
# ''Templates:'' Templates help to organize content. See [[:Category:Templates]] full list of available templates.
# ''Templates:'' Templates help to organize content. See [[:Category:Templates]] full list of available templates.
# ''Categories:'' Always group articles into [[Special:Categories|categories]]. If you are unsure which category fits best, start a discussion on the article's talk page.
# ''Categories:'' Always group articles into [[Special:Categories|categories]]. If you are unsure which category fits best, start a discussion on the article's talk page.
=== History ===
Since The Last Starship is still a work in progress, things change over time. This can be confusing when players look up solutions to problems they might run into. For this reason, we try to keep track of changes in equipment and game mechanics.
When a new build is released and changes how something operates, create a ''History'' section on the page. Changes should be listed chronologically from older to newest as shown below:
<pre>
==History==
{{History|1.0|Introduced.}}
{{History|1.1|Adjusted power consumption from 100 MW to 150 MW.}}
{{History|1.2.37|Sewage now has a visual indicator.}}
</pre>
== File uploads ==
To keep things consistent and predictable, file uploads should be named using [[Wikipedia:Camel_case|Pascal Case]]:
* The first letter of each word should be capitalized
* There should be no spaces, hyphens, or underscores between words
For example, <code>Air Reprocessor sprite.png</code> would be written as <code>AirReprocessor.png</code>.


== Writing style ==
== Writing style ==
Line 49: Line 70:


If a piece of info seems relevant to another article, there are several ways to include it without outright copying it:
If a piece of info seems relevant to another article, there are several ways to include it without outright copying it:
# Creation of a sub-header using the {{template|Main}} template immediately under it. Follow it with a concise summary of the target link.
# Creation of a sub-header using the [[:Template:Main]] template immediately under it. Follow it with a concise summary of the target link.
# Create [https://www.mediawiki.org/wiki/Transclusion transclusion] sections on the target page and then transclude it to the desired article. For example:
# Create [https://www.mediawiki.org/wiki/Transclusion transclusion] sections on the target page and then transclude it to the desired article. For example:
Add this to the transclusion target:
Add this to the transclusion target:
Line 63: Line 84:
</pre>
</pre>


[[Category:Meta]]
[[Category:The Last Starship Wiki]]