Tomba Wiki:Edit guide: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
(Add info about template documentation)
No edit summary
Tag: 2017 source edit
Line 2: Line 2:


If you're interested in editing but not sure how to start, [https://discord.gg/GWCjPpy join us on Discord] and we'll help you out.
If you're interested in editing but not sure how to start, [https://discord.gg/GWCjPpy join us on Discord] and we'll help you out.
==Useful templates and standards==
For Japanese names, use [[Template:JapaneseName]]:
<pre>
<noinclude>
{{JapaneseName | western_version = Yasutaka Taga | kanji = 多賀 泰孝 | kana = たが やすたか | romaji = Taga Yasutaka}}
</noinclude>


==Template documentation==
==Template documentation==

Revision as of 15:24, 4 July 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:

<pre>
<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