Tomba Wiki:Edit guide

From Tomba! Wiki
Revision as of 17:22, 24 May 2020 by Msikma (talk | contribs) (Add info about template documentation)
Jump to navigation Jump to search

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.

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