Tomba Wiki:Edit guide: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 40: Line 40:
==System pages==
==System pages==


* [[Special:AllPages]]
* [[Special:SpecialPages]]
* [[Special:SpecialPages]]
* [[MediaWiki:Sidebar]] - this is used to control the left sidebar
* [[MediaWiki:Sidebar]] - this is used to control the left sidebar

Revision as of 11:51, 18 August 2021

Welcome to the Tomba Wiki. Our aim is to create a comprehensive wiki detailing everything about the Tomba series.

If you're interested in editing but not sure how to start, join us on Discord and we'll help you out.

Useful templates and standards

For Japanese names, use Template:JapaneseName:

<noinclude>
{{JapaneseName | western_version = Yasutaka Taga | kanji = 多賀 泰孝 | kana = たが やすたか | romaji = Taga Yasutaka}}
</noinclude>

Template documentation

To document a complicated template, copy and paste the following:

<noinclude>
{{TemplateDocumentationStart | Info box for documenting complicated templates. }}
{{TemplateDocumentationSectionStart | Usage | multiline }}
<pre>
Add example code here.
</pre>
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionStart | Arguments }}
{{TemplateDocumentationArgument | argument_example_1 | Explanation of the argument 1 }}
{{TemplateDocumentationArgument | argument_example_2 | Explanation of the argument 2 }}
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionStart | Examples | multiline }}
Add some examples here.
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationEnd}}
</noinclude>

Then put your actual template itself underneath, preferably inside an <includeonly> tag.

System pages