Template:Deployment: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the 'Deployment' template.
This is the 'Deployment' template.

It displays its parameters in a table, turns them into semantic annotations, and assigns [[:Category:Deployments]]. You can create or edit pages with this information with [[Form:Deployment]]; look for an 'edit with form' tab on deployment pages.


'''Example:'''
'''Example:'''
Line 10: Line 12:
|laptops=150,000
|laptops=150,000
|keyboard=Spanish
|keyboard=Spanish
|contact person=Fiorella Haim
|release=703
|release=703
|received laptops=monthly since Dec 2007
|received laptops=monthly since Dec 2007
|server=
|blurb=
}}
}}
</pre>
</pre>
Line 20: Line 23:
|laptops=150,000
|laptops=150,000
|keyboard=Spanish
|keyboard=Spanish
|contact person=Fiorella Haim
|release=703
|release=703
|received laptops=monthly since Dec 2007
|received laptops=monthly since Dec 2007
|server=
|blurb=
}}
}}


Line 28: Line 32:


Edit the page to see the template text.
Edit the page to see the template text.

[[Category:Semantic infrastructure]]
</noinclude><includeonly>
</noinclude><includeonly>
----
{| border="0" cellpadding="2" cellspacing="1"
{| border="0" cellpadding="2" cellspacing="1"
|- bgcolor="#ddd"
|- bgcolor="#ddd"
Line 35: Line 42:
|-
|-
| '''Number of Laptops'''
| '''Number of Laptops'''
| [[Number of laptops::{{{laptops|}}}]]
| [[Number of manufactured laptops::{{{laptops|}}}]]
|- bgcolor="#eee"
|- bgcolor="#eee"
| '''Keyboard Layout'''
| '''Keyboard Layout'''
| [[Keyboard::{{{keyboard|}}}]]
| [[Keyboard::{{{keyboard|}}}]]
|-
| '''Contact Person'''
| {{#arraymap:{{{contact person|}}}|,|x|[[Contact person::x]]}}
|- bgcolor="#ddd"
|- bgcolor="#ddd"
| '''Build'''
| '''Build'''
Line 48: Line 52:
| '''Date(s) Arrived in Country'''
| '''Date(s) Arrived in Country'''
| {{#arraymap:{{{received laptops|}}}|,|x|[[Has received laptops on date::x]]}}
| {{#arraymap:{{{received laptops|}}}|,|x|[[Has received laptops on date::x]]}}
|- bgcolor="#ddd"
| '''School Server'''
| {{#arraymap:{{{server|}}}|,|x|[[School server status::x]]}}
|-
| '''Deployment Status'''
| [[Deployment status::{{{blurb|}}}]]
|}
|}
[[Category:Deployment]]
[[Category:Deployments]]
</includeonly>
</includeonly>

Latest revision as of 03:37, 5 January 2009

This is the 'Deployment' template.

It displays its parameters in a table, turns them into semantic annotations, and assigns Category:Deployments. You can create or edit pages with this information with Form:Deployment; look for an 'edit with form' tab on deployment pages.

Example:

{{Deployment
|language=Spanish
|laptops=150,000
|keyboard=Spanish
|release=703
|received laptops=monthly since Dec 2007
|server=
|blurb=
}}

Primary Language ,|x|Language spoken::x}}
Number of Laptops Number of manufactured laptops::150,000
Keyboard Layout Keyboard::Spanish
Build ,|x|Software release::x}}
Date(s) Arrived in Country ,|x|Has received laptops on date::x}}
School Server ,|x|School server status::x}}
Deployment Status Deployment status::


Edit the page to see the template text.