Difference between revisions of "Template:Infobox project/doc"
Jump to navigation
Jump to search
imported>Vanisaac m (→Tracking category: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
|||
| (39 intermediate revisions by 11 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | + | <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> | |
| − | + | {{Lua|Module:Infobox|Module:InfoboxImage|Module:Wikidata|Module:WikidataIB|Module:Check for unknown parameters}} | |
| − | <!-- PLEASE ADD CATEGORIES | + | {{Uses Wikidata|P571|P576|P856|P1427}} |
== Usage == | == Usage == | ||
| − | ; | + | ; name : name of the project |
; logo : logo of the project | ; logo : logo of the project | ||
| − | ; | + | ; image : representative image for the project |
| + | ; mission_statement : mission statement of the project | ||
; commercial : Yes/No | ; commercial : Yes/No | ||
; type : type of the project | ; type : type of the project | ||
| + | ; products : products | ||
; location : location of the project | ; location : location of the project | ||
; owner : owner of the project | ; owner : owner of the project | ||
| − | |||
; founder : name of the founder | ; founder : name of the founder | ||
| − | ; | + | ; key_people : key people |
| − | ; | + | ; established : date of establishment of the project; use {{tl|Start date}} |
| − | ; | + | ; disestablished : date of disestablishment of the project; use {{tl|End date}} |
; funding : Project funding details | ; funding : Project funding details | ||
| + | ; current_status : Current status | ||
| + | ; website : website of the project; use {{tl|URL}} | ||
== Example == | == Example == | ||
| − | {{ | + | {{Infobox project |
| − | | | + | | name = WikiEducator |
| − | | logo = [[ | + | | logo = [[File:Noflag2.svg|135px]] |
| − | | | + | | mission_statement = "Working collaboratively towards a free version of the education curriculum by 2015" |
| commercial = No | | commercial = No | ||
| type = Free, Open and Online Distance Learning | | type = Free, Open and Online Distance Learning | ||
| location = Canada | | location = Canada | ||
| owner = Supported by [[Commonwealth of Learning]] & Owned by community | | owner = Supported by [[Commonwealth of Learning]] & Owned by community | ||
| − | + | | founder = Wayne Mackintosh | |
| − | | founder = | + | | established = {{Start date|2006|05}} |
| − | | | + | | website = {{URL|www.wikieducator.org}} |
| − | |||
}} | }} | ||
| − | <pre | + | <pre style="overflow:auto"> |
| − | {{ | + | {{Infobox project |
| − | | | + | | name = WikiEducator |
| − | | logo = [[: | + | | logo = [[File:Noflag2.svg|135px]] |
| − | | | + | | mission_statement = "Working collaboratively towards a free version of the education curriculum by 2015" |
| commercial = No | | commercial = No | ||
| type = Free, Open and Online Distance Learning | | type = Free, Open and Online Distance Learning | ||
| location = Canada | | location = Canada | ||
| owner = Supported by [[Commonwealth of Learning]] & Owned by community | | owner = Supported by [[Commonwealth of Learning]] & Owned by community | ||
| − | + | | founder = Wayne Mackintosh | |
| − | | founder = | + | | established = {{Start date|2006|05}} |
| − | | | + | | website = {{URL|www.wikieducator.org}} |
| − | |||
}} | }} | ||
| − | + | </pre> | |
== Blank == | == Blank == | ||
| − | <pre | + | <pre style="overflow:auto">{{Infobox project |
| − | | | + | | name = |
| logo = | | logo = | ||
| − | | | + | | image = |
| + | | caption = | ||
| + | | mission_statement = | ||
| commercial = | | commercial = | ||
| type = | | type = | ||
| + | | products = | ||
| location = | | location = | ||
| + | | country = | ||
| owner = | | owner = | ||
| − | |||
| founder = | | founder = | ||
| − | | | + | | primeminister = |
| − | | | + | | key_people = |
| − | | | + | | established = <!-- {{Start date|YYYY|MM|DD|df=y}} --> |
| − | }}</ | + | | disestablished = <!-- {{End date|YYYY|MM|DD|df=y}} --> |
| + | | funding = | ||
| + | | budget = | ||
| + | | current_status = | ||
| + | | website = <!-- {{URL|example.com}} --> | ||
| + | }}</pre> | ||
| + | |||
| + | ==Government scheme== | ||
| + | <pre style="overflow:auto">{{Infobox project | ||
| + | | abbreviation = | ||
| + | | native_name = | ||
| + | | logo = | ||
| + | | image = | ||
| + | | caption = | ||
| + | | motto = | ||
| + | | type = | ||
| + | | country = | ||
| + | | primeminister = | ||
| + | | ministry = | ||
| + | | key_people = | ||
| + | | launched = <!-- {{Start date and age|YYYY|MM|DD|df=y}} --> | ||
| + | | launch_place = | ||
| + | | closed = <!-- {{End date and age|YYYY|MM|DD|df=y}} --> | ||
| + | | budget = | ||
| + | | website = <!-- {{URL|example.com}} --> | ||
| + | | status = | ||
| + | }}</pre> | ||
== Microformat == | == Microformat == | ||
{{UF-hcal}} | {{UF-hcal}} | ||
| − | === | + | == Tracking category == |
| − | + | * {{clc|Pages using infobox project with unknown parameters}} | |
| − | |||
| − | |||
| − | </includeonly> | + | <includeonly>{{Sandbox other|| |
| + | <!-- Categories go here and interwikis go in Wikidata. --> | ||
| + | [[Category:Infobox templates|Project]] | ||
| + | [[Category:Templates that add a tracking category]] | ||
| + | }}</includeonly> | ||
Latest revision as of 20:59, 25 April 2020
| This is a documentation subpage for Template:Infobox project. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
- name
- name of the project
- logo
- logo of the project
- image
- representative image for the project
- mission_statement
- mission statement of the project
- commercial
- Yes/No
- type
- type of the project
- products
- products
- location
- location of the project
- owner
- owner of the project
- founder
- name of the founder
- key_people
- key people
- established
- date of establishment of the project; use {{Start date}}
- disestablished
- date of disestablishment of the project; use {{End date}}
- funding
- Project funding details
- current_status
- Current status
- website
- website of the project; use {{URL}}
Example
| Script error: No such module "If empty". | |
|---|---|
| Mission statement | "Working collaboratively towards a free version of the education curriculum by 2015" |
| Commercial? | No |
| Type of project | Free, Open and Online Distance Learning |
| Location | Canada |
| Owner | Supported by Commonwealth of Learning & Owned by community |
| Founder | Wayne Mackintosh |
| Established | May 2006 |
| Launched | Script error: No such module "Wikidata". Script error: No such module "Wikidata". |
| Disestablished | Script error: No such module "Wikidata". |
| Website | Script error: No such module "Wikidata". |
{{Infobox project
| name = WikiEducator
| logo = [[File:Noflag2.svg|135px]]
| mission_statement = "Working collaboratively towards a free version of the education curriculum by 2015"
| commercial = No
| type = Free, Open and Online Distance Learning
| location = Canada
| owner = Supported by [[Commonwealth of Learning]] & Owned by community
| founder = Wayne Mackintosh
| established = {{Start date|2006|05}}
| website = {{URL|www.wikieducator.org}}
}}
Blank
{{Infobox project
| name =
| logo =
| image =
| caption =
| mission_statement =
| commercial =
| type =
| products =
| location =
| country =
| owner =
| founder =
| primeminister =
| key_people =
| established = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| disestablished = <!-- {{End date|YYYY|MM|DD|df=y}} -->
| funding =
| budget =
| current_status =
| website = <!-- {{URL|example.com}} -->
}}
Government scheme
{{Infobox project
| abbreviation =
| native_name =
| logo =
| image =
| caption =
| motto =
| type =
| country =
| primeminister =
| ministry =
| key_people =
| launched = <!-- {{Start date and age|YYYY|MM|DD|df=y}} -->
| launch_place =
| closed = <!-- {{End date and age|YYYY|MM|DD|df=y}} -->
| budget =
| website = <!-- {{URL|example.com}} -->
| status =
}}
Microformat
Tracking category