Templates: Difference between revisions

1,330 bytes added ,  28 June 2012
→‎2012 situation mapping: listing the contents of Infobox company and Infobox brand .. Infobox product doesn't seem to be much used
(→‎Template use in Wikipedia: Using the SPARQL queries on DBpedia's datasets on Wikipedia infoboxes enabled by the LinkedWiki extension so we will start collecting a list of Infoboxes to get datasetsfor)
(→‎2012 situation mapping: listing the contents of Infobox company and Infobox brand .. Infobox product doesn't seem to be much used)
Line 17: Line 17:
Using the SPARQL queries on [[DBpedia]]'s datasets on [[Wikipedia]] infoboxes enabled by the [[MediaWiki/Extensions#LinkedWiki|LinkedWiki extension]] so we will start collecting a list of Infoboxes to get datasets for.
Using the SPARQL queries on [[DBpedia]]'s datasets on [[Wikipedia]] infoboxes enabled by the [[MediaWiki/Extensions#LinkedWiki|LinkedWiki extension]] so we will start collecting a list of Infoboxes to get datasets for.
#) [[w:Template:Infobox brand]]
#) [[w:Template:Infobox brand]]
<pre>
{{infobox brand
| logo          =
| name          =
| image          =
| type          =
| currentowner  =
| origin        =
| introduced    =
| discontinued  =
| related        =
| markets        =
| previousowners =
| trademarkregistrations =
| ambassador    =
| tagline        =
| website        =
}}
</pre>
#) [[w:Template:Infobox company]]
#) [[w:Template:Infobox company]]


<pre>
{{Infobox company
| name            =
| logo            =
| caption          =
| type            =
| traded_as        =
| genre            = <!-- Only used with media and publishing companies -->
| fate            =
| predecessor      =
| successor        =
| foundation      = <!-- {{Start date|YYYY|MM|DD}} -->
| founder          =
| defunct          = <!-- {{End date|YYYY|MM|DD}} -->
| location_city    =
| location_country =
| locations        =
| area_served      =
| key_people      =
| industry        =
| products        =
| services        =
| revenue          =
| operating_income =
| net_income      =
| aum              = <!-- Only used with financial services companies -->
| assets          =
| equity          =
| owner            =
| num_employees    =
| parent          =
| divisions        =
| subsid          =
| homepage        = <!-- {{URL|examplesite.com|ExampleSite.com}} -->
| footnotes        =
| intl     
</pre>


The template system in [[MediaWiki]] has evolved to a very powerful (and complicated in some cases) system for avoiding redundant manual work, and enabling consistent structure for articles that deal with a certain, shared area of knowledge.
The template system in [[MediaWiki]] has evolved to a very powerful (and complicated in some cases) system for avoiding redundant manual work, and enabling consistent structure for articles that deal with a certain, shared area of knowledge.
9,842

edits