Difference between revisions of "MediaWiki:Uploadtext"

From Pangaea Wiki
Jump to: navigation, search
m
Line 11: Line 11:
  
 
;Adding documentation/manual for script
 
;Adding documentation/manual for script
*add the <code>{{[[Template:Documentation|Documentation]]}}</code>  template tag to the ''file summary'', though this can also be added later by editing the file.
+
*add the <code>{{[[Template:Documentation/Script|Documentation/Script]]}}</code>  template tag to the ''file summary'', though this can also be added later by editing the file.
 
*add the <code><nowiki>[[Category:Scripts]]</nowiki></code> in the summary (not inside the documentation) so the scripts are easily found within the [[:Category:Scripts|Scripts]] category.
 
*add the <code><nowiki>[[Category:Scripts]]</nowiki></code> in the summary (not inside the documentation) so the scripts are easily found within the [[:Category:Scripts|Scripts]] category.
 
Feel free to just copy paste the code snippet here if needed and paste it in the summary.
 
Feel free to just copy paste the code snippet here if needed and paste it in the summary.
 
<pre>
 
<pre>
{{Documentation}}
+
{{Documentation/Script}}
 
[[Category:Scripts]]
 
[[Category:Scripts]]
 
</pre>
 
</pre>

Revision as of 14:45, 31 October 2020

Use the form below to upload files. To view or search previously uploaded files go to the list of uploaded files, (re)uploads are also logged in the upload log, deletions in the deletion log.

Include files on pages

To include a file in a page, use a link in one of the following forms:

  • [[File:File.jpg]] to use the full version of the file
  • [[File:File.png|200px|thumb|left|alt text]] to use a 200 pixel wide rendition in a box in the left margin with "alt text" as description
  • [[Media:File.ogg]] for directly linking to the file without displaying the file

Uploading scripts

We allow txt file uploads for the purpose of upload of EasyUO scripts.

Adding documentation/manual for script
  • add the {{Documentation/Script}} template tag to the file summary, though this can also be added later by editing the file.
  • add the [[Category:Scripts]] in the summary (not inside the documentation) so the scripts are easily found within the Scripts category.

Feel free to just copy paste the code snippet here if needed and paste it in the summary.

{{Documentation/Script}}
[[Category:Scripts]]