Template:Infobox Base: Difference between revisions
No edit summary |
Adds season 6 |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 7: | Line 7: | ||
{{Infobox Base | {{Infobox Base | ||
| basename = Creeper Cove | | basename = Creeper Cove | ||
| image = | | image = Steve's_House.png | ||
| owner = [[BlockKnight32]] | | owner = [[BlockKnight32]] | ||
| basetype = Underground | | basetype = Underground | ||
| Line 18: | Line 18: | ||
| notablefeatures = Hidden vault, Auto-farm complex, Creeper statue | | notablefeatures = Hidden vault, Auto-farm complex, Creeper statue | ||
| description = “A hidden paradise of explosions and automation.” | | description = “A hidden paradise of explosions and automation.” | ||
}} | }}{{#cargo_declare: | ||
{{#cargo_declare: | |||
_table=base_data | _table=base_data | ||
| basename=String | | basename=String | ||
| Line 39: | Line 33: | ||
| notablefeatures=Text | | notablefeatures=Text | ||
| description=Text | | description=Text | ||
}} | }}</noinclude> | ||
<includeonly> | |||
{{#cargo_store: | {{#cargo_store: | ||
_table=base_data | _table=base_data | ||
| Line 56: | Line 50: | ||
| notablefeatures={{{notablefeatures|}}} | | notablefeatures={{{notablefeatures|}}} | ||
| description={{{description|}}} | | description={{{description|}}} | ||
}} | }}<templatestyles src="Template:Infobox Base/styles.css" /> | ||
{{#invoke:Infobox Base|infobox}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| Line 93: | Line 87: | ||
"dateestablished": { | "dateestablished": { | ||
"label": "Date Established", | "label": "Date Established", | ||
"type": " | "type": "string", | ||
"description": "The date the base was founded." | "description": "The date the base was founded." | ||
}, | }, | ||
"dateabandoned": { | "dateabandoned": { | ||
"label": "Date Abandoned", | "label": "Date Abandoned", | ||
"type": " | "type": "string", | ||
"description": "The date the base was abandoned (if applicable)." | "description": "The date the base was abandoned (if applicable)." | ||
}, | }, | ||
| Line 132: | Line 126: | ||
"[[Season 3]]", | "[[Season 3]]", | ||
"[[Season 4]]", | "[[Season 4]]", | ||
"[[Season V]]" | "[[Season V]]", | ||
"[[Season 6]]" | |||
], | ], | ||
"suggested": true | "suggested": true | ||
Latest revision as of 18:46, 29 December 2025
Usage
Place this on any base’s page to display the base infobox. Just replace the example values in the code block below with your own.
Example
| Creeper Cove | |
|---|---|
| General Info | |
| Base Name | Creeper Cove |
| Owner | BlockKnight32 |
| Base Type | Underground |
| Season | Season 3 |
| Location | |
| Biome / Area | Jungle Biome |
| Coordinates | X: 2048, Y: 72, Z: -1280 |
| Timeline | |
| Date Established | 15th March 2025 |
| People | |
| Members | BlockKnight32, RedstonerMax, ShadyBuilder |
| Features | |
| Notable Features | Hidden vault, Auto-farm complex, Creeper statue |
| Description | “A hidden paradise of explosions and automation.” |
This template defines the table "base_data". View table.
An infobox displaying key attributes of an SMP player base.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Base Name | basename | The name of the base. | String | required |
| Image | image | An image of the base in-game | File | suggested |
| Base Owner | owner | Primary Minecraft username responsible for the base. | String | required |
| Base Type | basetype | The style or structure type of the base (e.g. Underground, Skybase, Castle). | String | optional |
| Season | season | The season the base was active
| String | suggested |
| Location | location | Biome or area the base is in (e.g. Plains Biome, Spawn Town). | String | optional |
| Coordinates | coordinates | Exact in-game X,Y,Z coordinates. | String | optional |
| Date Established | dateestablished | The date the base was founded. | String | optional |
| Date Abandoned | dateabandoned | The date the base was abandoned (if applicable). | String | optional |
| Members | members | List of other SMP players who are members or co-builders. | String | optional |
| Notable Features | notablefeatures | Interesting or unique aspects of the base (e.g. redstone contraptions, statues, mega builds). | String | optional |
| Description | description | Short tagline or lore summary. | String | optional |