Difference between revisions of "Help:Item pages/zh"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "Item pages are blocks, materials, ores, and components on the wiki. When creating a new item page, there is a template to be used so that it may be categorized. While each blo...")
 
Line 1: Line 1:
 +
== 物品/方块图标 上传须知==
 +
:图标要求:最终尺寸128x128 PNG格式;需要附有背景:[[File:Icon_Template.png|128px|link=]]“[[Media:Icon_Template.png|PNG格式]]”或“[[Media:Icon_Template.xcf|GIMP可用XCF格式]]”
 +
:上传后在图标页标记上 <nowiki>{{Game Icon}}</nowiki>
 +
 +
 +
===图标数据 ===
 +
:原始图标数据源自游戏安装文件(比如图标目录:Steam\steamapps\common\SpaceEngineers\Content\Textures\GUI\Icons),是尺寸128x128 .dds 格式
 +
 +
#一个方式是转化图形格式并编辑
 +
:安装目录中有图形格式转化工具:texconv (可找目录:Steam\steamapps\common\SpaceEngineers\Tools\TexturePacking\Tools 或在 [https://github.com/Microsoft/DirectXTex/wiki/Texconv Texconv项目] 中下载)
 +
:转化图标 .dds 文件为可编辑模式 .png
 +
*最后,编辑图标,并将背景和图标数据合并并导出为 png格式。
 +
 +
#另一个选择是用 [http://www.gimp.org/ GIMP] ,并下载 .dds格式支持 [http://registry.gimp.org/node/70] 或 找"gimp dds" 获得更多信息
 +
 +
示例: [[:File:Small Ship Icon.png]]
 +
 +
 +
----
 +
{{stuba|以下这是一个过期的内容,当前物数据不采用以下结构
 
Item pages are blocks, materials, ores, and components on the wiki. When creating a new item page, there is a template to be used so that it may be categorized. While each block varies, some basic rules must be followed in order to keep it organized.
 
Item pages are blocks, materials, ores, and components on the wiki. When creating a new item page, there is a template to be used so that it may be categorized. While each block varies, some basic rules must be followed in order to keep it organized.
  
 
==Creating an item page==
 
==Creating an item page==
 
 
Item pages are created using the <nowiki>{{itembox}}</nowiki> template. More information on how to fill out the itembox is available on the [[Template:Itembox|Itembox template page]]. The itembox template will automatically categorize the page.  
 
Item pages are created using the <nowiki>{{itembox}}</nowiki> template. More information on how to fill out the itembox is available on the [[Template:Itembox|Itembox template page]]. The itembox template will automatically categorize the page.  
  
Line 38: Line 57:
 
Basic armor block for small and large ships.  
 
Basic armor block for small and large ships.  
 
</pre>
 
</pre>
 
+
}}
==Uploading the Icon==
 
关于
 
The icon must be 128x128 and in .PNG format, click the broken image link and upload the icon. The best method is to use the raw icon files located in your space engineers installation directory.
 
From your steam folder Steam\steamapps\common\SpaceEngineers\Content\Textures\GUI\Icons. These files are in .dds format. One option is to use [http://www.gimp.org/ GIMP] and download the .dds extension for gimp [http://registry.gimp.org/node/70].
 
Download the base file here for item icon backgrounds and paste the icon on top of it. You can get the .png file here: [[Media:Icon Template.png]] (if your browser does not recognize this as a downloadable file, right click and select "save target as" and make sure you edit the extension back to .png). After you copy the icon into the template, export it as a .PNG file. Edit the description of the file and use the <nowiki>{{Game Icon}}</nowiki> template.
 
 
 
Example: [[:File:Small Ship Icon.png]]
 
  
 
[[Category:Help]][[Category:Wiki Guides]]
 
[[Category:Help]][[Category:Wiki Guides]]

Revision as of 04:41, 18 December 2020

物品/方块图标 上传须知

图标要求:最终尺寸128x128 PNG格式;需要附有背景:Icon Template.pngPNG格式”或“GIMP可用XCF格式
上传后在图标页标记上 {{Game Icon}}


图标数据

原始图标数据源自游戏安装文件(比如图标目录:Steam\steamapps\common\SpaceEngineers\Content\Textures\GUI\Icons),是尺寸128x128 .dds 格式
  1. 一个方式是转化图形格式并编辑
安装目录中有图形格式转化工具:texconv (可找目录:Steam\steamapps\common\SpaceEngineers\Tools\TexturePacking\Tools 或在 Texconv项目 中下载)
转化图标 .dds 文件为可编辑模式 .png
  • 最后,编辑图标,并将背景和图标数据合并并导出为 png格式。
  1. 另一个选择是用 GIMP ,并下载 .dds格式支持 [1] 或 找"gimp dds" 获得更多信息

示例: File:Small Ship Icon.png



Q 以下这是一个过期的内容,当前物数据不采用以下结构 Item pages are blocks, materials, ores, and components on the wiki. When creating a new item page, there is a template to be used so that it may be categorized. While each block varies, some basic rules must be followed in order to keep it organized.

Creating an item page

Item pages are created using the {{itembox}} template. More information on how to fill out the itembox is available on the Itembox template page. The itembox template will automatically categorize the page.

Sample page layout:


{{itembox
| item = Light Armor Block
| description = 
| tool = no
| largeship = yes
| smallship = yes
| component = no
| rawmaterial = no

| sbuildtime = 3
| sdeformationratio = 0.24
| sdisassembleratio = 2.5
| scomponentstructure = 1
| scomponent1 = Steel Plate
| scomponent1amt = 1

| lbuildtime = 8
| ldisassembleratio = 2.5
| lcomponentstructure = 2
| lcomponent1 = Steel Plate
| lcomponent1amt = 5
| lcomponent2 = Steel Plate
| lcomponent2amt = 20
}}

{{stub}}
<!--Item Description, details and facts-->
Basic armor block for small and large ships.