Difference between revisions of "Template talk:Mark"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (A few of the marks are unsupported by default on windows: +unsigned)
(A few of the marks are unsupported by default on windows)
Line 23: Line 23:
 
:It looks like it's supported by all major browsers.
 
:It looks like it's supported by all major browsers.
 
:--[[User:Murph|Murph]] ([[User talk:Murph|talk]]) 15:28, 19 May 2015 (UTC)
 
:--[[User:Murph|Murph]] ([[User talk:Murph|talk]]) 15:28, 19 May 2015 (UTC)
 +
:Hmm is http://www.fileformat.info/info/unicode/char/274c/index.htm U+274C (❌)] also problematic? [[User:NWM]] has [http://wiki.kerbalspaceprogram.com/index.php?title=Template:Mark&curid=7140&diff=62840&oldid=62829 changed] it to [http://www.fileformat.info/info/unicode/char/2715/index.htm U+2715 (✕)]. And according to fileformat.info is the latter a multiplication sign while the former is a cross sign, so more appropriate for a “no”.
 +
:And regarding CSS I'm not sure how much we can do with the Wiki software about it, but there is [[w:Template:Unicode]] which might be what we need (at least it looks like so in the description). If we need to edit [[MediaWiki:Commons.css]] I can do that. — [[User:XZise|xZise]] <small>&#91;[[User talk:XZise|talk]]&#93;</small> 16:45, 19 May 2015 (UTC)

Revision as of 16:45, 19 May 2015

Don't use the drag icon as a unit

Hi, not everything in the infobox needs a unit especially if there is no unit. This is especially true for drag as it's just a unit-less coefficient. — xZise [talk] 14:28, 26 October 2014 (CDT)

New 0.90 icons

I think using new 0.90 icons should be better... I mean the icons available in the new editor parts filter system.

Are there many icons which could be replaced by already existing ones here? Also note that most images here are vector graphics and made from hand. Maybe it's possible to get the official images but I don't know how. — xZise [talk] 16:56, 4 January 2015 (CST)

A few of the marks are unsupported by default on windows

Three of the Unicode symbols used for marks, namely:

Science mark - ⚛ - ATOM SYMBOL (U+269B) 
Flag mark - ⚑ - BLACK FLAG (U+2691)
Electric charge mark - ⚡ - HIGH VOLTAGE SIGN (U+26A1)

are not included in any of the default Windows fonts. This isn't a problem for anyone using Firefox, Linux/Mac, or who have installed a font that fully supports Unicode (or a program that includes such a font), but is a problem for many Google Chrome users, because Chrome on Windows only uses the currently installed fonts to render characters, and defaults to a missing character symbol if no fonts support it. All three of those symbols are in the "Miscellaneous Symbols" Unicode block, which is largely unsupported by the default Windows fonts (Arial only renders 12 of the 256 characters in the block). — Preceding unsigned comment added by VariousMetals (talkcontribs) 14:27, 19 May 2015‎

I can't immediately offer a complete solution, but here's a step in the direction of one. Modern web browsers can be told to download fonts on demand via more advanced CSS. This could possibly be used to specify a font which contains all of the necessary symbols. The missing parts of the fix are that I can't point you at an example font to use, and am not giving the specific CSS for it, just a pointer into Mozilla's docs:
https://developer.mozilla.org/en/docs/Web/CSS/@font-face
It looks like it's supported by all major browsers.
--Murph (talk) 15:28, 19 May 2015 (UTC)
Hmm is http://www.fileformat.info/info/unicode/char/274c/index.htm U+274C (❌)] also problematic? User:NWM has changed it to U+2715 (✕). And according to fileformat.info is the latter a multiplication sign while the former is a cross sign, so more appropriate for a “no”.
And regarding CSS I'm not sure how much we can do with the Wiki software about it, but there is w:Template:Unicode which might be what we need (at least it looks like so in the description). If we need to edit MediaWiki:Commons.css I can do that. — xZise [talk] 16:45, 19 May 2015 (UTC)