Template:InfoboxNode: Difference between revisions

Template page
No edit summary
(Using the semantic stuff)
Line 1: Line 1:
[[Server Name::{{{name}}}]]
{{#set: Name={{{name}}}}}
{{#set: Name={{{name}}}}}


<div class="infobox">
{| class="infobox"  
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
|-
{{#if: {{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|150px]]</div>|}}
|colspan="2" class="infobox-title"| '''{{{title|{{PAGENAME}}}}}'''
<table>
|-
<tr>
! Name
    <th>Name</th>
| [[Name::{{{name}}}]]
    <td>{{{name}}}</td>
|-
</tr>
! [[Property:Location | Location]]
<tr>
| [[Location::{{{location}}}]]
    <th>Location</th>
|-
    <td>{{{location}}}</td>
! [[Property:Hosting Provider | Hosting Provider]]
</tr>
| [[Hosting Provider::{{{provider}}}]]
<tr>
|-
    <th>Hosting Provider</th>
! [[Property:Owner | Owner]]
    <td>{{{provider}}}</td>
| [[Owner::{{{owner}}}]]
</tr>
|-
<tr>
! [[Property:SID | SID]]
    <th>Owner</th>
| [[SID::{{{sid}}}]]
    <td>{{{owner}}}</td>
|-
</tr>
! [[Property:Node Type | Type]]
<tr>
| [[Node Type::{{{type}}}]]
    <th>SID</th>
|}
    <td>{{{sid}}}</td>
 
</tr>
<tr>
    <th>Type</th>
    <td>{{{type}}}</td>
</tr>
</table>
</div>
<includeonly>[[Category:Nodes]]</includeonly>
<includeonly>[[Category:Nodes]]</includeonly>

Revision as of 18:43, 12 July 2021

{{{name}}} Property "Name" (as page type) with input value "{{{name}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

InfoboxNode
Name {{{name}}}
Location {{{location}}}
Hosting Provider {{{provider}}}
Owner {{{owner}}}
SID {{{sid}}}
Type {{{type}}}