Template:TLD: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<div class="template-box"> | |||
<table cellpadding="2" style="width: 100%;"> | |||
{{#if:{{{logo|}}} | <tr> | ||
| | {{#if:{{{logo|}}} | ||
|<td colspan="2" style="text-align: center;"><img src="[[Image:{{{logo}}}|150px|center]]" alt="Logo"></td>}} | |||
{{#if:{{{status|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{status|}}} | |||
|<td>Status:</td><td>{{{status}}}</td>}} | |||
{{#if:{{{country|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{country|}}} | |||
|<td>Country:</td><td>{{{country}}}</td>}} | |||
{{#if:{{{introduced|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{introduced|}}} | |||
|<td>Introduced:</td><td>{{{introduced}}}</td>}} | |||
{{#if:{{{language|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{language|}}} | |||
|<td>Language:</td><td>{{{language}}}</td>}} | |||
{{#if:{{{translation|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{translation|}}} | |||
|<td>Translates to:</td><td>{{{translation}}}</td>}} | |||
{{#if:{{{manager|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{manager|}}} | |||
|<td>Manager:</td><td>{{{manager}}}</td>}} | |||
{{#if:{{{registryprovider|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{registryprovider|}}} | |||
|<td>Registry Provider:</td><td>{{{registryprovider}}}</td>}} | |||
{{#if:{{{registrations|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{registrations|}}} | |||
|<td>Registrations:</td><td>{{{registrations}}}</td>}} | |||
{{#if:{{{date|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{date|}}} | |||
|<td>Date Implemented:</td><td>{{{date}}}</td>}} | |||
{{#if:{{{type|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{type|}}} | |||
|<td>Type:</td><td>{{{type}}}</td>}} | |||
{{#if:{{{ascii|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{ascii|}}} | |||
|<td>Punycode:</td><td>{{{ascii}}}</td>}} | |||
{{#if:{{{category|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{category|}}} | |||
|<td>Category:</td><td>{{{category}}}</td>}} | |||
{{#if:{{{community|}}} | </tr> | ||
| | <tr> | ||
{{#if:{{{community|}}} | |||
|<td>Community TLD:</td><td>{{{community}}}</td>}} | |||
{{#if:{{{website|}}} | </tr> | ||
| | <tr> | ||
{{ | {{#if:{{{website|}}} | ||
|<td>Website:</td> | |||
{{#if:{{{twitter|}}} | <td><a href="{{{website}}}" target="_blank">{{{website}}}</a></td>}} | ||
| | </tr> | ||
<tr> | |||
{{#if:{{{twitter|}}} | |||
{{#if:{{{PIC|}}} | |<td>Twitter:</td> | ||
| | <td><a href="http://twitter.com/{{{twitter}}}" target="_blank">@{{{twitter}}}</a></td>}} | ||
</tr> | |||
<tr> | |||
{{#if:{{{keypeople|}}} | {{#if:{{{PIC|}}} | ||
| | |<td>PIC Submitted:</td><td>{{{PIC}}}</td>}} | ||
</tr> | |||
<tr> | |||
{{#if:{{{keypeople|}}} | |||
|<td>Key People:</td><td>{{{keypeople}}}</td>}} | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align: center;"><hr></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align: center;"> | |||
<b>More information:</b> | |||
<a href="https://ntldstats.com/tld/{{{template:NTLDStatsButton}}}"> | |||
<img src="[[File:NTLDStatsLogo.png|70px]]" alt="More Info"> | |||
</a> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<noinclude> | <noinclude> |
Revision as of 02:16, 10 December 2024
More information: <a href="https://ntldstats.com/tld/{{{template:NTLDStatsButton}}}"> <img src="" alt="More Info"> </a> |
Boilerplate[edit source]
{{TLD| |logo = LogoName.jpg |status = Active/Not in root zone/Proposed/Retired |country = Country specific, International |introduced= introduction date |language = if non-English/IDN |translation = if non-English/IDN |manager = Managing Entity |registryprovider = Registry Provider |registrations = Number of Registrations |type = Brand, Generic, Geo, IDN |ascii = ASCII Translation of the TLD (if IDN) |category = sport, professional, adult, etc. |community = Yes/No |website = https://example.com |twitter = Twitter Handle |PIC =Yes, link for download |keypeople = name, title }}
Example[edit source]
<img src="" alt="Logo"> | |
Status: | Active/Not in root zone/Proposed/Retired |
Country: | Country specific, International |
Language: | if IDN |
Translates to: | if IDN |
Manager: | Managing Entity |
Registry Provider: | Registry Provider |
Registrations: | Number of Registrations |
Type: | Brand, Niche, General, Geo, IDN, etc. |
Punycode: | .xn--3k3j39f9 |
Category: | sport, professional, adult, etc. |
Community TLD: | Yes/No |
PIC Submitted: | Yes, link for download |
Key People: | name, title |
More information: <a href="https://ntldstats.com/tld/{{{template:NTLDStatsButton}}}"> <img src="" alt="More Info"> </a> |