Difference between revisions of "User:Skywolf"

From Oldunreal-Wiki
Jump to navigation Jump to search
Line 1: Line 1:
==Level name==
{| class="mw-collapsible mw-collapsed wikitable" style="width: 70%; margin: 1em auto 1em auto;"
{| class="mw-collapsible mw-collapsed wikitable" style="width: 70%; margin: 1em auto 1em auto;"
|-
|-
! Screenshot || style="width: 70%;"|Description
! Screenshot || style="width: 70%;"|Description
|-valign="top"
|-valign="top"
| [[File:{{{Screenshot|NoScreenshot.jpg|}}}|center|320px|]] || style="height: 180px"|{{{Description|N.A}}}
| [[File:{{{screenshot|NoScreenshot.jpg|}}}|center|320px|]] || style="height: 180px"|{{{description|N.A}}}
|-
|-
|Author: '''{{{Author|Unknown}}}'''
|Author: '''{{{author|Unknown}}}'''
|-
|-
|Map type: '''{{{map type|Unknown}}}'''|| Link to discussion page: {{{Discussion Page|N.A}}}
|Map type: '''{{{map_type|Unknown}}}'''|| Link to discussion page(s): {{{discussion_page|N.A}}}
|-
|-
|  
|  
* Custom textures: '''{{{Custom_textures|Unknown}}}'''
* Custom textures: '''{{{custom_textures|Unknown}}}'''
* Custom music: '''{{{Custom_music|Unknown}}}'''
* Custom music: '''{{{custom_music|Unknown}}}'''
* Custom sounds: '''{{{Custom_sounds|Unknown}}}'''
* Custom sounds: '''{{{custom_sounds|Unknown}}}'''
* Custom creatures: '''{{{Custom_creatures|Unknown}}}'''
* Custom creatures: '''{{{custom_creatures|Unknown}}}'''
|| {{{Notes}}}
* Custom weapons: '''{{{custom_weapons|Unknown}}}'''
|| {{{notes}}}
|}
|}
==Template==
<pre>
{{UserMap
|screenshot =
|description =
|author =
|map_type =
|discussion_page =
|custom_textures =
|custom_music =
|custom_sounds =
|custom_creatures =
|custom_weapons =
|notes =
}}</pre>
==Example==
<pre>
{{UserMap
|screenshot =Screenshot.jpg
|description =Good map bla bla bla.
|author =Mr.Nothingbettertodo
|map_type =DeathMatch
|discussion_page =[http://www.oldunreal.com www.oldunreal.com]
|custom_textures =Yes
|custom_music =No
|custom_sounds =No
|custom_creatures =No
|custom_weapons =Yes
|notes =Please read the Readme.txt file included with the download.
}}</pre>

Revision as of 21:39, 27 September 2013

Screenshot Description
N.A
Author: Unknown
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
{{{notes}}}

Template

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

Example

{{UserMap
|screenshot		=Screenshot.jpg
|description		=Good map bla bla bla.
|author			=Mr.Nothingbettertodo
|map_type		=DeathMatch
|discussion_page	=[http://www.oldunreal.com www.oldunreal.com]
|custom_textures	=Yes
|custom_music		=No
|custom_sounds		=No
|custom_creatures	=No
|custom_weapons		=Yes
|notes			=Please read the Readme.txt file included with the download.
}}