User:Mazu/Sandbox/9
Zombie Lord's danger map idea
10- |
Dakerstown |
10- |
Dakerstown |
~50 |
Dakerstown |
Mock up of a Map
Dropped the numbers and cell mast icon, they change frequently and don't mean much to the safety of a suburb. Also the lowest power level blub should be solid black or grey, I uploaded a grey version. Also I decided to keep the ghost town color and drop the ghost image.
Map Template Stuff
Danger Map Format Template Code: {{DangerMap{{{Notoriety}}}{{{Danger}}}}}
Status is safe and its a notable suburb which outputs the template call of "DangerMapNotableSafe" = background:#CFC;border:solid 2px #0E0;font-weight:bold
Using {{{{{template|DangerMapFormat}}}: background:#CFC;border:solid 2px #0E0;font-weight:bold
Using {{DangerMapFormat}}:
background:#CFC;border:solid 2px #0E0;font-weight:bold
However if we change the bot up a little bit to let it edit the Danger Report pages we could get template calls like
{{DangerMapFormat
|Notoriety=notable/normal (unedited by bot)
|Infrastructure=***,**-,*--,---
|Power=A-F
}}
Using this template,
New Template:{{DangerMapFormat{{{Notoriety}}}{{{Infrastructure}}}{{{Power}}}}}
Although sadly this make us need 40 different templates (color and images) if the existing system is modified where as right now we only use 10. I might be wrong but I don't think that is any more inclusions or whatever they are called than the existing map uses. PKer presence can be added in manually as I have done on the map above because chances are it will be used sparingly, it'd also double the required pages.
The output code for the new DMF template will probably need a decent amount of change to accommodate the image.
Current code line:style="{{User:DangerReport/Dakerstown}};width:70px"|[[Dakerstown]]<br> [[image:Power3v3.png]]
Possible adaptation:{{User:DangerReport/Dakerstown}}<br>[[Dakerstown]]
New Danger Report Output:style="background color:xxx; font weight:xxx;width:70px"|[[Power image]]
The light bulb images would have to placed above the suburb name, a mild change to the map's look.