More actions
GamingTwist (talk | contribs) No edit summary |
GamingTwist (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
|builders= | |builders= | ||
|designers= | |designers= | ||
| | |world_x= | ||
| | |world_z= | ||
|tunnel_number= | |tunnel_number= | ||
|tunnel_colour= | |tunnel_colour= | ||
Line 63: | Line 63: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "world_x": { | ||
"label": "World Position X", | "label": "World Position X", | ||
"description": "The X coordinate of the project in the world.", | "description": "The X coordinate of the project in the world.", | ||
Line 69: | Line 69: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "world_z": { | ||
"label": "World Position Z", | "label": "World Position Z", | ||
"description": "The Z coordinate of the project in the world.", | "description": "The Z coordinate of the project in the world.", | ||
Line 107: | Line 107: | ||
"designers", | "designers", | ||
"builders", | "builders", | ||
" | "world_x", | ||
" | "world_z", | ||
"tunnel_number", | "tunnel_number", | ||
"tunnel", | "tunnel", | ||
Line 117: | Line 117: | ||
</templatedata> | </templatedata> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
{{#cargo_declare:_table=Project|name=String|image=File|server=Page|date_started=Start datetime|date_completed=End date|status=String (allowed values=Complete,Abandoned,Building,On hold)|builders=List (,) of Page|designers=List (,) of Page| | {{#cargo_declare:_table=Project|name=String|image=File|server=Page|date_started=Start datetime|date_completed=End date|status=String (allowed values=Complete,Abandoned,Building,On hold)|builders=List (,) of Page|designers=List (,) of Page|world_x=Integer|world_z=Integer|tunnel_number=Integer|tunnel_colour=Page (allowed values=red,blue,yellow,green,purple,ice,stone,moss,mesa)|plot_id=String}} | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#cargo_store:_table=Project | <includeonly>{{#cargo_store:_table=Project | ||
Line 128: | Line 128: | ||
|builders={{{builders|}}} | |builders={{{builders|}}} | ||
|designers={{{designers|}}} | |designers={{{designers|}}} | ||
|world_position_x={{{ | |world_position_x={{{world_x|}}} | ||
|world_position_z={{{ | |world_position_z={{{world_z|}}} | ||
|tunnel_number={{{tunnel_number|}}} | |tunnel_number={{{tunnel_number|}}} | ||
|tunnel_colour={{{tunnel_colour|}}} | |tunnel_colour={{{tunnel_colour|}}} | ||
Line 163: | Line 163: | ||
| label9 = World Position X | | label9 = World Position X | ||
| data9 = {{{ | | data9 = {{{world_x|}}} | ||
| label10 = World Position Z | | label10 = World Position Z | ||
| data10 = {{{ | | data10 = {{{world_z|}}} | ||
| label11 = Tunnel Number | | label11 = Tunnel Number |
Revision as of 05:40, 3 November 2024
This is the "Project Infobox" template. It should be called in the following format:
{{Project Infobox |name= |image= |server= |date_started= |date_completed= |status= |builders= |designers= |world_x= |world_z= |tunnel_number= |tunnel_colour= |plot_id= }}
Infobox for projects. This is normally builds on the server
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the project. | String | required |
Image | image | The image file name associated with the project. | String | suggested |
Server | server | The name of the server. Defaults to part of the page name if not provided. | String | optional |
Date Started | date_started | The date the project was started. | String | suggested |
Date Completed | date_completed | The date the project was completed. | String | optional |
Status | status | The current status of the project (e.g., completed, ongoing). | String | suggested |
Designers | designers | Who did the design? | String | optional |
Builders | builders | Names of the builders involved in the project. | String | required |
World Position X | world_x | The X coordinate of the project in the world. | Number | suggested |
World Position Z | world_z | The Z coordinate of the project in the world. | Number | suggested |
Tunnel Number | tunnel_number | The number of the tunnel associated with the project. | Number | optional |
Tunnel | tunnel | no description
| String | optional |
Plot Id | plot_id | no description | String | optional |
tunnel_colour | tunnel_colour | no description | Unknown | optional |
Edit the page to see the template text. This template defines the table "Project". View table.