Category:BarricadePlan Components

From The Urban Dead Wiki
Revision as of 15:23, 12 June 2010 by The Rooster (talk | contribs) (New page: <big> Resources » Wiki Resources » Templates » [[:Category:Template Components|Template Compo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Resources » Wiki Resources » Templates » Template Components » BarricadePlan Components

These are components for the {{BarricadePlan}} template, which is a way to display Barricade Plans.

Documentation

The main template is {{BarricadePlan}} which will give you your barricade plan. The policy box alters each cell to display a block, either a colour to represent a certain level of barricades, or to show a TRP style (which represents VSB).

Variables

  • suburb should contain the name of the suburb.
  • x and y are the tens digits for the x and y co-ordinates of locations within the suburb. For example, Santlerville blocks have X co-ordinates 70-79, so x=7. Y co-ordinates range from 20-29, so y=2.

There then can be upto five variables to specify per block.

  • typeXY is the type of location, which can also include generic EHB or VSB buildings. These templates are prefixed "Template:BP" should you need to create others. Valid codes include:
    • AutoShop for auto repair shops at VSB.
    • Cemetery for cemeteries.
    • EH for all buildings at EHB.
    • FS for fire stations at VSB.
    • H for hospitals at VSB.
    • Mast for Mobile Phone Masts, which are always EHB.
    • Monument for monuments, though using street is acceptable.
    • NT for NecroTech buildings at VSB.
    • PD for police departments at VSB.
    • RP - Any empty block that is a designated Revivification Point.
    • School for schools at VSB.
    • Street for empty blocks.
    • VSB for buildings at VSB not covered by specific codes above.
    • Open for any building that should remain unbarricaded.
  • textXY is the name of the wiki page for the building. It will appear as a tooltip.
  • contentXY is any text you want displayed on the block. A common scheme is to mark any EHB TRPs (such as with "H" for hospital) and any generic VSB blocks to make it easier to locate the entry points.

In the code format, X is incremented, then Y. This means that you complete a row of the plan from left to right, then move down and complete another row.

Usage Format

Remember to fill in the type and text variables. You can leave content variables even if blank.

You can also use this web tool to generate a blank plan for a specific suburb quickly.

{{BarricadePlan|x=|y=|suburb=
| type00= | text00= | content00=
| type10= | text10= | content10=
| type20= | text20= | content20=
| type30= | text30= | content30=
| type40= | text40= | content40=
| type50= | text50= | content50=
| type60= | text60= | content60=
| type70= | text70= | content70=
| type80= | text80= | content80=
| type90= | text90= | content90=

| type01= | text01= | content01=
| type11= | text11= | content11=
| type21= | text21= | content21=
| type31= | text31= | content31=
| type41= | text41= | content41=
| type51= | text51= | content51=
| type61= | text61= | content61=
| type71= | text71= | content71=
| type81= | text81= | content81=
| type91= | text91= | content91=

| type02= | text02= | content02=
| type12= | text12= | content12=
| type22= | text22= | content22=
| type32= | text32= | content32=
| type42= | text42= | content42=
| type52= | text52= | content52=
| type62= | text62= | content62=
| type72= | text72= | content72=
| type82= | text82= | content82=
| type92= | text92= | content92=

| type03= | text03= | content03=
| type13= | text13= | content13=
| type23= | text23= | content23=
| type33= | text33= | content33=
| type43= | text43= | content43=
| type53= | text53= | content53=
| type63= | text63= | content63=
| type73= | text73= | content73=
| type83= | text83= | content83=
| type93= | text93= | content93=

| type04= | text04= | content04=
| type14= | text14= | content14=
| type24= | text24= | content24=
| type34= | text34= | content34=
| type44= | text44= | content44=
| type54= | text54= | content54=
| type64= | text64= | content64=
| type74= | text74= | content74=
| type84= | text84= | content84=
| type94= | text94= | content94=

| type05= | text05= | content05=
| type15= | text15= | content15=
| type25= | text25= | content25=
| type35= | text35= | content35=
| type45= | text45= | content45=
| type55= | text55= | content55=
| type65= | text65= | content65=
| type75= | text75= | content75=
| type85= | text85= | content85=
| type95= | text95= | content95=

| type06= | text06= | content06=
| type16= | text16= | content16=
| type26= | text26= | content26=
| type36= | text36= | content36=
| type46= | text46= | content46=
| type56= | text56= | content56=
| type66= | text66= | content66=
| type76= | text76= | content76=
| type86= | text86= | content86=
| type96= | text96= | content96=

| type07= | text07= | content07=
| type17= | text17= | content17=
| type27= | text27= | content27=
| type37= | text37= | content37=
| type47= | text47= | content47=
| type57= | text57= | content57=
| type67= | text67= | content67=
| type77= | text77= | content77=
| type87= | text87= | content87=
| type97= | text97= | content97=

| type08= | text08= | content08=
| type18= | text18= | content18=
| type28= | text28= | content28=
| type38= | text38= | content38=
| type48= | text48= | content48=
| type58= | text58= | content58=
| type68= | text68= | content68=
| type78= | text78= | content78=
| type88= | text88= | content88=
| type98= | text98= | content98=

| type09= | text09= | content09=
| type19= | text19= | content19=
| type29= | text29= | content29=
| type39= | text39= | content39=
| type49= | text49= | content49=
| type59= | text59= | content59=
| type69= | text69= | content69=
| type79= | text79= | content79=
| type89= | text89= | content89=
| type99= | text99= | content99=
}}