Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in or
create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision |
Your text |
Line 1: |
Line 1: |
| {{Documentation}} | | {{Documentation}} |
| <div class="template-doc"> | | <div class="template-doc"> |
| {{Community
| |
| | description = This is a description of the community
| |
| | subcommunities = [[group1]], [[group 2]]
| |
| | subcommunities2 = Allies<< [[group 3]], [[ally 4]] >>
| |
| | subreddit = subreddit
| |
| | discord = https://discord.gg/linkylink
| |
| | website = https://communitypage.iou
| |
| | artwork = [[Some Art]]
| |
| | logo = Green_Lattice_Banner_with_Grapu.png
| |
| | name = A Community
| |
| }}
| |
| == Usage == | | == Usage == |
| [[Template:Community]] is a template, used to display a standard set of information at the top of a community page. | | [[Template:Community]] is a template, used to display a standard set of information at the top of a community page. |
Line 31: |
Line 20: |
| }} | | }} |
| </pre> | | </pre> |
|
| |
| Code for example:
| |
| <pre>{{Community
| |
| | description = This is a description of the community
| |
| | Subcommunities = [[group1]], [[group 2]]
| |
| | subcommunities2 = Allies<< [[group 3]], [[ally 4]] >>
| |
| | subreddit = subreddit
| |
| | discord = https://discord.gg/linkylink
| |
| | website = https://communitypage.iou
| |
| | artwork = [[Some Art]]
| |
| | logo = Green_Lattice_Banner_with_Grapu.png
| |
| | name = A Community
| |
| }}</pre>
| |
| == Template Data == | | == Template Data == |
| <Templatedata> | | <Templatedata> |
Line 88: |
Line 64: |
| ], | | ], |
| "label": "Subreddit", | | "label": "Subreddit", |
| "description": "Name of subreddit or list of subreddits (without \"r/\")", | | "description": "Name of subreddit", |
| "example": "placetux, MIT", | | "example": "placetux", |
| "type": "string" | | "type": "string" |
| }, | | }, |