v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing Template:GraphicsSet

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.


The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<includeonly>{|  
+
{|  
 
| style="padding: 0.5em 2em 0 0;" valign="top" | {{{image|}}}
 
| style="padding: 0.5em 2em 0 0;" valign="top" | {{{image|}}}
 
| valign="top" |
 
| valign="top" |
 
{|  
 
{|  
|- {{#if:{{{download link|}}}||style="display:none;"}}
 
 
| style="padding-right: 1em;" | '''Download:'''
 
| style="padding-right: 1em;" | '''Download:'''
| {{{download link|}}}
+
| {{{download link|-}}}
 
|-  
 
|-  
 
| style="padding-right: 1em;" | '''Author:'''
 
| style="padding-right: 1em;" | '''Author:'''
Line 12: Line 11:
 
| style="padding-right: 1em;" | '''Tile Size:'''
 
| style="padding-right: 1em;" | '''Tile Size:'''
 
| {{{sprite|-}}}
 
| {{{sprite|-}}}
|- {{#if:{{{resolution|}}}||style="display:none;"}}
+
|-
 
| style="padding-right: 1em;" | '''Resolution:'''
 
| style="padding-right: 1em;" | '''Resolution:'''
| {{{resolution|}}}
+
| {{{resolution|-}}}
|- {{#if:{{{current version|}}}||style="display:none;"}}
+
|-
 
| style="padding-right: 1em;" | '''Current Version:'''
 
| style="padding-right: 1em;" | '''Current Version:'''
| {{{current version|}}}
+
| {{{current version|-}}}
 
|-
 
|-
 
| style="padding-right: 1em;" | '''DF Compatibility:'''
 
| style="padding-right: 1em;" | '''DF Compatibility:'''
| {{#if:{{{compatible-max|{{{df compatible|}}}}}}|{{#ifeq:{{{compatible-max|{{{df compatible|}}}}}}|{{Current/version}}|style="color: #0a0;"|style="color: #a00;"}}|}} | {{#if:{{{compatible-min|}}}{{{compatible-max|}}}| {{{compatible-min|}}} &ndash; {{{compatible-max|}}} |{{{df compatible|Unspecified}}}}}
+
| {{{df compatible|-}}}
|- {{#if:{{{installation|}}}||style="display:none;"}}
+
|-  
 
| style="padding-right: 1em;" | '''Installation:'''
 
| style="padding-right: 1em;" | '''Installation:'''
| {{{installation|}}}
+
| {{{installation|-}}}
 
|-
 
|-
 
| style="padding: 0.5em 1em 0 2em;" colspan="2" | ''{{{comments| }}}''
 
| style="padding: 0.5em 1em 0 2em;" colspan="2" | ''{{{comments| }}}''
 
|}
 
|}
|}</includeonly><noinclude>
+
|}<noinclude>
==Usage==
+
'''Copy&Paste Code:'''
===Copy & Paste Code===
+
<pre><nowiki>
<pre style="overflow: auto;"><nowiki>
 
 
{{GraphicsSet
 
{{GraphicsSet
 
| image          =  
 
| image          =  
Line 38: Line 36:
 
| resolution      =  
 
| resolution      =  
 
| current version =  
 
| current version =  
| compatible-min  =
+
| df compatible   =
| compatible-max  =
 
 
| installation    =  
 
| installation    =  
 
| comments        =  
 
| comments        =  
Line 45: Line 42:
 
</nowiki></pre>
 
</nowiki></pre>
  
===Examples===
+
'''Usage Example:'''
====Using "compatible-min" and "compatible-max" params====
+
<pre><nowiki>
<pre style="overflow: auto;"><nowiki>
 
{{GraphicsSet
 
| image          = [[Image:DFG13.png|270px]]
 
| download link  = [http://www.bay12forums.com/smf/index.php?topic=53649.0 Official Forum Thread]
 
| author          = [[User:Mikemayday|Mikemayday]]
 
| sprite          = 16&times;16
 
| resolution      = 1280 horizontal
 
| current version = 31_25_a
 
| compatible-min  = 0.28.181.40d
 
| compatible-max  = 0.31.25
 
| installation    = All things pre-packed, just edit init.txt to enter your desired vertical resolution and number of tiles
 
| comments        = Combined with a customized main tileset. Just follow the link, download and enjoy, no need to mess around with files. Credits go to Beefmo, Sphr, DR, Tocky, Herrbdog, Bane18, Dragon Warrior games and me (although I did much more organizing and editing than actually creating).
 
}}
 
</nowiki></pre>
 
 
 
=====Output=====
 
 
 
{{GraphicsSet
 
| image          = [[Image:DFG13.png|270px]]
 
| download link  = [http://www.bay12forums.com/smf/index.php?topic=53649.0 Official Forum Thread]
 
| author          = [[User:Mikemayday|Mikemayday]]
 
| sprite          = 16&times;16
 
| resolution      = 1280 horizontal
 
| current version = 31_25_a
 
| compatible-min  = 0.28.181.40d
 
| compatible-max  = 0.31.25
 
| installation    = All things pre-packed, just edit init.txt to enter your desired vertical resolution and number of tiles
 
| comments        = Combined with a customized main tileset. Just follow the link, download and enjoy, no need to mess around with files. Credits go to Beefmo, Sphr, DR, Tocky, Herrbdog, Bane18, Dragon Warrior games and me (although I did much more organizing and editing than actually creating).
 
}}
 
 
 
====Using "df compatible" parameter====
 
<pre style="overflow: auto;"><nowiki>
 
 
{{GraphicsSet
 
{{GraphicsSet
 
| image          = [[Image:Dorfs_800x300.png]]
 
| image          = [[Image:Dorfs_800x300.png]]
Line 85: Line 50:
 
| sprite          = 10x12
 
| sprite          = 10x12
 
| resolution      = 800x300
 
| resolution      = 800x300
| df compatible  = 0.28.181.40d
+
| current version =
 +
| df compatible  =
 
| installation    = 1. Change it to .bmp instead of .png.<br/>2. Put it in your \raw\graphics\example folder.
 
| installation    = 1. Change it to .bmp instead of .png.<br/>2. Put it in your \raw\graphics\example folder.
 
| comments        = For those oldschool people.
 
| comments        = For those oldschool people.
Line 91: Line 57:
 
</nowiki></pre>
 
</nowiki></pre>
  
=====Output=====
+
'''Output Example:'''
  
 
{{GraphicsSet
 
{{GraphicsSet
Line 99: Line 65:
 
| sprite          = 10x12
 
| sprite          = 10x12
 
| resolution      = 800x300
 
| resolution      = 800x300
| df compatible  = 0.28.181.40d
+
| current version =
 +
| df compatible  =
 
| installation    = 1. Change it to .bmp instead of .png.<br/>2. Put it in your \raw\graphics\example folder.
 
| installation    = 1. Change it to .bmp instead of .png.<br/>2. Put it in your \raw\graphics\example folder.
 
| comments        = For those oldschool people.
 
| comments        = For those oldschool people.

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Templates used on this page: