Talk:PrototypeBase: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== proposed update along with redirection of 'prototype' to the list ==
== proposed update along with redirection of 'prototype' to the list ==
=== why ===
Per bilka, [[Prototype]] used to go to the page that is now [[PrototypeBase]] -- and so folks who have used that for a long time will expect that relationship.
On the other hand, I believe that the full list of prototypes is vastly more valuable to most users, and makes a lot more sense as the target of the redirect. 
To make that transition, but ease the pain of older users while they get used to it, I propose altering the text of the list page as follows, as well as updating the redirect (or just making the [[Prototype]] page the content of) the current [[Prototype_definitions]] page.
=== what ===


This is an attempt to emulate the upstream mediawiki [https://en.wikipedia.org/w/index.php?title=Template:Did_you_mean_box&action=edit Template:Did you mean box]
This is an attempt to emulate the upstream mediawiki [https://en.wikipedia.org/w/index.php?title=Template:Did_you_mean_box&action=edit Template:Did you mean box]

Revision as of 16:07, 4 August 2019

proposed update along with redirection of 'prototype' to the list

why

Per bilka, Prototype used to go to the page that is now PrototypeBase -- and so folks who have used that for a long time will expect that relationship.

On the other hand, I believe that the full list of prototypes is vastly more valuable to most users, and makes a lot more sense as the target of the redirect.

To make that transition, but ease the pain of older users while they get used to it, I propose altering the text of the list page as follows, as well as updating the redirect (or just making the Prototype page the content of) the current Prototype_definitions page.

what

This is an attempt to emulate the upstream mediawiki Template:Did you mean box

Using that, which has a parameter for the destination page, highly advised. :)

In any case this is intended to be displayed on the Prototype_definitions page, so that people who expect Prototype to show up here at PrototypeBase get pointed in the right direction.

inlined header and demo content

This is a list of all available prototype types in the game. Each point lists the link to the prototype page which is named after the class in the code, and the string that is used as the type name. Prototypes that have the type name <abstract> cannot be directly created, they simple exist as classes that multiple prototypes can inherit properties from. This list is updated to 0.17. All existing prototype pages are for 0.17. Pages with the Types/ prefix are not guaranteed to be up to date.

Programmable speaker.png

Prototype previously redirected to PrototypeBase, the abstract base for all prototypes.

General info for prototype creation:

  • Prototype objects are specified in the data phase: [1]
  • Only the properties listed on the page of a prototype, and the properties the prototype inherits, are recognized by the game. Any additional code will be discarded at the end of the data phase.

Slippycheeze (talk) 16:01, 4 August 2019 (UTC)