Template:TemplateDocumentationStart: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
No edit summary
Add example of usage
Line 1: Line 1:
<includeonly>
<noinclude>{{TemplateDocumentationStart | Description example}}
{{TemplateDocumentationUsage | Usage example }}
{{TemplateDocumentationSectionStart | Arguments }}
{{TemplateDocumentationArgument | argument_example_1 | Explanation of the argument 1 }}
{{TemplateDocumentationArgument | argument_example_2 | Explanation of the argument 2 }}
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationSectionStart | Examples }}
Add some examples here.
{{TemplateDocumentationSectionEnd }}
{{TemplateDocumentationEnd}}</noinclude><includeonly>
<templatestyles src="TemplateDocumentationStart/styles.css" wrapper=".tpl-template-documentation" />
<div class="tpl-template-documentation">
<div class="tpl-template-documentation">
   <div class="main">
   <div class="main">
     <div class="section top">
     <div class="section top">
       <div class="title">{{BASEPAGENAME}}</div>
       <div class="heading title"><b>{{BASEPAGENAME}}</b> Documentation</div>
       <div class="description">{{{description|Description test}}}</div>
       <div class="content">{{{1|Description test}}}</div>
     </div>
     </div>
</includeonly>
</includeonly>

Revision as of 17:01, 24 May 2020

TemplateDocumentationStart Documentation
Description example
Usage
Usage example
Arguments
argument_example_1
Explanation of the argument 1
argument_example_2
Explanation of the argument 2
Examples

Add some examples here.