Difference between revisions of "Template:Infobox party"
(need to come back and fix logo stuff I notice) |
|||
| (8 intermediate revisions by 4 users not shown) | |||
| Line 13: | Line 13: | ||
<th>State</th> | <th>State</th> | ||
| − | <td>{{{state}}}</td> | + | <td>{{{state|Must fill this}}}</td> |
</tr> | </tr> | ||
| Line 19: | Line 19: | ||
<tr> | <tr> | ||
<th>Website</th> | <th>Website</th> | ||
| − | <td>{{{website}}}</td> | + | <td>{{{website|None}}}</td> |
</tr> | </tr> | ||
| − | |||
<tr> | <tr> | ||
<th>Facebook</th> | <th>Facebook</th> | ||
| − | <td>{{{facebook}}}</td> | + | <td>{{{facebook|None}}}</td> |
</tr> | </tr> | ||
| Line 32: | Line 31: | ||
<tr> | <tr> | ||
<th>Twitter</th> | <th>Twitter</th> | ||
| − | <td>{{{twitter}}}</td> | + | <td>{{{twitter|None}}}</td> |
</tr> | </tr> | ||
| Line 38: | Line 37: | ||
<tr> | <tr> | ||
<th>LinkedIn</th> | <th>LinkedIn</th> | ||
| − | <td>{{{linkedin}}}</td> | + | <td>{{{linkedin|None}}}</td> |
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <th>YouTube</th> | ||
| + | <td>{{{youtube|None}}}</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <th>Telegram</th> | ||
| + | <td>{{{telegram|None}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <th> | + | <th>Bluesky</th> |
| − | <td>{{{ | + | <td>{{{bluesky|None}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Email</th> | <th>Email</th> | ||
| − | <td>{{{email}}}</td> | + | <td>{{{email|None}}}</td> |
</tr> | </tr> | ||
| Line 54: | Line 63: | ||
<tr> | <tr> | ||
<th>Phone</th> | <th>Phone</th> | ||
| − | <td>{{{phone}}}</td> | + | <td>{{{phone|None}}}</td> |
</tr> | </tr> | ||
| Line 60: | Line 69: | ||
<tr> | <tr> | ||
<th>Address</th> | <th>Address</th> | ||
| − | <td>{{{address}}}</td> | + | <td>{{{address|None}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Captain</th> | <th>Captain</th> | ||
| − | <td>{{{captain}}}</td> | + | <td>{{{captain|None}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>First Officer</th> | <th>First Officer</th> | ||
| − | <td>{{{firstofficer}}}</td> | + | <td>{{{firstofficer|None}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Quartermaster</th> | <th>Quartermaster</th> | ||
| − | <td>{{{quartermaster}}}</td> | + | <td>{{{quartermaster|None}}}</td> |
</tr> | </tr> | ||
| − | |||
<tr> | <tr> | ||
<th>PNC Status</th> | <th>PNC Status</th> | ||
| − | <td>{{{pnc}}}</td> | + | <td>{{{pnc|Not recognized}}}</td> |
</tr> | </tr> | ||
| + | |||
| + | </table><noinclude> | ||
| + | ==Notes== | ||
| + | Everything in this section will not appear on any page. This template is a standard html table with some inline css. | ||
| + | |||
| + | If there is nothing to fill, you can just omit the entry, "None" or an appropriate default will appear automatically. All states should have this template already so you can just update information as needed, otherwise see the example section. | ||
| + | |||
| + | Consider replacing an unmaintained, unused, invalid link with "Defunct", you can link <code><nowiki>[urlhere Like this]</nowiki></code> if there is still a page available for reference, otherwise leave it without a link. But, ensure that venue is truly unreachable with no contact before resorting to this. Where possible, reach out to existing party infrastructure and see if they will maintain their wiki space. Otherwise its up to random volunteers to update when they can with what is available. | ||
| + | |||
| + | Party statuses will be briefly covered here in the future, hopefully. | ||
| + | |||
| + | ===Example=== | ||
| + | This code,<pre>{{Infobox party | ||
| + | | party = Example Pirate Party | ||
| + | | logo = None | ||
| + | | logocaption = None | ||
| + | | state = Example | ||
| + | | website = None | ||
| + | | wiki = None | ||
| + | | facebook = None | ||
| + | | twitter = None | ||
| + | | linkedin = None | ||
| + | | youtube = None | ||
| + | | telegram = None | ||
| + | | diaspora = None | ||
| + | | captain = None | ||
| + | | firstofficer = None | ||
| + | | quartermaster = None | ||
| + | | phone = None | ||
| + | | address = None | ||
| + | | email = None | ||
| + | | pnc = None | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | Will produce this table, | ||
| + | {{Infobox party | ||
| + | | party = Example Pirate Party | ||
| + | | logo = None | ||
| + | | logocaption = None | ||
| + | | state = Example | ||
| + | | website = None | ||
| + | | wiki = None | ||
| + | | facebook = None | ||
| + | | twitter = None | ||
| + | | linkedin = None | ||
| + | | youtube = None | ||
| + | | telegram = None | ||
| + | | diaspora = None | ||
| + | | captain = None | ||
| + | | firstofficer = None | ||
| + | | quartermaster = None | ||
| + | | phone = None | ||
| + | | address = None | ||
| + | | email = None | ||
| + | | pnc = None | ||
| + | }} | ||
Latest revision as of 20:26, 25 June 2026
| {{{logo}}} | |
| {{{logocaption}}} | |
| State | Must fill this |
|---|---|
| Website | None |
| None | |
| None | |
| None | |
| YouTube | None |
| Telegram | None |
| Bluesky | None |
| None | |
| Phone | None |
| Address | None |
| Captain | None |
| First Officer | None |
| Quartermaster | None |
| PNC Status | Not recognized |
Notes
Everything in this section will not appear on any page. This template is a standard html table with some inline css.
If there is nothing to fill, you can just omit the entry, "None" or an appropriate default will appear automatically. All states should have this template already so you can just update information as needed, otherwise see the example section.
Consider replacing an unmaintained, unused, invalid link with "Defunct", you can link [urlhere Like this] if there is still a page available for reference, otherwise leave it without a link. But, ensure that venue is truly unreachable with no contact before resorting to this. Where possible, reach out to existing party infrastructure and see if they will maintain their wiki space. Otherwise its up to random volunteers to update when they can with what is available.
Party statuses will be briefly covered here in the future, hopefully.
Example
This code,
{{Infobox party
| party = Example Pirate Party
| logo = None
| logocaption = None
| state = Example
| website = None
| wiki = None
| facebook = None
| twitter = None
| linkedin = None
| youtube = None
| telegram = None
| diaspora = None
| captain = None
| firstofficer = None
| quartermaster = None
| phone = None
| address = None
| email = None
| pnc = None
}}
Will produce this table,
| None | |
| None | |
| State | Example |
|---|---|
| Website | None |
| None | |
| None | |
| None | |
| YouTube | None |
| Telegram | None |
| Bluesky | None |
| None | |
| Phone | None |
| Address | None |
| Captain | None |
| First Officer | None |
| Quartermaster | None |
| PNC Status | None |