Templates: Difference between revisions

    Line 16: Line 16:


    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]]
    <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>
    <pre>
    Line 77: Line 57:
    </pre>
    </pre>


    #) [[w:Templates:Infobox advertising]]
     
     
    === [[w:Template:Infobox brand]] ===
    <pre>
    {{infobox brand
    | logo          =
    | name          =
    | image          =
    | type          =
    | currentowner  =
    | origin        =
    | introduced    =
    | discontinued  =
    | related        =
    | markets        =
    | previousowners =
    | trademarkregistrations =
    | ambassador    =
    | tagline        =
    | website        =
    }}
    </pre>
     
    === [[w:Templates:Infobox advertising]] ===


    <pre>
    <pre>
    Line 91: Line 94:
    | product3 =
    | product3 =
    | year    =
    | year    =
    }}
    </pre>
    === [[w:Template:Infobox prepared food]] ===
    <pre>
    {{Infobox prepared food
    | name            =
    | image            =
    | caption          =
    | alternate_name  =
    | country          =
    | region          =
    | creator          =
    | course          =
    | type            =
    | served          =
    | main_ingredient  =
    | variations      =
    | calories        =
    | other            =
    }}
    }}