Stalburg Wiki:Editors' Hub: Difference between revisions

From Stalburg Wiki
Jump to navigation Jump to search
Nextej (talk | contribs)
mNo edit summary
Nextej (talk | contribs)
mNo edit summary
 
Line 5: Line 5:
* [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 page];
* [https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue?tab=readme-ov-file#usage Manual for using tabbers on GitHub page];
* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions Manual for using parser functions on MediaWiki 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]];

Latest revision as of 15:50, 8 February 2026

This page contains all the useful information for the Stalburg Wiki editors.

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>