Template:PlayerGuildInfo: Difference between revisions
FlamingMojo (talk | contribs) m (Link section only shows if at least one link is present) |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the guild", | |||
"example": "House Example", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"established": { | |||
"label": "Established", | |||
"description": "The date the guild was founded, in ISO 8601 date format (YYYY-MM-DD)", | |||
"example": "2024-01-01", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"members": { | |||
"label": "Members", | |||
"description": "The number of members in the guild", | |||
"example": "10", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"focus": { | |||
"label": "Focus", | |||
"description": "Quik summary of the primary focus of the guild activites and playstyle", | |||
"example": "Trading", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Trading", | |||
"Roleplaying", | |||
"Mercenary", | |||
"Casual", | |||
"Warband" | |||
], | |||
"required": true | |||
}, | |||
"recruitment": { | |||
"label": "Recruitment", | |||
"description": "Current guild recruitment status", | |||
"example": "Invite Only", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Closed", | |||
"Invite Only", | |||
"Open", | |||
"By Application" | |||
], | |||
"required": true | |||
}, | |||
"platform": { | |||
"label": "Platform", | |||
"description": "PC/Console platform the members play on", | |||
"example": "PC", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"PC", | |||
"Xbox", | |||
"Playstation" | |||
], | |||
"suggested": true | |||
}, | |||
"language": { | |||
"label": "Language", | |||
"description": "The primary language(s) the guild members use in text/voice chat.", | |||
"example": "English", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"English", | |||
"Spanish", | |||
"Italian", | |||
"French", | |||
"Russian" | |||
], | |||
"suggested": true | |||
}, | |||
"timezones": { | |||
"label": "Timezones", | |||
"description": "The timezones the guild is most active during", | |||
"example": "CET", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Global", | |||
"GMT", | |||
"CET", | |||
"EST", | |||
"ACT", | |||
"CST" | |||
], | |||
"suggested": true | |||
}, | |||
"activities": { | |||
"label": "Activites", | |||
"description": "The primary kinds of activites the guild does together, even outside of the game", | |||
"example": "Tournaments", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Tournaments", | |||
"Other Games", | |||
"Competitions", | |||
"Giveaways" | |||
] | |||
}, | |||
"pve": { | |||
"label": "PvE", | |||
"description": "Does the guild participate in Player versus Environment gameplay?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No", | |||
"Sometimes", | |||
"When Necessary" | |||
], | |||
"suggested": true | |||
}, | |||
"pvp": { | |||
"label": "PvP", | |||
"description": "Does the guild participate in Player versus Player gameplay?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No", | |||
"Defensively", | |||
"Aggressively", | |||
"Avoids" | |||
], | |||
"suggested": true | |||
}, | |||
"rp": { | |||
"label": "RP", | |||
"description": "Does the guild participate in roleplaying?", | |||
"example": "Yes", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No", | |||
"In-Game Only", | |||
"Text Only", | |||
"Voice Only", | |||
"Voice and Text" | |||
], | |||
"suggested": true | |||
}, | |||
"majorHouse": { | |||
"label": "Major House", | |||
"description": "The Major House the guild is affiliated with", | |||
"example": "Atreides", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Atreides", | |||
"Harkonnen", | |||
"Ecaz", | |||
"Corrino", | |||
"Fremen" | |||
], | |||
"suggested": true | |||
}, | |||
"discord": { | |||
"label": "Discord", | |||
"description": "The guild's Discord server link", | |||
"example": "https://discord.gg/duneawakening", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"description": "The guild's website link", | |||
"example": "https://example.com", | |||
"type": "url" | |||
}, | |||
"twitter": { | |||
"label": "X (Twitter)", | |||
"description": "The guild's X (formerly Twitter) page link", | |||
"example": "http://twitter.com/DuneAwakening", | |||
"type": "url" | |||
}, | |||
"facebook": { | |||
"label": "Facebook", | |||
"description": "The guild's facebook page link", | |||
"example": "https://www.facebook.com/DuneAwakening", | |||
"type": "url" | |||
}, | |||
"instagram": { | |||
"label": "Instagram", | |||
"description": "The guild's instagram page link", | |||
"example": "https://www.instagram.com/duneawakening/", | |||
"type": "url" | |||
}, | |||
"youtube": { | |||
"label": "YouTube", | |||
"description": "The guild's youtube channel link", | |||
"example": "https://www.youtube.com/@Funcom", | |||
"type": "url" | |||
}, | |||
"reddit": { | |||
"label": "Reddit", | |||
"description": "The guild's subreddit link", | |||
"example": "https://www.reddit.com/r/duneawakening/", | |||
"type": "url" | |||
}, | |||
"mastodon": { | |||
"label": "Mastodon", | |||
"description": "The guild's mastodon page link", | |||
"example": "https://mastodon.social/@example", | |||
"type": "url" | |||
}, | |||
"bluesky": { | |||
"label": "BlueSky", | |||
"description": "The guild's BlueSky page", | |||
"example": "https://bsky.app/profile/example", | |||
"type": "url" | |||
}, | |||
"logo": { | |||
"label": "Logo", | |||
"description": "The guild's Logo (upload image)", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "An InfoBox for showing quick Player Guild information at a glance. It is required for all PlayerGuild category pages", | |||
"format": "block", | |||
"paramOrder": [ | |||
"name", | |||
"logo", | |||
"established", | |||
"members", | |||
"focus", | |||
"recruitment", | |||
"platform", | |||
"language", | |||
"timezones", | |||
"activities", | |||
"pve", | |||
"pvp", | |||
"rp", | |||
"majorHouse", | |||
"discord", | |||
"website", | |||
"twitter", | |||
"facebook", | |||
"instagram", | |||
"youtube", | |||
"reddit", | |||
"mastodon", | |||
"bluesky" | |||
] | |||
}</templatedata> | |||
</noinclude> | |||
{{Infobox | {{Infobox | ||
|title = {{{name}}} | |title = {{{name}}} | ||
|image = [[File:{{{logo|}}}|frameless|325px]] | |||
|header10 = Guild Summary | |header10 = Guild Summary | ||
|label11 = Established | |label11 = Established | ||
|data11 = {{{established|}}} | |data11 = {{{established|}}} | ||
|label12 = Members | |label12 = Members | ||
|data12 = {{{members}}} | |data12 = {{{members|}}} | ||
|label13 = Focus | |label13 = Focus | ||
|data13 = {{{focus}}} | |data13 = {{{focus}}} | ||
Line 14: | Line 268: | ||
|data21 = {{{recruitment}}} | |data21 = {{{recruitment}}} | ||
|label22 = Platform | |label22 = Platform | ||
| | |data22 = {{{platform|}}} | ||
|label23 = Language | |label23 = Language | ||
|data23 = {{{language}}} | |data23 = {{{language|}}} | ||
|label24 = Timezones | |label24 = Timezones | ||
|data24 = {{{timezones}}} | |data24 = {{{timezones|}}} | ||
|label25 = Activities | |label25 = Activities | ||
|data25 = {{{activities}}} | |data25 = {{{activities|}}} | ||
|header30 = Play Style | |header30 = {{#ifeq: | ||
{{#ifeq: {{{pve|1}}} | {{{pve|0}}} | 1 | }} | |||
{{#ifeq: {{{pvp|1}}} | {{{pvp|0}}} | 1 | }} | |||
{{#ifeq: {{{rp|1}}} | {{{rp|0}}} | 1 | }} | |||
{{#ifeq: {{{majorHouse|1}}} | {{{majorHouse|0}}} | 1 | }} | |||
| | | Play Style}} | |||
|label31 = PVE | |label31 = PVE | ||
|data31 = {{{pve}}} | |data31 = {{{pve|}}} | ||
|label32 = PVP | |label32 = PVP | ||
|data32 = {{{pvp}}} | |data32 = {{{pvp|}}} | ||
|label33 = RP | |label33 = RP | ||
|data33 = {{{rp}}} | |data33 = {{{rp|}}} | ||
|label34 = Major House | |label34 = Major House | ||
|data34 = {{{majorHouse|}}} | |data34 = {{{majorHouse|}}} | ||
Line 38: | Line 297: | ||
{{#ifeq: {{{facebook|1}}} | {{{facebook|0}}} | 1 | }} | {{#ifeq: {{{facebook|1}}} | {{{facebook|0}}} | 1 | }} | ||
{{#ifeq: {{{instagram|1}}} | {{{instagram|0}}} | 1 |}} | {{#ifeq: {{{instagram|1}}} | {{{instagram|0}}} | 1 |}} | ||
{{#ifeq: {{{youtube|1}}} | {{{youtube|0}}} | 1 |}} | |||
{{#ifeq: {{{reddit|1}}} | {{{reddit|0}}} | 1 | }} | {{#ifeq: {{{reddit|1}}} | {{{reddit|0}}} | 1 | }} | ||
{{#ifeq: {{{mastodon|1}}} | {{{mastodon|0}}} | 1 |}} | {{#ifeq: {{{mastodon|1}}} | {{{mastodon|0}}} | 1 |}} | ||
{{#ifeq: {{{bluesky|1}}} | {{{bluesky|0}}} | 1 |}} | {{#ifeq: {{{bluesky|1}}} | {{{bluesky|0}}} | 1 |}} | ||
| Links | | | | Links}} | ||
|label41 = Discord | |label41 = Discord | ||
|data41 = {{{discord|}}} | |data41 = {{{discord|}}} | ||
Line 52: | Line 312: | ||
|label45 = Instagram | |label45 = Instagram | ||
|data45 = {{{instagram|}}} | |data45 = {{{instagram|}}} | ||
|label46 = Reddit | |label46 = Youtube | ||
| | |data46 = {{{youtube|}}} | ||
| | |label47 = Reddit | ||
| | |data47 = {{{reddit|}}} | ||
| | |label48 = Mastodon | ||
| | |data48 = {{{mastodon|}}} | ||
|label49 = Bluesky | |||
|data49 = {{{bluesky|}}} | |||
}} | }} |
Latest revision as of 09:20, 19 September 2024
An InfoBox for showing quick Player Guild information at a glance. It is required for all PlayerGuild category pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the guild
| String | required |
Logo | logo | The guild's Logo (upload image) | File | suggested |
Established | established | The date the guild was founded, in ISO 8601 date format (YYYY-MM-DD)
| Date | suggested |
Members | members | The number of members in the guild
| Number | suggested |
Focus | focus | Quik summary of the primary focus of the guild activites and playstyle
| String | required |
Recruitment | recruitment | Current guild recruitment status
| String | required |
Platform | platform | PC/Console platform the members play on
| String | suggested |
Language | language | The primary language(s) the guild members use in text/voice chat.
| String | suggested |
Timezones | timezones | The timezones the guild is most active during
| String | suggested |
Activites | activities | The primary kinds of activites the guild does together, even outside of the game
| String | optional |
PvE | pve | Does the guild participate in Player versus Environment gameplay?
| String | suggested |
PvP | pvp | Does the guild participate in Player versus Player gameplay?
| String | suggested |
RP | rp | Does the guild participate in roleplaying?
| String | suggested |
Major House | majorHouse | The Major House the guild is affiliated with
| String | suggested |
Discord | discord | The guild's Discord server link
| URL | suggested |
Website | website | The guild's website link
| URL | optional |
X (Twitter) | twitter | The guild's X (formerly Twitter) page link
| URL | optional |
facebook | The guild's facebook page link
| URL | optional | |
instagram | The guild's instagram page link
| URL | optional | |
YouTube | youtube | The guild's youtube channel link
| URL | optional |
reddit | The guild's subreddit link
| URL | optional | |
Mastodon | mastodon | The guild's mastodon page link
| URL | optional |
BlueSky | bluesky | The guild's BlueSky page
| URL | optional |
[[File:|frameless|325px]] | |
Guild Summary | |
---|---|
Focus | {{{focus}}} |
Membership | |
Recruitment | {{{recruitment}}} |