Difference between revisions of "Template:Infobox canal/doc"

From blackwiki
Jump to navigation Jump to search
(+ja)
imported>SebastianHellmann
Line 173: Line 173:
 
</pre>
 
</pre>
 
|}
 
|}
 +
 +
 +
== DBpedia Template Annotation ==
 +
{{DBpedia Template
 +
| relatesToClass = Canal
 +
| mapping =
 +
{{DBpedia Attribute | a_engineer | engineer | links}}
 +
{{DBpedia Attribute | beam | maximumboatbeam | ft}}
 +
{{DBpedia Attribute | beam_in | maximumboatbeam | in}}
 +
{{DBpedia Attribute | branch | parseHint = links}}
 +
{{DBpedia Attribute | branch_of | branchof | links}}
 +
{{DBpedia Attribute | company | parseHint = links}}
 +
{{DBpedia Attribute | date_act | dateact | date}}
 +
{{DBpedia Attribute | date_closed | dateclosed | date}}
 +
{{DBpedia Attribute | date_comp | datecompleted | date}}
 +
{{DBpedia Attribute | date_const | dateconstruction | date}}
 +
{{DBpedia Attribute | date_ext | dateextended | date}}
 +
{{DBpedia Attribute | date_rest | daterestored | date}}
 +
{{DBpedia Attribute | date_use | dateuse | date}}
 +
{{DBpedia Attribute | elev | elevation | ft}}
 +
{{DBpedia Attribute | end | endpoint | links}}
 +
{{DBpedia Attribute | engineer | principalengineer | links}}
 +
{{DBpedia Attribute | join | hasjunctionwith | links}}
 +
{{DBpedia Attribute | len | maximumboatlength | ft}}
 +
{{DBpedia Attribute | len_in | maximumboatlength | in}}
 +
{{DBpedia Attribute | m_name | name | links}}
 +
{{DBpedia Attribute | name | parseHint = links}}
 +
{{DBpedia Attribute | o_beam | originalmaximumboatbeam | ft}}
 +
{{DBpedia Attribute | o_beam_in | originalmaximumboatbeam | in}}
 +
{{DBpedia Attribute | o_end | originalendpoint | links}}
 +
{{DBpedia Attribute | o_len | originalmaximumboatlength | ft}}
 +
{{DBpedia Attribute | o_len_in | originalmaximumboatlength | in}}
 +
{{DBpedia Attribute | o_name | name | links}}
 +
{{DBpedia Attribute | o_start | originalstartpoint | links}}
 +
{{DBpedia Attribute | start | startpoint | links}}
 +
}}
  
  

Revision as of 09:16, 6 November 2009

This template is part of the UK Waterways WikiProject.

Usage

  • All parameters are optional.
    • No caption will be shown if there is no image.
    • The default image size is 288 px
  • units should be entered in feet and inches.
  • Include the HTML comments before and following the template; they help inexperienced editors.
  • Please spend some time at the UK Waterways WikiProject article and its talk page for standards on presenting names and other data.

Simple version

<!-- The following few lines create the "Infobox" table template.
     Please scroll down to edit the main content of the article. -->

{{Infobox Canal
  |name        = 
  |image       = 
  |caption     = 
  |o_name      = 
  |m_name      = 
  |company     = 
  |engineer    = 
  |a_engineer  = 
  |date_act    = 
  |date_const  = 
  |date_use    = 
  |date_comp   = 
  |date_ext    = 
  |date_closed = 
  |date_rest   = 
  |len         = 
  |len_in      = 
  |o_len       = 
  |o_len_in    = 
  |len_note    = 
  |beam        = 
  |beam_in     = 
  |o_beam      = 
  |o_beam_in   = 
  |beam_note   = 
  |start       =
  |o_start     =
  |start_note  = 
  |end         = 
  |o_end       = 
  |end_note    = 
  |branch      = 
  |branch_of   = 
  |join        = 
  |locks       = 
  |o_locks     = 
  |lock_note   =
  |elev        =
  |elev_note   =
  |status      = 
  |nav         = 
}}

<!-- End Infobox template table -->


DBpedia Template Annotation

Template:DBpedia Template