Difference between revisions of "Template:Download"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>JoeST
m
sc4e>Freedo50
(Fixed last pre tag)
Line 13: Line 13:
 
*Get the url to a file on the exchange (for example: http://www.theplanningpages.com/community/downloads.php?do=file&id=15 is a link to a file on TPP) and remove the unique identifier (usualy prefixed by id= ) with <nowiki>{{{id}}}</nowiki>.
 
*Get the url to a file on the exchange (for example: http://www.theplanningpages.com/community/downloads.php?do=file&id=15 is a link to a file on TPP) and remove the unique identifier (usualy prefixed by id= ) with <nowiki>{{{id}}}</nowiki>.
 
*Find/make an acronym for that exchange that is unique.
 
*Find/make an acronym for that exchange that is unique.
*Add this before (<nowiki>}} Download Here]) in the <includeonly> section</nowiki>:<pre>| acronym = link-with-id
+
*Add this before (<nowiki>}} Download Here]) in the <includeonly> section</nowiki>:<pre>| acronym = link-with-id</pre>
eg:<pre>| TPP = http://www.theplanningpages.com/community/downloads.php?do=file&id={{{id}}}</pre>
+
eg: <pre>| TPP = http://www.theplanningpages.com/community/downloads.php?do=file&id={{{id}}}</pre>
 +
 
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
[{{ #switch: {{uc:{{{exchange|}}}}}
 
[{{ #switch: {{uc:{{{exchange|}}}}}

Revision as of 13:42, 29 July 2008

This template is designed to include a link to the appropriate download site

Syntax

{{Download
|exchange =
|id =
}}
  • exchange - the name of the exchange. Can be; LEX, STEX, TPP or PLEX.
  • id - the id of the lot on that exchange if Exchange isnt specified, ID is the full URL.

Example

[ Download Here]

To add an Exchange

  • Get the url to a file on the exchange (for example: http://www.theplanningpages.com/community/downloads.php?do=file&id=15 is a link to a file on TPP) and remove the unique identifier (usualy prefixed by id= ) with {{{id}}}.
  • Find/make an acronym for that exchange that is unique.
  • Add this before (}} Download Here]) in the <includeonly> section:
    | acronym = link-with-id

eg:

| TPP = http://www.theplanningpages.com/community/downloads.php?do=file&id={{{id}}}