Difference between revisions of "Template:Template Explanation"

From Krafties
Jump to navigation Jump to search
m
m (Replaced content with "#REDIRECT Template:Documentation")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|<onlyinclude>class=pinktable style="width:100%;background:white;"
+
#REDIRECT [[Template:Documentation]]
!{{{title|Template Explanation}}}
 
|-
 
|style="{{{style|padding-left:10px;}}}" |{{TOC none}}</onlyinclude>
 
<noinclude>contents</noinclude>
 
|}
 
 
 
{|{{Template Explanation}}[[Category:Templates]]
 
*You need to create the normal Table parameters yourself though, <code><nowiki>{|</nowiki></code> and <code><nowiki>|}</nowiki></code>, and insert this template within it at the top.
 
*If you run into a template with a ''broken explanation box'', then it would be nice if you could help me fix it. Remember that table parameters only work at the beginning of a line.
 
*#just find the beginning of the template, <code><nowiki>{{Template Explanation|...</nowiki></code> and change it into <code><nowiki>{|{{Template Explanation}}... </nowiki></code>
 
*#finish it by closing the table by finding the end of it, <code><nowiki>}}</nowiki></code> needs to become <code><nowiki>|}</nowiki></code>, then the box will look as intended.
 
This template will help unify the overall look of the "Template Explanation" box, by inserting the header and styling for you. Because of easy breaking of template when filling it with examples of template use, I had to alter it so you have to insert it within table parameters instead of it including the table.
 
===How to Use===
 
<pre>
 
{| {{Template Explanation}}
 
The information about specific template
 
|}
 
</pre>
 
 
 
===Optional commands you can use===
 
*'''title=''' will let you change the text in the header
 
*'''style=''' lets you customize the styling of the content cell (to change padding and such).
 
 
 
==Using the "help templates" for repeating information==
 
When multiple templates function identically, then it can be tedious to fill in repeating information. Thats why I have made a few ''help-templates''
 
*Please add any template specific information before the ''help template''
 
*Insert the appropriate ''help template'' at the end, '''within''' the Explanation section
 
{|class=bluetable style="width:700px"
 
<!-- GENERAL HELP TEMPLATES -->
 
!colspan=2|Help Templates and info
 
|-
 
|[[Template:Tag/help|Tag/help]] ||General information about [[Template:Tag|Tag]] templates
 
|-
 
|[[Template:Table Cell Templates/help|Table Cell Templates/help]] ||General information about [[Template:Table Cell Templates|Table Cell Templates]]
 
|-
 
<!-- MULTI-TEMPLATES -->
 
!colspan=2|Multi-template directions
 
|-
 
|[[Template:Navbox/help|Navbox/help]] || how to use the [[Template:Navbox|Navbox]] templates together
 
|-
 
|[[Template:LearnSpell/help|LearnSpell/help]] || how to use the [[Template:LearnSpell|LearnSpell]] templates together
 
|}
 
|}
 

Latest revision as of 07:59, 2 May 2017