Template:Infobox: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
added equipped-in and equipment
Made edit link autotranslate (sorry about that), made more-butron hiver text translatable, removed description meta tag
Line 18: Line 18:
| class="infobox-header-text" | <span>{{Translation|{{{name|{{#replace: {{No language suffix/No namespace}} | (research)|}} }}} }}</span>
| class="infobox-header-text" | <span>{{Translation|{{{name|{{#replace: {{No language suffix/No namespace}} | (research)|}} }}} }}</span>
<p>{{#if: {{{category|}}} | {{Translation|{{{category-name|{{{category|}}} }}} }} <!--{{C|{{{category}}}}}-->}}</p>
<p>{{#if: {{{category|}}} | {{Translation|{{{category-name|{{{category|}}} }}} }} <!--{{C|{{{category}}}}}-->}}</p>
|class="plainlinks infobox-edit-link" valign="top" style="display: none;" | [https://wiki.factorio.com/index.php?title={{ns:3002}}:{{#replace:{{No language suffix/No namespace}}| |_}}&action=edit Edit]
|class="plainlinks infobox-edit-link" valign="top" style="display: none;" | [https://wiki.factorio.com/index.php?title={{ns:3002}}:{{#replace:{{No language suffix/No namespace}}| |_}}&action=edit {{int:Edit}}]
|}
|}
{{#if: {{{internal-name|}}} |
{{#if: {{{internal-name|}}} |
<p class="more-button" title="Click for more info">▼</p>
<p class="more-button" title="{{Translation|Click for more info}}">▼</p>
<div class="more-content" style="display: none;">
<div class="more-content" style="display: none;">
{{Translation|Internal name}}: {{{internal-name}}}
{{Translation|Internal name}}: {{{internal-name}}}
Line 28: Line 28:
|
|
{{#if: {{{prototype-type|}}} |
{{#if: {{{prototype-type|}}} |
<p class="more-button" title="Click for more info">▼</p>
<p class="more-button" title="{{Translation|Click for more info}}">▼</p>
<div class="more-content" style="display: none;">
<div class="more-content" style="display: none;">
{{Translation|Prototype type}}: {{{prototype-type}}}
{{Translation|Prototype type}}: {{{prototype-type}}}
Line 166: Line 166:
|title={{Translation|{{No_language_suffix/No_namespace}}}} - Factorio Wiki
|title={{Translation|{{No_language_suffix/No_namespace}}}} - Factorio Wiki
|og:image={{#if:{{{image|}}}|https://wiki.factorio.com/images/{{ucfirst:{{#replace:{{#if:{{{image|}}}|{{{image}}}{{#ifeq:{{#explode:{{{image}}}|.|1}}||.png}}|}}| |_}}}}|https://wiki.factorio.com/images/{{ucfirst:{{#replace:{{ConvertName|{{{icon|{{No_language_suffix/No_namespace}}}}}}}| |_}}}}.png}}
|og:image={{#if:{{{image|}}}|https://wiki.factorio.com/images/{{ucfirst:{{#replace:{{#if:{{{image|}}}|{{{image}}}{{#ifeq:{{#explode:{{{image}}}|.|1}}||.png}}|}}| |_}}}}|https://wiki.factorio.com/images/{{ucfirst:{{#replace:{{ConvertName|{{{icon|{{No_language_suffix/No_namespace}}}}}}}| |_}}}}.png}}
|description={{#switch:{{lc:{{{category}}}}}
<!--- |description={{#switch:{{lc:{{{category}}}}}
|machinery
|machinery
|tools
|tools
Line 189: Line 189:
|item = an item
|item = an item
|#default={{lc:{{{category}}}}}
|#default={{lc:{{{category}}}}}
}}. {{#if: {{{recipe|}}}|Its recipe is {{#replace:{{#replace:{{{recipe}}}|+|and}}|,|:}}|}}{{#if: {{{cost|}}}|{{#if: {{{recipe|}}}|.}} Its cost is ({{#replace:{{#replace:{{{cost}}}|+|and}}|,|:}}) {{#if:{{{cost-multiplier|}}}|x {{{cost-multiplier}}}|}}|}}{{#if: {{{required-technologies|}}}|. It requires the following technologies: {{#replace:{{{required-technologies}}}|+|and}}|}}
}}. {{#if: {{{recipe|}}}|Its recipe is {{#replace:{{#replace:{{{recipe}}}|+|and}}|,|:}}|}}{{#if: {{{cost|}}}|{{#if: {{{recipe|}}}|.}} Its cost is ({{#replace:{{#replace:{{{cost}}}|+|and}}|,|:}}) {{#if:{{{cost-multiplier|}}}|x {{{cost-multiplier}}}|}}|}}{{#if: {{{required-technologies|}}}|. It requires the following technologies: {{#replace:{{{required-technologies}}}|+|and}}|}} --->
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 00:10, 16 September 2017

[View] [Edit] [Page history]

Documentation

This template is designed to be used to describe an item or machine, using a box of info.

This template uses functions from Module:Infobox.

Usage

To use, create a page in the infobox namespace by prepending Infobox: to the page you are trying to add an infobox to, so that the new pages is called Infobox:(whatever the page name is). Then, on the page, add the line {{:Infobox:Page_name}}. This will "copy" the infobox you create on Infobox:... to the page itself. Of course, replace Page_name with the name of the page.

As for the infobox on Infobox:..., start with the line: {{Infobox. Then, on the next few lines, start with the pipe character, |, then place a parameter, and set it equal to the value you wish it to be. Then, end the parameter lines with two curly-brackets. "}}", and the line <noinclude>[[Category:Infobox page]]</noinclude>.

Example working box:

{{Infobox
|category = Logistics
|health=100
|stack-size=50
|wire-reach=9
|supply-area=7×7
|recipe=Time, 0.5 + Steel plate, 2 + Copper plate, 2
|required-technologies=Electric energy distribution 1
|producers=Player + Assembling machine
}}<noinclude>
[[Category:Infobox page]]</noinclude>

Additionally, the infobox will automatically translate. Just "copy" the infobox (the same way, from Infobox:...) to the page, as done for the English page. ({{:Infobox:Page name}})


If you need further help, contact a wiki admin or look at existing examples, on actual pages.

Syntax

Recipe

The "recipe" parameter should be used as follows:


|recipe = wood, 4 = wooden chest, 1

Basically,

item1, quantity = output item, quantity.

Separate multiple items with +.

Technology trigger

The "technology-trigger" parameter should be used as follows:

|technology-trigger = trigger-type: Item, count

The trigger type can be one of the following:

  • mine-entity
  • build-entity
  • craft-item
  • capture-spawner
  • create-space-platform
  • send-item-to-orbit

The items and counts are optional, when they are left out then the colon after the trigger-type should also be removed. |technology-trigger = capture-spawner

Quality

If a property is affected by quality, add the quality template around the different numbers for the quality levels. For example, the max health of an entity is affected by quality and formatted as follows:

|health = {{Quality|200|260|320|380|500}}

Because quality solely adds information to base game items and does not override or remove values, it is applied directly to the base properties (without space-age) and does not require "changed-by-space-age-mod" to be set.

Parameters

A list of valid parameters is provided below. Since this infobox is general purpose, not all must be used, however some are required. Required parameters are shown in red. Please be as descriptive as possible when making infoboxes.

Tip: This is a large table. After expanding, use CTRL + F in most browsers to search through this table easily.

Available Parameters

List of all templates