Stalburg Wiki:Editors' Hub

From Stalburg Wiki
Revision as of 02:26, 15 January 2026 by Nextej (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>