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
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| {{DefaultTable|border:solid 1px #58C4C3; width: 300px;}}
+
<noinclude>{{dontchange}}
{{#if: {{{FILENAME}}}|
+
The template '''FileFix''' can be used to write a comment to a file provided in this Wiki.
 +
</noinclude><includeonly>{| {{DefaultTable|border:solid 1px #58C4C3;}}
 +
{{#if: {{{FILENAME|}}}|
 +
{{!-}}
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} Dateiname|
 
{{!}} File name
 
{{!}} File name
{{!}} {{{FILENAME}}}
 
 
}}
 
}}
|-
+
{{!}} [[Media:{{{FILENAME}}}|{{{FILENAME}}}]] <span style="font-size:80%;background-color:#f0f0f0;padding:1pt;">[[:Image:{{{FILENAME}}}|info]]</span>
 +
}}
 
{{#if: {{{COMMENT|}}}|
 
{{#if: {{{COMMENT|}}}|
 +
{{!-}}
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} Anmerkung|
 
{{!}} Comment
 
{{!}} Comment
 +
}}
 
{{!}} {{{COMMENT}}}
 
{{!}} {{{COMMENT}}}
 
}}
 
}}
 
{{#if: {{{SIGNATURE|}}}|
 
{{#if: {{{SIGNATURE|}}}|
 +
{{!-}}
 +
{{#ifeq: {{{LANGUAGE|}}}|DE|
 +
{{!}} Unterschrift|
 
{{!}} Signature
 
{{!}} Signature
 +
}}
 
{{!}} {{{SIGNATURE}}}
 
{{!}} {{{SIGNATURE}}}
 
}}
 
}}
 +
|-
 +
| 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;"/>
 +
----
 +
In order to insert the template in an article, you have to copy the following source text in the article:
 +
 +
<pre><nowiki>
 +
{{FileFix
 +
|LANGUAGE =
 +
|FILENAME =
 +
|COMMENT =
 +
|SIGNATURE =
 +
|STATUS =
 +
}}
 +
</nowiki></pre>
 +
 +
== Description of the parameters ==
 +
 +
{| {{DefaultTable}}
 +
| 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 = <font color="#ff0000">Open</font>, 1 = <font color="#008800">Fixed</font>
 
|}
 
|}
 +
</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