Template:TemplateDocumentationStart: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
Add example of usage
First working version
 
Line 1: Line 1:
<noinclude>{{TemplateDocumentationStart | Description example}}
<noinclude>{{TemplateDocumentationStart | Info box for documenting complicated templates. }}
{{TemplateDocumentationUsage | Usage example }}
{{TemplateDocumentationSectionStart | Usage | multiline }}
<pre>
{{TemplateDocumentationStart | Info box for documenting complicated templates. }}
{{TemplateDocumentationSectionStart | Usage | multiline }}
&lt;pre>
Add example code here.
&lt;/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}}
</pre>
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionStart | Arguments }}
{{TemplateDocumentationSectionStart | Arguments }}
{{TemplateDocumentationArgument | argument_example_1 | Explanation of the argument 1 }}
{{TemplateDocumentationArgument | argument_example_1 | Explanation of the argument 1 }}
{{TemplateDocumentationArgument | argument_example_2 | Explanation of the argument 2 }}
{{TemplateDocumentationArgument | argument_example_2 | Explanation of the argument 2 }}
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionStart | Examples }}
{{TemplateDocumentationSectionStart | Examples | multiline }}
Add some examples here.
Add some examples here.
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionEnd }}

Latest revision as of 17:17, 24 May 2020

TemplateDocumentationStart Documentation
Info box for documenting complicated templates.
Usage
{{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}}
Arguments
argument_example_1
Explanation of the argument 1
argument_example_2
Explanation of the argument 2
Examples

Add some examples here.