User:Lois Millard/suburb status
10 minutes from hell team members, these are the current status maps of the areas we will patrol. Update it when you run a route or if you notice the status has changed.
- Information to be included: the barricade level, or 'ruined' as applicable, the number of zombies inside the building (with parentheses), the number outside without parentheses. Where there is space, you could also add a datestamp, in the form 10.31 (for October 31), so that people looking at the map know how fresh the information is.
- The boundary around each block - full, dotted or absent - indicates what the barricade level should be. The text indicates what it currently is.
- For ease of updating and reading, and so that the map doesn't become cluttered with inessential information that won't be updated very often in any case, I suggest that we update labels only for the hospitals, NTs, entry points, PDs, the factories, auto repair buildings and the phone masts. However, ruined buildings should always be labeled, wherever they are.
- Things that are as they should be will be labeled in green. Anything that needs urgent attention will be marked in red.
- Information more than a couple of days old is liable to be deleted.
- Notes on how to add or change labels are at the bottom of the page.
Map: Current State of Molebank
LEGEND | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
| ||||||||||||||||||||||
|
Editing Notes
Click on the 'edit' tab, then find the line of code corresponding to the block you're interested in. You're going to add text, or alter the text that's already there, after 'textxx='. Edit the label as you would any text document (don't disturb the more mysterious bits of code). If a block is labeled (1W), for example, and you heal the survivor, just delete '(1W)', and you're done. Preview the page while you're editing, so that you can monitor the changes you're making. Save it when you're happy.
If you're adding more than one bit of information, and want to put them on separate lines within the block, use <br>: that's wiki code for a return.
Things that are as they should be are labeled in green. Anything that needs attention is marked in red. That makes the code look rather more complicated, but as with everything here, it's simpler than it looks. To color text green, for example, use the following code: <span style="color:green">text</span>.
For example, this is what the code for St Elizabeth's Hospital looks like unedited:
- name78=St. Elisabeth's Hospital (Molebank) | alt78=St. Elisabeth's Hospital | cade78=VSB | type78=Hospital | text78=
This is what it would look like edited, if on October 31 you found that it was a ruin with 1 zombie inside:
- name78=St. Elisabeth's Hospital (Molebank) | alt78=St. Elisabeth's Hospital | cade78=VSB | type78=Hospital | text78=<span style="color:red">Ruin<br>(1Z) 10.31
"<span style="color:red">Ruin<br>(1Z) 10.31</span>" was added directly after the equals sign.
Thanks to Sherry Stringfield of MCM as I've blatantly stolen her text and the idea of the status map from her and MCM!