Template:Council member

From IFRR
Revision as of 12:21, 6 March 2019 by Jessica Sandi (Talk | contribs)

Jump to: navigation, search


This template creates a row in a table of city council members with information about a single council 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
{{Council member
| title = Mayor                     <!-- Mayor, or Ward n Seat m, 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
| 2019margin = xx                   <!-- election margin (percentage, no "%"), or UNOPPOSED, or X if did not run in 2015, or ATLARGE for an at-large seat -->
| 2019total = xx                    <!-- total vote percentage (no "%"), omit if did not run in 2015 -->
| 2019a = text                      <!-- OPTIONAL: arbitrary text, e.g. name of an opponent and their vote percentage -->
| 2019b = text                      <!-- OPTIONAL: arbitrary text, please color names to indicate party -->
| 2019c = text                      <!-- OPTIONAL: arbitrary text, use red for R, blue for D, purple for Tea Party -->
| 2019d = text                      <!-- OPTIONAL: arbitrary text -->
| 2019e = text                      <!-- OPTIONAL: arbitrary text -->
| 2019margin = xx                   <!-- election margin (percentage, no "%"), or UNOPPOSED, or X if did not run in 2015, or ATLARGE for an at-large seat -->
| 2019total = 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 -->
}}