Template
Infobox Group
From Dogcraft Wiki
m (typo) |
mNo edit summary |
||
| Line 23: | Line 23: | ||
|data6 = {{{status|Unknown}}} | |data6 = {{{status|Unknown}}} | ||
|label7 = Founded | |label7 = Founded | ||
|data7 = {{{founded|}}} {{#if: {{{startworld|}}}|({{Infobox/World link|{{{startworld|}}} }})|}} | |data7 = {{{founded|}}} {{#if: {{{world|}}}|({{Infobox/World link|{{{world|}}} }})|{{#if: {{{startworld|}}}|({{Infobox/World link|{{{startworld|}}} }})|}} }} | ||
|label7 = Disolved | |label7 = Disolved | ||
|data7 = {{{disolved|}}} {{#if: {{{endworld|}}}|({{Infobox/World link|{{{endworld|}}} }})|}} | |data7 = {{{disolved|}}} {{#if: {{{world|}}}|({{Infobox/World link|{{{world|}}} }})|{{#if: {{{endworld|}}}|({{Infobox/World link|{{{endworld|}}} }})|}} }} | ||
}} | }} | ||
| Line 114: | Line 114: | ||
"example": "Survival 4", | "example": "Survival 4", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"aliases": [ | |||
"world" | |||
] | |||
}, | }, | ||
"disolved": { | "disolved": { | ||
Revision as of 13:14, 12 January 2021
Example usage:
{{Infobox Group
|title=
|image=
|caption=
|type=
|purpose=
|leader=
|members=
|status=
|founded=
|disolved=
|startworld=
|endworld=
}}
Infobox template to be used on groups in the community.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Header | title | Infobox header, for use when it should be different from the pagename.
| String | optional |
| Image | image picture file img | The name of an image (without "File:") to display at the top of the infobox.
| File | required |
| Caption | caption | Description of the Image parameter | String | suggested |
| type | type | no description | Unknown | optional |
| Purpose | purpose | The purpose or aim of the group.
| String | optional |
| Status | status | Expects one of the [[Status|status templates]]. Use {{Defunct}} for disbanded groups.groups.
| Template | required |
| Leader(s) | leader | The leader(s) of the group. Use {{Player|<playername>}}
| String | suggested |
| Members | members | Members of the group. Use {{Player|<playername>}}
| String | suggested |
| Founded | founded | The date of the founding of the group. | Date | optional |
| World of Founding | startworld world | The world on which the group was founded.
| String | suggested |
| Dissolved | disolved | The date of the founding of the group. Leave blank if group is still active. | Date | optional |
| World of Dissolution | endworld | The world on which the group was disolved
| String | suggested |