You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Votecount Templates: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(Created page with "{{Template:Modding}} This page is for all templates of vote counts for mods to copy and use in their games. ==Info== Please feel free to add your own code for votecounters...")
 
(term replacement)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Modding}}
{{ModdingNav}}


This page is for all templates of vote counts for mods to copy and use in their games.
==General Information==


This page is for all templates of vote counts for mods to copy and use in their games. Please feel free to add your own code for vote-counts for others to use.


==Info==
[[camns votecount spreadsheet]]


Please feel free to add your own code for votecounters for others to use. If you do don't forget to add a picture of what the votecounter looks like, make sure to note what skin you were using when you took the snapshot/picture.
You have to click "edit" to get the right formatting here.
Click "edit".. then copy the tab-delimited text between the double lines. From [color] to [/color]
It should paste into google sheets just fine!
===================
[color=#0040FF] [b][i] VOTE COUNT 1 . 1 [/i][/b]
[b] Player [/b] - =COUNTA(F3:L3) ( )
[b] Player [/b] - =COUNTA(F4:L4) ( )
[b] Player [/b] - =COUNTA(F5:L5) ( )
[b] Player [/b] - =COUNTA(F6:L6) ( )
[b] Player [/b] - =COUNTA(F7:L7) ( )
[b] Player [/b] - =COUNTA(F8:L8) ( )
[b] Player [/b] - =COUNTA(F9:L9) ( )
[b] Player [/b] - =COUNTA(F10:L10) ( )
[b] Player [/b] - =COUNTA(F11:L11) ( )
[b] Player [/b] - =COUNTA(F12:L12) ( )
[b] Player [/b] - =COUNTA(F13:L13) ( )
[b] Player [/b] - =COUNTA(F14:L14) ( )
[b] Not Voting [/b] - =COUNTA(F16:K17) ( Player, Player, Player, Player, Player, Player, Player,
Player, Player, Player, Player, Player, Player, )
[b][i]
With =COUNTA(B3:B14) alive, it takes =ROUNDUP((D19+0.5)/2) to Elimination
Deadline is in [countdown] 2016-04-11 12:00:00 -7.00 [/countdown] [/b][/i] [/color]
 
=================================
 
[[Category:Modding Templates]]

Latest revision as of 20:45, 18 June 2021

General Information

This page is for all templates of vote counts for mods to copy and use in their games. Please feel free to add your own code for vote-counts for others to use.

camns votecount spreadsheet

You have to click "edit" to get the right formatting here. Click "edit".. then copy the tab-delimited text between the double lines. From [color] to [/color] It should paste into google sheets just fine!

=======

[color=#0040FF] [b][i] VOTE COUNT 1 . 1 [/i][/b]

[b] Player [/b] - =COUNTA(F3:L3) ( ) [b] Player [/b] - =COUNTA(F4:L4) ( ) [b] Player [/b] - =COUNTA(F5:L5) ( ) [b] Player [/b] - =COUNTA(F6:L6) ( ) [b] Player [/b] - =COUNTA(F7:L7) ( ) [b] Player [/b] - =COUNTA(F8:L8) ( ) [b] Player [/b] - =COUNTA(F9:L9) ( ) [b] Player [/b] - =COUNTA(F10:L10) ( ) [b] Player [/b] - =COUNTA(F11:L11) ( ) [b] Player [/b] - =COUNTA(F12:L12) ( ) [b] Player [/b] - =COUNTA(F13:L13) ( ) [b] Player [/b] - =COUNTA(F14:L14) ( )

[b] Not Voting [/b] - =COUNTA(F16:K17) ( Player, Player, Player, Player, Player, Player, Player, Player, Player, Player, Player, Player, Player, ) [b][i] With =COUNTA(B3:B14) alive, it takes =ROUNDUP((D19+0.5)/2) to Elimination Deadline is in [countdown] 2016-04-11 12:00:00 -7.00 [/countdown] [/b][/i] [/color]

=====================