Difference between revisions of "Template:Upload file"

From AquaPedia Case Study Database
Jump to: navigation, search
(file upload template)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<noinclude>
 +
:This is the "Upload file" template. It uses code included in Common.js to open special pages related to uploading and viewing files in a new browser tab. It is used in forms for entering cases and articles.
 +
:It is called in form definitions by: <nowiki> {{Upload file}} </nowiki>
 +
:It looks like this:
 +
</noinclude>
 +
 
<div class="files">
 
<div class="files">
<h4>File Upload</h4>  
+
<B>Image Upload</B> - open the image upload page in a new tab: <BR/>
<span class="pops">[[Special:Upload | Upload a File]] </span>
+
<span class="pops">[[Special:Upload | Upload a File]]</span>   <span class="pops"> [[Special:ListFiles | View all Files]] </span><br>
<span class="pops">[[Special:ListFiles | See all Files]] </span>
+
You can find or upload a file and then return here.
These links open in a new tab, you can add or select a file and return to this tab
+
<div><em>To insert an image in your text, type:</em> <nowiki>[[File:filename.jpg]]</nowiki></div>
<div><em>To insert a file, use the following structure:</em> <nowiki>[[File:Name.jpg]]</nowiki></div>
+
 
</div>
 
</div>

Latest revision as of 13:40, 15 May 2014

This is the "Upload file" template. It uses code included in Common.js to open special pages related to uploading and viewing files in a new browser tab. It is used in forms for entering cases and articles.
It is called in form definitions by: {{Upload file}}
It looks like this:


Image Upload - open the image upload page in a new tab:
Upload a File View all Files
You can find or upload a file and then return here.

To insert an image in your text, type: [[File:filename.jpg]]