Template:NodeInfo: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> List 'standard' information about a node in a uniform way. == Usage == <nowiki>{{NodeInfo|nodeId=<nodeId>|address=<address>|wifiAllowed=<yes/no>}}</nowiki> Examp..." |
(No difference)
|
Revision as of 14:36, 1 February 2018
List 'standard' information about a node in a uniform way.
Usage
{{NodeInfo|nodeId=<nodeId>|address=<address>|wifiAllowed=<yes/no>}}
Example:
{{NodeInfo|nodeId=node1|address=Koningstraat, 2000 Antwerpen, België|wifiAllowed=no}}
Is shown as:
- JFed ID: node1
- Location: Koningstraat, 2000 Antwerpen, België (Show on Map)
- WiFi tests during the day allowed: no
Template
Ignore (and do not edit) anything under this line. It is the actual template
- JFed ID: {{{nodeId}}}
- Location: {{{address}}} (Show on Map)
- WiFi tests during the day allowed: {{{wifiAllowed}}}