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.

Difference between revisions of "Template:GraphicsSet"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
! style="text-align:left; padding:0 1em 0 1em;" | Resolution
 
! style="text-align:left; padding:0 1em 0 1em;" | Resolution
 
| {{{resolution}}}
 
| {{{resolution}}}
|-
 
! style="text-align:left; padding:0 1em 0 1em;" valign="top" | Comments
 
| {{{comments}}}
 
 
|-  
 
|-  
 
! style="text-align:left; padding:0 1em 0 1em;" valign="top" | Installation
 
! style="text-align:left; padding:0 1em 0 1em;" valign="top" | Installation
Line 26: Line 23:
 
{|
 
{|
 
! style="text-align:left; padding:0 1em 0 2em;" |
 
! style="text-align:left; padding:0 1em 0 2em;" |
| <br />{{{updates}}}
+
| <br />{{{comments}}}
 
|}
 
|}
  
Line 38: Line 35:
 
|sprite=
 
|sprite=
 
|resolution=
 
|resolution=
 +
|installation=
 
|comments=
 
|comments=
|installation=
 
|updates=
 
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 
You can choose to leave "updates=" blank.
 
  
 
'''Usage Example:'''
 
'''Usage Example:'''
Line 54: Line 48:
 
|sprite=10x12
 
|sprite=10x12
 
|resolution=800x300
 
|resolution=800x300
|comments=For those oldschool people.
 
 
|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.
|updates=  
+
|comments=For those oldschool people.
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 68: Line 61:
 
|sprite=10x12
 
|sprite=10x12
 
|resolution=800x300
 
|resolution=800x300
|comments=For those oldschool people.
 
 
|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.
|updates=   
+
|comments=For those oldschool people.  
 
}}
 
}}
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 04:36, 22 November 2007

{{{image}}}
Download: {{{download link}}}
Author {{{author}}}
Tile Size {{{sprite}}}
Resolution {{{resolution}}}
Installation {{{installation}}}

{{{comments}}}

Copy&Paste Code:

{{GraphicsSet|
|image=[[Image:YourPictureHere]]
|download link=
|author=[[User:YourWikiAccountName|YourOnlineHandle]]
|sprite=
|resolution=
|installation=
|comments=
}}

Usage Example:

{{GraphicsSet|
|image=[[Image:Dorfs_800x300.png]]
|download link=http://zarawesome.googlepages.com/dorfs_800x300.png
|author=[[User:Zaratustra|Zaratustra]]
|sprite=10x12
|resolution=800x300
|installation= 1.Change it to .bmp instead of .png.<br> 2. Put it in your \raw\graphics\example folder.
|comments=For those oldschool people. 
}}

Output Example:

Dorfs 800x300.png
Download: http://zarawesome.googlepages.com/dorfs_800x300.png
Author Zaratustra
Tile Size 10x12
Resolution 800x300
Installation 1.Change it to .bmp instead of .png.
2. Put it in your \raw\graphics\example folder.

For those oldschool people.