Difference between revisions of "Template:UserMap"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Added download parameter)
(Added ''other_files'' parameter, added the template and an example.)
Line 15: Line 15:
*Custom creatures: '''{{{custom_creatures|Unknown}}}'''
*Custom creatures: '''{{{custom_creatures|Unknown}}}'''
*Custom weapons: '''{{{custom_weapons|Unknown}}}'''
*Custom weapons: '''{{{custom_weapons|Unknown}}}'''
*Other files: '''{{{other_files|Unknown}}}'''
||Notes: {{{notes|...}}}
||Notes: {{{notes|...}}}
|}
|}
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>
 
<noinclude>
==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]]).
<pre>
{{UserMap
|screenshot =
|description =
|author =
|download =
|map_type =
|discussion_page =
|custom_textures =
|custom_music =
|custom_sounds =
|custom_creatures =
|custom_weapons =
|other_files =
|notes =
}}</pre>
 
==Example==
<pre>
{{UserMap
|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.
}}</pre>
Result:
{{UserMap
|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.
}}
 
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 21:31, 28 September 2013

Screenshot Description
N.A
Author: Unknown Download link(s): N.A
Map type: Unknown Link to discussion page(s): N.A
  • Custom textures: Unknown
  • Custom music: Unknown
  • Custom sounds: Unknown
  • Custom creatures: Unknown
  • Custom weapons: Unknown
  • Other files: Unknown
Notes: ...


Template

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

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

Example

{{UserMap
|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:

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.