Difference between revisions of "Template:Misc-Info"

From Custom Mario Kart
Jump to navigation Jump to search
m
m
Line 36: Line 36:
 
{{#if: {{{download 2|}}} | * [{{#explode:{{{download 2}}}}} {{#switch:{{#pos:{{{download 2}}}|<nowiki /> --noserver}}|={{Extract-Server|{{{download 2}}} }} {{#sub:{{{download 2}}}|{{#len:{{#explode:{{{download 2}}}}}}}}}|#default={{#replace:{{#sub:{{{download 2}}}|{{#len:{{#explode:{{{download 2}}}}}}}}}|<nowiki /> --noserver|}}}}] }}
 
{{#if: {{{download 2|}}} | * [{{#explode:{{{download 2}}}}} {{#switch:{{#pos:{{{download 2}}}|<nowiki /> --noserver}}|={{Extract-Server|{{{download 2}}} }} {{#sub:{{{download 2}}}|{{#len:{{#explode:{{{download 2}}}}}}}}}|#default={{#replace:{{#sub:{{{download 2}}}|{{#len:{{#explode:{{{download 2}}}}}}}}}|<nowiki /> --noserver|}}}}] }}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
<div>
 
 
==Usage Notes==
 
==Usage Notes==
 
* Use the (YYYY-MM-DD) format for '''Date of release'''.
 
* Use the (YYYY-MM-DD) format for '''Date of release'''.
Line 45: Line 44:
  
 
==Usage (Custom Track)==
 
==Usage (Custom Track)==
<div class="float-right">
 
 
{{Misc-Info
 
{{Misc-Info
 
|name= Example Track
 
|name= Example Track
Line 59: Line 57:
 
}}
 
}}
  
</div>
 
<div class="float-left">
 
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Misc-Info
 
{{Misc-Info
Line 75: Line 71:
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
<br/>
+
<br clear="right">
<br/>
+
 
<br/>
 
<br/>
 
<br/>
 
</div>
 
</div>
 
<div>
 
 
==Usage (Character Hack)==
 
==Usage (Character Hack)==
<div class="float-right">
 
 
{{Misc-Info
 
{{Misc-Info
 
|name= Example Character
 
|name= Example Character
Line 95: Line 84:
 
|download 1= http://www.mediafire.com/id=qwert
 
|download 1= http://www.mediafire.com/id=qwert
 
}}
 
}}
</div>
+
 
<div class="float-left">
 
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Misc-Info
 
{{Misc-Info
Line 109: Line 97:
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
</div>
 
</div>
 
  
[[Category:Template/Include|{{PAGENAME}}]]</noinclude>
+
[[Category:Template/Include]]</noinclude>

Revision as of 17:50, 13 May 2015

Usage Notes

  • Use the (YYYY-MM-DD) format for Date of release.
  • The Date of release field refers to the last version released, not when the original version came out or the page was last updated. For example if v1.0 was released on 2011-12-25, v1.1 was released 2012-01-01, and the page was last updated on 2012-02-14, the field should contain 2012-01-01.
  • The Download field can contain one URL. You can add additional download mirrors elsewhere in the article.
  • Leave Download blank if you do not have downloads available. Do not type none, N/A or any other text here; it will create a bad URL and a script error on the page.
  • The Difficulty field only applies to custom tracks. Delete it if using this template on other types of files.

Usage (Custom Track)

Example Track
Creator: Your name here
Designer: the person/group who originated the design
Type: Custom Track
Version: v1.0
Date of Latest Version: 2008-12-25 (YYYY-MM-DD format)
Editors Used: SketchUp, Photoshop, CTools
Difficulty: x/10
Download:
{{Misc-Info
|name= Example Track
|creator= Your name here
|designer= the person/group who originated the design
|type= Custom Track
|version= v1.0
|date of release= 2008-12-25 (YYYY-MM-DD format)
|editors used= SketchUp, Photoshop, CTools
|difficulty= x/10
|download 1= http://www.mediafire.com/id=xyz
|download 2= http://www.sendspace.com/id=abc
}}


Usage (Character Hack)

Example Character
Creator: Your name here
Designer: the person/group who originated the design
Type: Model Hack
Version: v2.0
Date of Latest Version: 2011-01-01 (YYYY-MM-DD format)
Editors Used: 3ds Max, Paint.NET, SZS Modifier
Download: MediaFire
{{Misc-Info
|name= Example Character
|creator= Your name here
|designer= the person/group who originated the design
|type= Model Hack
|version= v2.0
|date of release= 2011-01-01 (YYYY-MM-DD format)
|editors used= 3ds Max, Paint.NET, SZS Modifier
|download 1= http://www.mediafire.com/id=qwert
}}