Difference between revisions of "Template:UserMap"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Added ''other_files'' parameter, added the template and an example.)
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="mw-collapsible mw-collapsed wikitable" style="width: 70%; margin: 1em auto 1em auto;"
<includeonly>{| class="mw-collapsible mw-collapsed wikitable" style="width: 100%; margin: 1em auto 1em auto;"
!colspan="2"|{{{level_name|Untitled Map}}}
|-
|-
! Screenshot || style="width: 70%;"|Description
! Screenshot || style="width: 100%;"|Description
|-valign="top"
|-valign="top"
| [[File:{{{screenshot|NoScreenshot.jpg|}}}|center|320px|]] || style="height: 180px"|{{{description|N.A}}}
| [[File:{{{screenshot|UserMapNoScreenshot.jpg|}}}|center|320px|]] || style="height: 180px"|{{{description|N.A}}}
|-
|-
|Author: '''{{{author|Unknown}}}'''|| Download link(s): {{{download|N.A}}}
|Author: '''{{{author|Unknown}}}'''|| Download link(s): {{{download|N.A}}}
Line 18: Line 19:
||Notes: {{{notes|...}}}
||Notes: {{{notes|...}}}
|}
|}
 
</includeonly>
<noinclude>
<noinclude>
==Template==
==Template==
'''Note:''' When there is no information for certain parameter(s), remove them from the template (see ''custom_sounds'' in the [[User:Skywolf#Example|Example]]).  
'''Note:''' When there is no information for certain parameter(s), remove them from the template (see ''custom_sounds'' in the [[Template:UserMap#Example|Example]]).  
<pre>
<pre>
{{UserMap
{{UserMap
|level_name =
|screenshot =
|screenshot =
|description =
|description =
Line 42: Line 44:
<pre>
<pre>
{{UserMap
{{UserMap
|level_name =User Map Example
|screenshot =UserMapExampleScreenshot.jpg
|screenshot =UserMapExampleScreenshot.jpg
|description =Good map bla bla bla.
|description =Good map bla bla bla.
Line 56: Line 59:
}}</pre>
}}</pre>
Result:
Result:
{{UserMap
{{UserMap
|level_name =User Map Example
|screenshot =UserMapExampleScreenshot.jpg
|screenshot =UserMapExampleScreenshot.jpg
|description =Good map bla bla bla.
|description =Good map bla bla bla.

Latest revision as of 21:51, 5 October 2013


Template

Note: When there is no information for certain parameter(s), remove them from the template (see custom_sounds in the Example).

{{UserMap
|level_name		=
|screenshot		=
|description		=
|author			=
|download		=
|map_type		=
|discussion_page	=
|custom_textures	=
|custom_music		=
|custom_sounds		=
|custom_creatures	=
|custom_weapons		=
|other_files		= 
|notes			=
}}

Example

{{UserMap
|level_name		=User Map Example
|screenshot		=UserMapExampleScreenshot.jpg
|description		=Good map bla bla bla.
|author			=Nothingbettertodo9001
|download		=[http://www.oldunreal.com www.oldunreal.com]
|map_type		=DeathMatch
|discussion_page	=[http://www.oldunreal.com www.oldunreal.com]
|custom_textures	=TexurePack.utx, AnotherTexturePack.utx
|custom_music		=No
|custom_creatures	=No
|custom_weapons		=ThingsThatShoot.u
|other_files		=WorkingTriggerSound.u, MapConfig.ini
|notes			=Please read the Readme.txt file included with the download.
}}

Result:

User Map Example
Screenshot Description
UserMapExampleScreenshot.jpg
Good map bla bla bla.
Author: Nothingbettertodo9001 Download link(s): www.oldunreal.com
Map type: DeathMatch Link to discussion page(s): www.oldunreal.com
  • Custom textures: TexurePack.utx, AnotherTexturePack.utx
  • Custom music: No
  • Custom sounds: Unknown
  • Custom creatures: No
  • Custom weapons: ThingsThatShoot.u
  • Other files: WorkingTriggerSound.u, MapConfig.ini
Notes: Please read the Readme.txt file included with the download.