No edit summary Tag: Reverted |
(Fix link to delink server) |
||
(32 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" | <includeonly>{{#default_form:Server}}</includeonly><!-- | ||
-->{{#set:Owner={{{owner}}} }}{{#set:SPKIFP={{{spkifp|}}} }}{{#set:IPv4={{{ipv4|}}} }}{{#set:IPv6={{{ipv6|}}} }}{{#set:Server Port={{{serverport|6900}}} }}{{#set:No incomming connections={{{noincoming|}}} }}<!-- | |||
-->{{#set:Region={{{region|}}} }}{{#set:Node_Type={{{type|}}} }}{{#set:Node Status={{{status|Active}}}}}{{#set:Delink Reason={{{delink_reason|}}}}}<!-- | |||
-->{| class="infobox" | |||
|- | |- | ||
|colspan="2" class="infobox-title"| '''{{{title|{{PAGENAME}}}}}''' | |colspan="2" class="infobox-title"| '''{{{title|{{PAGENAME}}}}}''' | ||
|- | |- | ||
! Name | ! [[Property:Server Name | Name]] | ||
| [[Server Name::{{{name}}}]] | | [[Server Name::{{{name|{{PAGENAME}}}}}]] | ||
|- | |- | ||
! [[Property:Location | Location]] | ! [[Property:Location | Location]] | ||
| [[Location::{{{location}}}]] | | [[Location::{{{location|}}}]] | ||
|- | |- | ||
! [[Property:Hosting Provider | Hosting Provider]] | {{#if:{{{provider|}}}|! [[Property:Hosting Provider | Hosting Provider]] | ||
{{!}} [[Hosting Provider::{{{provider|}}}]]|}} | |||
|- | |- | ||
! [[Property:Owner | Owner]] | ! [[Property:Owner | Owner]] | ||
| | | {{{owner}}} | ||
|- | |- | ||
! [[Property:SID | SID]] | ! [[Property:SID | SID]] | ||
Line 20: | Line 23: | ||
! [[Property:Node Type | Type]] | ! [[Property:Node Type | Type]] | ||
| [[Node Type::{{{type}}}]] | | [[Node Type::{{{type}}}]] | ||
|- | |||
! [[Property:Node Status | Status]] | |||
| [[Node Status::{{{status|Active}}}]] | |||
|- | |||
! | |||
| <div style="font-size:85%;text-align: right;">[https://plas.netsplit.nl/data/server/{{PAGENAME}} More data] · [https://wiki.letspiss.net/wiki/Special:FormEdit/Delink_server/Server:{{PAGENAME}} Delink]</div> | |||
|} | |} | ||
<includeonly>[[Category:Nodes]]</includeonly> | <noinclude> | ||
<p> | |||
This template is used to add a server to the [[Great big-ass server list of doom]]. You must add it to a page in the <code>Server:...</code> namespace (ie: [[Server:irc.shitposting.space]]). | |||
</p> | |||
<p> | |||
Usage: | |||
<pre> | |||
{{InfoboxNode | |||
|name=your.server.name.org | |||
|location=Los Angeles, California, USA | |||
|owner=[[User:Bob|Bob]] | |||
|sid=123 | |||
|type=Leaf (must be either "Leaf" or "Hub") | |||
|provider=Fancy Hosting Ltd. (Optional) | |||
|spkifp=<the spkifp from your link block> | |||
|region=<either "Europe", "APAC" or "America"> | |||
}} | |||
</pre> | |||
Other optional parameters: | |||
* <code>noincoming=Yes</code> ― If your node does not support incoming connections | |||
* <code>serverport=6900</code> ― If your node has a different port for S2S connections | |||
* <code>ipv4=1.2.3.4 / ipv6=f00b::cafe</code> ― If your server name does not resolve | |||
</p> | |||
</noinclude> | |||
<includeonly>[[Category:Nodes]] {{#if:{{{spkifp|}}}||[[Category: Nodes without SPKIFP]]}}</includeonly> |
Latest revision as of 01:30, 28 July 2021
InfoboxNode | |
Name | InfoboxNode |
---|---|
Location | |
Owner | {{{owner}}} |
SID | {{{sid}}} |
Type | {{{type}}} |
Status | Active |
This template is used to add a server to the Great big-ass server list of doom. You must add it to a page in the Server:...
namespace (ie: Server:irc.shitposting.space).
Usage:
{{InfoboxNode |name=your.server.name.org |location=Los Angeles, California, USA |owner=[[User:Bob|Bob]] |sid=123 |type=Leaf (must be either "Leaf" or "Hub") |provider=Fancy Hosting Ltd. (Optional) |spkifp=<the spkifp from your link block> |region=<either "Europe", "APAC" or "America"> }}
Other optional parameters:
noincoming=Yes
― If your node does not support incoming connectionsserverport=6900
― If your node has a different port for S2S connectionsipv4=1.2.3.4 / ipv6=f00b::cafe
― If your server name does not resolve