Difference between revisions of "Template:SoCProject"

From VideoLAN Wiki
Jump to navigation Jump to search
(Undo revision 13985 by Wangxiang (Talk))
m (Visually identical CSS)
 
(17 intermediate revisions by 3 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 {{{2009|}}} projects|Google Summer of Code {{{2009}}}]]''.
+
|'''This project is part of''' ''[[SoC {{{year|}}} projects|Google Summer of Code {{{year}}}]]''.
{|
+
{| style="padding:3px;"
 
|'''Student''':
 
|'''Student''':
|xiang wang
+
|{{{student}}}
 
|-
 
|-
 
|'''Mentor''':
 
|'''Mentor''':
|dionoea
+
|{{{mentor}}}
 
|}
 
|}
{{ #ifeq: {{{year}}} | 2009 | ''Work in progress'' }}
+
{{ #ifeq: {{{year}}} | {{CURRENTYEAR}} | ''Work in progress'' }}
 
|}
 
|}
<includeonly> [[Category:SoC {{{2009|}}} Audio Filter Improvement]] [[Category:SoC]]</includeonly><noinclude>
+
<includeonly> [[Category:SoC {{{year|}}} Project|{{#titleparts: {{PAGENAME}} | | -1 }}]]</includeonly><noinclude>
  
== Abstract ==
+
==Usage==
Lua script language has been used successfully to Videolan. I'l create scriptable new audio filters in lua and enable users to create whatever audio filtering function they want in a Lua script
+
<nowiki>{{SoCProject|year= |student= |mentor= }}</nowiki>
  
== Timeline ==
+
It will add it to <code>Category:SoC <year> Project</code>
This is an estimation.
 
  
'''May''' Lab projects and Preparation for Videolan Gosc 2009
+
==Example==
 +
<nowiki>{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}</nowiki>
 +
becomes
 +
{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}
  
''' May 23''' Program Starts
+
And the page is added to [[:Category:SoC_2007_Project]].
  
''' May 23 - June 25''' Lua script
+
[[Category:SoC|*]]
 
+
[[Category:Templates]]
''
+
</noinclude>
''' June 5 ''' Attend google developer day china
 
 
 
''' June 6 ''' Final Exam''
 
 
 
''' June 25 - July 13 ''' 3D effects Of Audio Filters
 
 
 
''' July 13 - August 17''' the rest fixing and other filters
 
 
 
'''August 17''' Program end
 

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.