Template:School board member

From IFRR
Jump to: navigation, search


This template creates a row in a table of school board members with information about a single member. Probably the easiest way to use it is to copy an existing use, paste it, and modify as appropriate.

Here is an annotated usage (you can copy and paste this if you want). Arbitrary text can be formatted using Wikipedia's markup syntax (see Wikipedia's help), or a few local templates. Of particular use here:

'''text''' displays as text
{{red|text}} displays as text
{{blue|text}} displays as text
{{green|text}} displays as text
{{purple|text}} displays as text
'''{{red|text}}''' displays as text
[http://www.google.com google] displays as google
{{School board member
| district = n                      <!-- District number or At-Large -->                
| name = Slimey T. Politician
| namea = text                      <!-- OPTIONAL: arbitrary text, appears below name -->
| party = x                         <!-- D for Democrat, R for Republican, U for Unaffiliated, or arbitrary text -->
| partya = text                     <!-- OPTIONAL: arbitrary text, appears below party -->
| partyb = text                     <!-- OPTIONAL: arbitrary text, appears below party -->
| next = 2019                       <!-- Year of next election -->
| phone = nnn.nnn.nnnn
| email = slimey@city.gov
| contact = text                    <!-- OPTIONAL: arbitrary text, appears below phone and email -->
| 2017margin = xx                   <!-- election margin (percentage, no "%"), or UNOPPOSED, or X if did not run in 2015, or ATLARGE for an at-large seat -->
| 2017total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2015 -->
| 2017a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2017b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2017c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2017d = text                      <!-- OPTIONAL: arbitrary text -->
| 2017e = text                      <!-- OPTIONAL: arbitrary text -->
| 2015margin = xx                   <!-- election margin (percentage, no "%"), or UNOPPOSED, or X if did not run in 2015, or ATLARGE for an at-large seat -->
| 2015total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2015 -->
| 2015a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2015b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2015c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2015d = text                      <!-- OPTIONAL: arbitrary text -->
| 2015e = text                      <!-- OPTIONAL: arbitrary text -->
| 2013margin = xx                   <!-- election margin for 2013, or UNOPPOSED, or X, or ATLARGE -->
| 2013total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2013 -->
| 2013a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2013b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2013c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2013d = text                      <!-- OPTIONAL: arbitrary text -->
| 2013e = text                      <!-- OPTIONAL: arbitrary text -->
| 2011margin = xx                   <!-- election margin for 2011, or UNOPPOSED, or X, or ATLARGE -->
| 2011total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2011 -->
| 2011a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2011b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2011c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2011d = text                      <!-- OPTIONAL: arbitrary text -->
| 2011e = text                      <!-- OPTIONAL: arbitrary text -->
| 2009margin = xx                   <!-- election margin for 2009, or UNOPPOSED, or X, or ATLARGE -->
| 2009total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2009 -->
| 2009a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2009b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2009c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2009d = text                      <!-- OPTIONAL: arbitrary text -->
| 2009e = text                      <!-- OPTIONAL: arbitrary text -->
}}