Field | Help text |
---|---|
Connection method | The technology through which they’re connecting to the internet. |
Connection owner | The kind of entity that owns the internet connection. |
Currently we generate a <dl> to display the data (see mw.IpInfo.IpInfoWidget#generateMarkup). We could instead use OOUI fieldlayouts, where the fieldWidget would be a LabelWidget containing the data, so something like:
new OO.ui.FieldLayout( labelWidgetContainingData, { label: 'ipinfo-property-label-thisproperty', align: 'top', help: 'ipinfo-help-label-thisproperty', // Message key for the text in the table above helpInline: false } );