Views

Difference between revisions of "Template:FileFix"

The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.

Jump to: navigation, search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>{{dontchange}}
 
<noinclude>{{dontchange}}
 
The template '''FileFix''' can be used to write a comment to a file provided in this Wiki.
 
The template '''FileFix''' can be used to write a comment to a file provided in this Wiki.
</noinclude>{| {{DefaultTable|border:solid 1px #58C4C3;}}
+
</noinclude><includeonly>{| {{DefaultTable|border:solid 1px #58C4C3;}}
 
{{#if: {{{FILENAME|}}}|
 
{{#if: {{{FILENAME|}}}|
 
{{!-}}
 
{{!-}}
Line 12: Line 12:
 
{{#if: {{{COMMENT|}}}|
 
{{#if: {{{COMMENT|}}}|
 
{{!-}}
 
{{!-}}
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} Anmerkung|
 
{{!}} Comment
 
{{!}} Comment
 +
}}
 
{{!}} {{{COMMENT}}}
 
{{!}} {{{COMMENT}}}
 
}}
 
}}
 
{{#if: {{{SIGNATURE|}}}|
 
{{#if: {{{SIGNATURE|}}}|
 
{{!-}}
 
{{!-}}
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} Unterschrift|
 
{{!}} Signature
 
{{!}} Signature
 +
}}
 
{{!}} {{{SIGNATURE}}}
 
{{!}} {{{SIGNATURE}}}
 
}}
 
}}
|}<noinclude>
+
|-
 +
| Status
 +
{{#ifeq: {{{STATUS|}}}|1|
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} <font color="#008800">Erledigt</font>|
 +
{{!}} <font color="#008800">Fixed</font>
 +
}}|
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} <font color="#ff0000">Offen</font>|
 +
{{!}} <font color="#ff0000">Open</font>
 +
}}
 +
 
 +
}}
 +
|}</includeonly><noinclude>
 
<br style="clear:both;"/>
 
<br style="clear:both;"/>
 
----
 
----
Line 27: Line 46:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{FileFix
 
{{FileFix
 +
|LANGUAGE =
 
|FILENAME =  
 
|FILENAME =  
 
|COMMENT =  
 
|COMMENT =  
 
|SIGNATURE =  
 
|SIGNATURE =  
 +
|STATUS =
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 36: Line 57:
  
 
{| {{DefaultTable}}
 
{| {{DefaultTable}}
 +
| LANGUAGE
 +
| Language of the template description (EN = English, DE = German)
 +
|-
 
| FILENAME
 
| FILENAME
 
| Name of the file you want to comment.
 
| Name of the file you want to comment.
Line 44: Line 68:
 
| SIGNATURE
 
| SIGNATURE
 
| Your signature with timestamp
 
| Your signature with timestamp
 +
|-
 +
| STATUS
 +
| 0 = <font color="#ff0000">Open</font>, 1 = <font color="#008800">Fixed</font>
 
|}
 
|}
 
</noinclude>
 
</noinclude>

Latest revision as of 08:47, 20 March 2007

stop hand.svg This template is already used in some articles. Please be careful if you want to make changes.

The template FileFix can be used to write a comment to a file provided in this Wiki.



In order to insert the template in an article, you have to copy the following source text in the article:

{{FileFix
|LANGUAGE = 
|FILENAME = 
|COMMENT = 
|SIGNATURE = 
|STATUS = 
}}

Description of the parameters

LANGUAGE Language of the template description (EN = English, DE = German)
FILENAME Name of the file you want to comment.
COMMENT Your comment.
SIGNATURE Your signature with timestamp
STATUS 0 = Open, 1 = Fixed