Difference between revisions of "Template:SoCProject"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Visually identical CSS)
 
(31 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| cellspacing="2" cellpadding="3" style="width:80%;border:solid #999 1px;background:#F8F8F8;margin:0.5em auto;clear:all"
+
{| class="widebox" style="margin:0.5em auto; padding:3px;"
|This project is part of ''[[SoC {{{year|}}} projects|Google Summer of Code {{{year}}}]]''.<br>Student: {{{student}}}<br> Mentor: {{{mentor}}}{{ #ifeq: {{{year}}} | 2007 | <br> ''Work in progress'' }}
+
|'''This project is part of''' ''[[SoC {{{year|}}} projects|Google Summer of Code {{{year}}}]]''.
 +
{| style="padding:3px;"
 +
|'''Student''':
 +
|{{{student}}}
 +
|-
 +
|'''Mentor''':
 +
|{{{mentor}}}
 
|}
 
|}
<includeonly> [[Category:SoC {{{year|}}} Project]] </includeonly><noinclude>
+
{{ #ifeq: {{{year}}} | {{CURRENTYEAR}} | ''Work in progress'' }}
 +
|}
 +
<includeonly> [[Category:SoC {{{year|}}} Project|{{#titleparts: {{PAGENAME}} | | -1 }}]]</includeonly><noinclude>
  
 
==Usage==
 
==Usage==
 
  <nowiki>{{SoCProject|year= |student= |mentor= }}</nowiki>
 
  <nowiki>{{SoCProject|year= |student= |mentor= }}</nowiki>
  
It will add it to [[:Category:SoC_year_Project]].
+
It will add it to <code>Category:SoC <year> Project</code>
  
 
==Example==
 
==Example==
Line 14: Line 22:
 
{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}
 
{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}
  
And the page is added it to [[:Category:SoC_2007_Project]].
+
And the page is added to [[:Category:SoC_2007_Project]].
  
 +
[[Category:SoC|*]]
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 00:02, 24 March 2019

This project is part of Google Summer of Code {{{year}}}.
Student: {{{student}}}
Mentor: {{{mentor}}}


Usage

{{SoCProject|year= |student= |mentor= }}

It will add it to Category:SoC <year> Project

Example

{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}

becomes

This project is part of Google Summer of Code 2007.
Student: Pierre d'Herbemont
Mentor: Felix Paul Kühne

And the page is added to Category:SoC_2007_Project.