Jump to content

Module talk:Infobox road/color: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Line 45: Line 45:
== Template-protected edit request on 15 May 2020 ==
== Template-protected edit request on 15 May 2020 ==


{{edit template-protected|Module:Infobox road/color|answered=no}}
{{edit template-protected|Module:Infobox road/color|answered=yes}}
==== Nepal's color code needs to be fixed. ====
I appreciate the color set addition but there's a slight wrong interpretation of color codes.
I appreciate the color set addition but there's a slight wrong interpretation of color codes.
My bad that I mistyped color code.
My bad that I mistyped color code.
Line 61: Line 60:
</pre>
</pre>
[[User:Lemofadka|Lemofadka]] ([[User talk:Lemofadka|talk]]) 15:29, 15 May 2020 (UTC)
[[User:Lemofadka|Lemofadka]] ([[User talk:Lemofadka|talk]]) 15:29, 15 May 2020 (UTC)
:This is {{done}}. –[[User:Fredddie|Fredddie]][[User talk:Fredddie|™]] 02:05, 16 May 2020 (UTC)

Revision as of 02:05, 16 May 2020

Template-protected edit request on 6 May 2020

Kosovo's end must be Kosovo but there is the Netherlands and needed to add Nepal to the color list. Lemofadka (talk) 15:59, 6 May 2020 (UTC)[reply]

Are you proposing a change? I'm confused by your request. –Fredddie 16:24, 6 May 2020 (UTC)[reply]

Template-protected edit request on 15 May 2020

Need to add Nepal's color set. It's an addition request. Should I submit color set or add by myself? Lemofadka (talk) 11:29, 15 May 2020 (UTC)[reply]

 Not done: it's not clear what changes you want to be made. Please mention the specific changes in a "change X to Y" format and provide a reliable source if appropriate. – Jonesey95 (talk) 13:07, 15 May 2020 (UTC)[reply]

Template-protected edit request on 15 May 2020

I've figured out color schemes required for various types of the road system of Nepal. National Highway- Red background White text Feeder Road- Black background White text District Road- Blue background White text

I've prepared code that can be inserted just below multiple color countries option. So this is an edit & add request.

		do -- Nepal
			local NPL = Country:new{default = "background:#1D02E7;"}
			NPL:addTypesAsColor({"H"}, "background:#bd0e02; color:#fff;")
			NPL:addTypesAsColor({"F"}, "background:#000000; color:#fff;")
			NPL:addTypesAsColor({"D"}, "background:#1D02E7; color:white;")
			colors.NPL = NPL
		end -- Nepal

Lemofadka (talk) 13:55, 15 May 2020 (UTC)[reply]

 Done Primefac (talk) 14:11, 15 May 2020 (UTC)[reply]

Template-protected edit request on 15 May 2020

I appreciate the color set addition but there's a slight wrong interpretation of color codes. My bad that I mistyped color code. Here's an corrected code.

	do -- Nepal
		local NPL = Country:new{default = "background:#bd0e02;"}
		NPL:addTypesAsColor({"H"}, "background:#006B54; color:#fff;")
                NPL:addTypesAsColor({"E"}, "background:red; color:#fff;")
		NPL:addTypesAsColor({"F"}, "background:#000000; color:#fff;")
		NPL:addTypesAsColor({"D"}, "background:#1D02E7; color:white;")
		colors.NPL = NPL
	end -- Nepal

Lemofadka (talk) 15:29, 15 May 2020 (UTC)[reply]

This is  Done. –Fredddie 02:05, 16 May 2020 (UTC)[reply]