Difference between revisions of "Template:Dt"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(Let's give this a try.)
 
Line 1: Line 1:
<includeonly>| style="background-color: {{#ifeq:{{{1}}}|f|#CCE|#EEC}};" | <code>{{{2}}}</code>
+
<includeonly>{{!}} style="background-color: {{#ifeq:{{{1}}}|f|#CCE|#EEC}};" {{!}} <code>{{{2}}}</code>
| style="background-color: {{#ifeq:{{{1}}}|f|#CCE|#EEC}};" | {{{3}}}
+
{{!}} style="background-color: {{#ifeq:{{{1}}}|f|#CCE|#EEC}};" {{!}} {{{3}}}
|-</includeonly><noinclude>
+
{{!}}-</includeonly><noinclude>
  
 
==Info==
 
==Info==

Revision as of 12:37, 13 October 2016


Info

Used to help build directory tree entries for tables. Usage: {{dt|<type>|<path>|<description>}}. type is the type of entry: f for a file, d for a directory. path and description are the full path to the entry and the description of the entry.