1,684
edits
Adarshatva (talk | contribs) (Template) |
Adarshatva (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 5: | Line 5: | ||
--> | --> | ||
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} | ||
=== Usage === | |||
<syntaxhighlight lang="wikitext"> | |||
{{Infobox top level domain | |||
| name = | |||
| image = (optional) | |||
| image_size = | |||
| alt = | |||
| caption = | |||
| introduced = | |||
| removed = (optional) | |||
| type = <tld type> | |||
| status = | |||
| registry = | |||
| sponsor = <sponsoring organization> | |||
| intendeduse = | |||
| actualuse = (optional) | |||
| restrictions = <registration restrictions> (optional) | |||
| structure = (optional) | |||
| document = <documents> | |||
| DNSname = DNS name of internationalized TLD | |||
| disputepolicy = | |||
| website = | |||
| registereddomains = number of registered domains; if this argument is provided so must the following two | |||
| dateregistereddomains = date where the above number applies | |||
| refregistereddomains = reference for the previous two arguments, surrounded by <ref> and </ref> | |||
or using <ref name="..."/> | |||
| dnssec = Yes if DNSSEC is implemented in the TLD, otherwise No or Unknown | |||
| idn = Yes if IDN is implemented in the TLD, otherwise No | |||
}} | |||
</syntaxhighlight> | |||
<!-- === Some suggested colors === | |||
{| style="background:transparent;" | |||
!style="background-color:#FFCC00"|Unsponsored gTLDs||#FC0 | |||
|- | |||
!style="background-color:#FFCCCC"|Sponsored gTLDs||#FCC | |||
|- | |||
!style="background-color:#CCCCFF"|CCTLDs||#CCF | |||
|- | |||
!style="background-color:#FFFF99"|Infrastructure TLDs||#FF9 | |||
|- | |||
!style="background-color:#F0FFF0"|Unassigned TLDs||#F0FFF0 | |||
|- | |||
!style="background-color:#CCCCCC"|Discontinued TLDs||#CCC | |||
|- | |||
!style="background-color:#d2b48c"|Proposed TLDs||#D2B48C | |||
|- | |||
!style="background-color:#66CCCC"|Reserved TLDs||#6CC | |||
|- | |||
!style="background-color:#ADFF2F"|Pseudo-TLDs||#ADFF2F | |||
|} --> | |||
=== Examples === | |||
From [[.org]]. | |||
<syntaxhighlight lang="wikitext"> | |||
{{Infobox top level domain | |||
|name=.org | |||
|image=[[File:ORG_RGB.png|200px]] | |||
|introduced={{start date and age|1985|1|1}} | |||
|type=[[Generic top-level domain]] | |||
|status=Active | |||
|registry=[[Public Interest Registry]] (technical service by [[Afilias]]) | |||
|sponsor=Not technically sponsored, but PIR is connected with the [[Internet Society]] | |||
|intendeduse=Miscellaneous organizations not fitting in other categories (generally noncommercial) | |||
|actualuse=Nonprofits; personal sites; open-source projects; some government websites; mostly used by non-commercial entities | |||
|restrictions=None | |||
|structure=Registrations at second level permitted | |||
|document=RFC 920; RFC 1591; [http://www.icann.org/tlds/agreements/org/ ICANN registry agreement] | |||
|disputepolicy=[[UDRP]] | |||
|website=[http://www.pir.org/ Public Interest Registry] | |||
|dnssec=yes | |||
}} | |||
</syntaxhighlight> | |||
{{Infobox top level domain| | |||
|name=.org | |||
|image=<nowiki>DOT ORG (ORG Marketing Resources logo).png</nowiki> | |||
|introduced=1985 | |||
|type=[[Generic top-level domain]] | |||
|status=Active | |||
|registry=[[Public Interest Registry]] (operated by [[Afilias]]) | |||
|sponsor=Not technically sponsored, but PIR is connected with the [[Internet Society]] | |||
|intendeduse=Miscellaneous organizations not fitting in other categories (generally noncommercial) | |||
|actualuse=Nonprofits; personal sites; open-source projects; sometimes used by commercial entities | |||
|restrictions=None | |||
|structure=Registrations at second level permitted | |||
|document=RFC 920; RFC 1591; [http://www.icann.org/tlds/agreements/org/ ICANN registry agreement] | |||
|disputepolicy=[[UDRP]] | |||
|website=[http://www.publicinterestregistry.org/ Public Interest Registry] | |||
|dnssec=yes | |||
}} | |||
<includeonly>{{Sandbox other|| | |||
<!-- PLEASE ADD CATEGORIES BELOW THIS LINE, THANKS. --> | |||
[[Category:Computing infobox templates|Top level domain]] | |||
}}</includeonly> | |||
=== Usage === | === Usage === |
edits