Tags: Manual revert Mobile edit Mobile web edit Advanced mobile edit |
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 === | | === Examples === |