Stalburg Wiki:Editors' Hub: Difference between revisions
Jump to navigation
Jump to search
Created page with "This page contains all the useful information for the Stalburg Wiki editors. * Manual of Style; * [https://www.mediawiki.org/wiki/Help:Contents Manual for wiki markups on MediaWiki page]; * [https://www.mediawiki.org/wiki/Help:Magic_words Manual for using Magic Words on MediaWiki page]; * [https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue?tab=readme-ov-file#usage Manual for using tabbers on GitHub]; * :Category:Templ..." |
mNo edit summary |
||
| Line 4: | Line 4: | ||
* [https://www.mediawiki.org/wiki/Help:Contents Manual for wiki markups on MediaWiki page]; | * [https://www.mediawiki.org/wiki/Help:Contents Manual for wiki markups on MediaWiki page]; | ||
* [https://www.mediawiki.org/wiki/Help:Magic_words Manual for using Magic Words on MediaWiki page]; | * [https://www.mediawiki.org/wiki/Help:Magic_words Manual for using Magic Words on MediaWiki page]; | ||
* [https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue?tab=readme-ov-file#usage Manual for using tabbers on GitHub]; | * [https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue?tab=readme-ov-file#usage Manual for using tabbers on GitHub page]; | ||
* [[:Category:Templates|Custom wiki templates in use]]; | * [[:Category:Templates|Custom wiki templates in use]]; | ||
* [[Special:RecentChanges|Recent changes on wiki]]; | * [[Special:RecentChanges|Recent changes on wiki]]; | ||
| Line 60: | Line 60: | ||
</noinclude> | </noinclude> | ||
</pre> | </pre> | ||
[[Category:Special Wiki Pages]] | |||
Latest revision as of 02:26, 15 January 2026
This page contains all the useful information for the Stalburg Wiki editors.
- Manual of Style;
- Manual for wiki markups on MediaWiki page;
- Manual for using Magic Words on MediaWiki page;
- Manual for using tabbers on GitHub page;
- Custom wiki templates in use;
- Recent changes on wiki;
- File upload log;
- List of new files (with preview images);
- Gallery of new files;
- List of all categories;
Quick references
Making redirects:
#redirect [[pageName]]
Adding external links:
[linkURL displayedContent]
Adding external links to Wikipedia articles:
[[:wikipedia:pageName|displayedContent]]
Adding internal links to special pages, such as categories:
[[:category:categoryName|displayedContent]]
Inserting templates:
{{templateName|parameter1|parameter2}}
or
{{templateName
|parameterName1=parameterValue
|parameterName2=parameterValue
}}
Remove Table of Content from the page:
__NoTOC__
Remove edit buttons from section headers (one per page):
__NoEditSection__
For templates, content that is meant to be displayed only in the articles, not on the template page:
<includeonly> yourContentMarkups </includeonly>
For templates, content that is meant to be displayed only on the template page, not in the articles:
<noinclude> yourContentMarkups </noinclude>