Difference between revisions of "Template:Idgames"

From DoomWiki.org

m (doomworld/idgames is not a mirror)
(change idgames URLs to https)
Line 1: Line 1:
<includeonly><span class="plainlinks">{{#if:{{{2|{{{file|{{{id|}}}}}}}}}|[http://www.doomworld.com/idgames/?{{#if:{{{file|}}}|file|id}}={{{2|{{{file|{{{id}}}}}}}}} {{{1|{{{title|{{PAGENAME}}}}}}}}]{{#if:{{{linkonly|}}}||&nbsp;at [http://www.doomworld.com/idgames/ Doomworld/idgames]}}|Error: no file or id given, see [[Template:Idgames|the instructions]] to use this template.}}</span></includeonly><noinclude>
+
<includeonly><span class="plainlinks">{{#if:{{{2|{{{file|{{{id|}}}}}}}}}|[https://www.doomworld.com/idgames/?{{#if:{{{file|}}}|file|id}}={{{2|{{{file|{{{id}}}}}}}}} {{{1|{{{title|{{PAGENAME}}}}}}}}]{{#if:{{{linkonly|}}}||&nbsp;at [https://www.doomworld.com/idgames/ Doomworld/idgames]}}|Error: no file or id given, see [[Template:Idgames|the instructions]] to use this template.}}</span></includeonly><noinclude>
 
<u>Usage</u>
 
<u>Usage</u>
  
Line 17: Line 17:
 
*If no title is given, the template uses the page title.
 
*If no title is given, the template uses the page title.
 
*If no path or id is given, the template displays an error message: {{idgames}}
 
*If no path or id is given, the template displays an error message: {{idgames}}
*If the "<span class="plainlinks">at [http://www.doomworld.com/idgames/ Doomworld/idgames]</span>" bit is not desired, the linkonly parameter can be used: <tt><nowiki>{{idgames|Eternity|1046|linkonly=1}}</nowiki></tt> becomes {{idgames|Eternity|1046|linkonly=1}}.
+
*If the "<span class="plainlinks">at [https://www.doomworld.com/idgames/ Doomworld/idgames]</span>" bit is not desired, the linkonly parameter can be used: <tt><nowiki>{{idgames|Eternity|1046|linkonly=1}}</nowiki></tt> becomes {{idgames|Eternity|1046|linkonly=1}}.
  
 
[[Category:External link templates]]</noinclude>
 
[[Category:External link templates]]</noinclude>

Revision as of 15:35, 28 February 2016

Usage

This is used for linking to a file (usually a PWAD) at the Doomworld/idgames interface, as:

{{idgames|file=somepath|title=somename}}
{{idgames|id=somenumber|title=somename}}

where somepath is the file's path in the archive or somenumber is the file ID and somename is normally the file's title or description (although, like any hyperlink, it can say other things instead).

Example:

{{idgames|file=levels/doom/d-f/eternity.zip|Eternity}} becomes Eternity at Doomworld/idgames
{{idgames|id=1046|title=Eternity}} becomes Eternity at Doomworld/idgames
  • The title can also be the first, unnamed parameter: {{idgames|Eternity|id=1046}} becomes Eternity at Doomworld/idgames.
  • The path or id can also be the second unnamed parameter: {{idgames|Eternity|1046}} becomes Eternity at Doomworld/idgames.
  • If no title is given, the template uses the page title.
  • If no path or id is given, the template displays an error message: Error: no file or id given, see the instructions to use this template.
  • If the "at Doomworld/idgames" bit is not desired, the linkonly parameter can be used: {{idgames|Eternity|1046|linkonly=1}} becomes Eternity.