Difference between revisions of "Template:Infobox crowdfunding campaign"

From Stationery Wiki
Jump to navigation Jump to search
(removed image link)
(semantic status)
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
 
| Funding achieved: || {{{achieved}}}
 
| Funding achieved: || {{{achieved}}}
|- bgcolor="#ffffff"
 
| Guests: || {{{guests}}}
 
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
 
| Backers: || {{{backers}}}
 
| Backers: || {{{backers}}}
Line 28: Line 26:
 
To use it in an article, copy the template below and paste it into an article.
 
To use it in an article, copy the template below and paste it into an article.
 
Empty fields won't be displayed in the article.  
 
Empty fields won't be displayed in the article.  
 +
 +
The semantic information has to be entered in the infobox and is not part of the template, so that there is more flexibility, e.g. when fields contain unexpected information.
 +
This means that the semantic field [[...]] has to be left out if there is no value, but it also means that if there is more than one value it can be repeated.
  
 
===Template===
 
===Template===
 +
 +
Empty template
 +
<pre><nowiki>
 +
{{Infobox crowdfunding campaign
 +
| name =
 +
| image =
 +
| platform = [[funding platform::]]
 +
| period =
 +
| aim = [[funding aim::]]
 +
| achieved = [[funding achieved::]]
 +
| backers = [[backers::]]
 +
| status =  [[funding status::]]
 +
| link =
 +
}}
 +
</nowiki></pre>
 +
 +
Example
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Infobox crowdfunding campaign
 
{{Infobox crowdfunding campaign
 
| name =  
 
| name =  
 
| image =  
 
| image =  
| platform =  
+
| platform = [[funding platform::Kickstarter]]
 
| period =  
 
| period =  
| aim =  
+
| aim = [[funding aim::$15,000]]
| achieved =  
+
| achieved = [[funding achieved::$324,393]]
| backers =  
+
| backers = [[backers::5,803]]
| status =  
+
| status = [[funding status::funded]]
 
| link =  
 
| link =  
 
}}
 
}}

Latest revision as of 12:16, 4 July 2017

[[{{{name}}}]]
{{{image}}}
Funding Platform: {{{platform}}}
Funding Period: {{{period}}}
Funding aim: {{{aim}}}
Funding achieved: {{{achieved}}}
Backers: {{{backers}}}
Status: {{{status}}}
Web Site: {{{link}}}


Description[edit]

This template is used to create an infobox in an article about a crowdfunding campaign. To use it in an article, copy the template below and paste it into an article. Empty fields won't be displayed in the article.

The semantic information has to be entered in the infobox and is not part of the template, so that there is more flexibility, e.g. when fields contain unexpected information. This means that the semantic field ... has to be left out if there is no value, but it also means that if there is more than one value it can be repeated.

Template[edit]

Empty template

{{Infobox crowdfunding campaign
| name = 
| image = 
| platform = [[funding platform::]]
| period = 
| aim = [[funding aim::]]
| achieved = [[funding achieved::]]
| backers = [[backers::]]
| status =  [[funding status::]]
| link = 
}}

Example

{{Infobox crowdfunding campaign
| name = 
| image = 
| platform = [[funding platform::Kickstarter]]
| period = 
| aim = [[funding aim::$15,000]]
| achieved = [[funding achieved::$324,393]]
| backers = [[backers::5,803]]
| status = [[funding status::funded]]
| link = 
}}