Difference between revisions of "Template:CommitteeBox"

From FSCONS wiki
Jump to navigation Jump to search
(Created page with "<includeonly> <table class="infobox" cellspacing="5" style=" width:22em; background-color: #F9F9F9; border: 1px solid #AAAAAA; clear: right; color: black; ...")
 
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
     padding: 0.2em;
 
     padding: 0.2em;
 
     text-align: left;">
 
     text-align: left;">
<caption>Meeting</caption>
+
<caption>Committee</caption>
 
<tr><th colspan="2" style="text-align:center; font-size:125%; font-weight:bold;">{{{name}}}</th></tr>
 
<tr><th colspan="2" style="text-align:center; font-size:125%; font-weight:bold;">{{{name}}}</th></tr>
{{#if:{{{resp|}}}|<tr><th>Links:</th><td>{{{resp}}}</td></tr>|}}
+
{{#if:{{{resp|}}}|<tr><th>Resp:</th><td>{{{resp}}}</td></tr>|}}
 +
{{#if:{{{todolist|}}}|<tr><th>Todo list:</th><td>{{{todolist}}}</td></tr>|}}
 
</table>
 
</table>
  
Line 22: Line 23:
 
| name = Games Committee
 
| name = Games Committee
 
| resp = [[User:Xxx|Xxx]]
 
| resp = [[User:Xxx|Xxx]]
 +
| todolist = [[OurTodoList]]
 
}}</nowiki></code>
 
}}</nowiki></code>
 
</noinclude>
 
</noinclude>

Latest revision as of 10:41, 19 April 2014

Usage: {{CommitteeBox | name = Games Committee | resp = [[User:Xxx|Xxx]] | todolist = [[OurTodoList]] }}