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

Talk:Game Record (boilerplate): Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(fix HTML)
(expand reply)
Line 9: Line 9:
* [[Template:Votes]]
* [[Template:Votes]]
so please critique them as well... thanks!<br/>-- [[User:LyingBrian|Lying]][[User_talk:LyingBrian|Brian]] 03:14, 20 August 2007 (MDT)
so please critique them as well... thanks!<br/>-- [[User:LyingBrian|Lying]][[User_talk:LyingBrian|Brian]] 03:14, 20 August 2007 (MDT)
:From the point of view of a somewhat experienced HTML/XML/CSS coder, I strongly recommend NOT using <code>&lt;font color="#00000"&gt;</code>. Use <code>&lt;span style="color:#00000"&gt;</code> instead. There are several other optimizations I could suggest. I may just fix them myself. My other major concern come from being a Newbie to Mafia. I'd really prefer to see the game in chronological order (Night 0, Day 1, Night 1, ... Endgame) rather than scrolling back and forth between separate "Day" and "Night" sections. [[User:SigmaEpsilon|SigmaEpsilon]] ([[User talk:SigmaEpsilon|talk]]) 16:48, 20 August 2007 (MDT)
:From the point of view of a somewhat experienced HTML/XML/CSS coder, I strongly recommend ''not'' using <code>&lt;font color="#00000"&gt;</code>. Use <code>&lt;span style="color:#00000"&gt;</code> instead. I fixed this myself. Also, there is a CSS shrthand you might find useful: When you have and RGB code consisting of three pairs (such as #00aa00), you can abbreviate this by using only one letter per pair (using the previous example, #0a0). This shortcut will ''not'' work with something like #0cdea1 or even #0000a5; the color code '''must'' consist of three "double digits".
 
:My other major concern come from being a Newbie to Mafia. I'd really prefer to see the game in chronological order (Night 0, Day 1, Night 1, ... Endgame) rather than scrolling back and forth between separate "Day" and "Night" sections. [[User:SigmaEpsilon|SigmaEpsilon]] ([[User talk:SigmaEpsilon|talk]]) 16:48, 20 August 2007 (MDT)

Revision as of 23:11, 20 August 2007

this page is an attempt to create a template for the Game pages on MafiaWiki... EVERYTHING is subjective, so please critique as much as you want... name what you like, name what you dislike, even the smallest of details... this page utilizes a lot of templates to make the creation of additional pages as simple as possible... the templates included on this page are:

so please critique them as well... thanks!
-- LyingBrian 03:14, 20 August 2007 (MDT)

From the point of view of a somewhat experienced HTML/XML/CSS coder, I strongly recommend not using <font color="#00000">. Use <span style="color:#00000"> instead. I fixed this myself. Also, there is a CSS shrthand you might find useful: When you have and RGB code consisting of three pairs (such as #00aa00), you can abbreviate this by using only one letter per pair (using the previous example, #0a0). This shortcut will not work with something like #0cdea1 or even #0000a5; the color code 'must consist of three "double digits".
My other major concern come from being a Newbie to Mafia. I'd really prefer to see the game in chronological order (Night 0, Day 1, Night 1, ... Endgame) rather than scrolling back and forth between separate "Day" and "Night" sections. SigmaEpsilon (talk) 16:48, 20 August 2007 (MDT)