Template:Infobox IRC network/doc: Difference between revisions
m Undid revision 1226939203 by Logan (talk) |
m add aliases |
||
Line 60: | Line 60: | ||
"founded on": { |
"founded on": { |
||
"example": "{{Start date|YYYY|MM|DD}}", |
"example": "{{Start date|YYYY|MM|DD}}", |
||
"type": "content" |
"type": "content", |
||
"aliases": [ |
|||
"founded_on" |
|||
] |
|||
}, |
}, |
||
"located in": { |
"located in": { |
||
"type": "string" |
"type": "string", |
||
"aliases": [ |
|||
"located_in" |
|||
] |
|||
}, |
}, |
||
"based in": { |
"based in": { |
||
"type": "string" |
"type": "string", |
||
"aliases": [ |
|||
"based_in" |
|||
] |
|||
}, |
}, |
||
"executive board": { |
"executive board": { |
||
"type": "string" |
"type": "string", |
||
"aliases": [ |
|||
"executive_board" |
|||
] |
|||
}, |
}, |
||
"website_url": { |
"website_url": { |
||
Line 79: | Line 91: | ||
}, |
}, |
||
"primary dns": { |
"primary dns": { |
||
"type": "string" |
"type": "string", |
||
"aliases": [ |
|||
"primary_dns" |
|||
] |
|||
}, |
}, |
||
"average users": { |
"average users": { |
||
"type": "content" |
"type": "content", |
||
"aliases": [ |
|||
"average_users" |
|||
] |
|||
}, |
}, |
||
"users_date": { |
"users_date": { |
||
Line 88: | Line 106: | ||
}, |
}, |
||
"average channels": { |
"average channels": { |
||
"type": "content" |
"type": "content", |
||
"aliases": [ |
|||
"average_channels" |
|||
] |
|||
}, |
}, |
||
"channels_date": { |
"channels_date": { |
||
Line 94: | Line 115: | ||
}, |
}, |
||
"average servers": { |
"average servers": { |
||
"type": "content" |
"type": "content", |
||
"aliases": [ |
|||
"average_servers" |
|||
] |
|||
}, |
}, |
||
"servers_date": { |
"servers_date": { |
||
Line 100: | Line 124: | ||
}, |
}, |
||
"main content": { |
"main content": { |
||
"type": "content" |
"type": "content", |
||
"aliases": [ |
|||
"main_content" |
|||
] |
|||
}, |
}, |
||
"module": { |
"module": { |
Revision as of 17:49, 2 June 2024
This is a documentation subpage for Template:Infobox IRC network. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
{{{image}}} | |
Founded | {{{founded_on}}} |
---|---|
Geographic location | {{{located_in}}} |
Based in | {{{based_in}}} |
Executive board | {{{executive_board}}} |
Website URL | {{{website_url}}} |
Primary DNS | {{{primary_dns}}} |
Average users | {{{average_users}}} ({{{users_date}}}) |
Average channels | {{{average_channels}}} ({{{channels_date}}}) |
Average servers | {{{average_servers}}} ({{{servers_date}}}) |
Content/subject | {{{main_content}}} |
{{Infobox IRC network
| name =
| image =
| founded_on = <!--{{Start date|YYYY|MM|DD}}-->
| located_in =
| based_in =
| executive_board =
| website_url = <!--{{URL|example.com}}-->
| primary_dns =
| average_users =
| users_date =
| average_channels =
| channels_date =
| average_servers =
| servers_date =
| main_content =
}}
All fields except for name are optional and will be hidden when not used; when values are entered for the relevant parameters, the fields will automatically appear.
Microformat
The HTML mark-up produced by this template includes an hCalendar microformat that makes event details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.
- Classes used
The HTML classes of this microformat include:
- attendee
- contact
- description
- dtend
- dtstart
- location
- organiser
- summary
- url
- vevent
nor collapse nested elements which use them.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name title | no description
| String | optional |
collapsible | collapsible | no description | Boolean | optional |
image | image | no description | File | optional |
caption | caption | no description | String | optional |
founded on | founded on founded_on | no description
| Content | optional |
located in | located in located_in | no description | String | optional |
based in | based in based_in | no description | String | optional |
executive board | executive board executive_board | no description | String | optional |
website_url | website_url website | no description
| Content | optional |
primary dns | primary dns primary_dns | no description | String | optional |
average users | average users average_users | no description | Content | optional |
users_date | users_date | no description | Date | optional |
average channels | average channels average_channels | no description | Content | optional |
channels_date | channels_date | no description | Date | optional |
average servers | average servers average_servers | no description | Content | optional |
servers_date | servers_date | no description | Date | optional |
main content | main content main_content | no description | Content | optional |
module | module | no description | Content | optional |