User:Lariat2301/SandPit: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
Line 27: Line 27:
Default: VSB+2 -- For VSB-or less, this might be an entry point to '''named''' nearby over-VSB sites. Temporary upgrades to higher levels might or might not be permitted in case of heavy zombie activity.
Default: VSB+2 -- For VSB-or less, this might be an entry point to '''named''' nearby over-VSB sites. Temporary upgrades to higher levels might or might not be permitted in case of heavy zombie activity.


   <nowiki>{{DesiredVSB | entry=The Spear Arms |</nowiki><nowiki>plan=East Grayside Barricade Plan | upgrade=EHB }}</nowiki>
   <nowiki>{{user:Lariat2301/DesiredVSB | entry=The Spear Arms |</nowiki><nowiki>plan=East Grayside Barricade Plan | upgrade=EHB }}</nowiki>
should produce:<br>
should produce:<br>


{{user:Lariat2301/DesiredVSB | entry=The Spear Arms | plan=East Grayside Barricade Plan | upgrade=EHB }}
{{user:Lariat2301/DesiredVSB | entry=The Spear Arms | plan=East Grayside Barricade Plan | upgrade=EHB }}


   <nowiki>{{DesiredVSB }}</nowiki>
   <nowiki>{{user:Lariat2301/DesiredVSB}}</nowiki>
should produce:<br>
should produce:<br>


{{user:Lariat2301/DesiredVSB}}
{{user:Lariat2301/DesiredVSB}}


The non-core function of #if isn't available here -- have to make due to ifdef and ifndef.
===EHB Requested===
Usage: <nowiki>{{user:Lariat2301/DesiredEHB | entry=BlockPage | plan=PlanPage }}</nowiki><br>
The page is at [[User:Lariat2301/DesiredEHB]].


  {{#if: {{{plan|}}} | In accordance with the [[{{{plan}}}]], this site is To | To }} be kept at [[barricades#very_strongly_barricaded|Very Strongly Barricaded (VSB+2)]], in order to permit entry by rookies and those needing [[Free Running]] access. {{#if: {{{upgrade|}}} | In the event of heavy zombie activity, barricades may be temporarily upgraded to [[{{{upgrade}}}]]. | }}
Default: EHB+4 -- For over-VSB sites, '''named''' entry points might be desired.


===EHB Requested===
  <nowiki>{{user:Lariat2301/DesiredEHB | entry=The Spear Arms | plan=East Grayside Barricade Plan }}</nowiki>
Default: EHB+4 -- For over-VSB sites, '''named''' entry points might be desired.
should produce:<br>
 
{{DesiredEHB | entry=The Spear Arms | plan=East Grayside Barricade Plan }}
 
  <nowiki>{{user:Lariat2301/DesiredEHB}}</nowiki>
should produce:<br>
 
{{user:Lariat2301/DesiredEHB}}


===Wide-Open===
Default: Wide-Open -- for full access even to Zombies.
Default: Wide-Open -- for full access even to Zombies.

Revision as of 03:33, 15 May 2009

Considering making a templates...

If my template is placed on the subpage "TemplateName", aka [[User:Lariat2301/TemplateName]] then it can be used transcluded via:

  {{user:Lariat2301/TemplateName}}

Barricade Policy Templates

To be kept at extremely heavily barricaded (EHB+4), in accordance with the East Grayside Barricade Plan. The Spear Arms is the local entry point for those with the free running skill.

From template help page -- To see how parameters work, consider this example. Assume there is a template called 'peoplepets' that produces some text about people and their pets. A template tag for this template might look like the following:

   1. {{ peoplepets | John | Mary | age = 6 | Fido | small | kind = dog }}
   2. {{ peoplepets | Bill | Susan | age = 7 | Queenie | fat | kind = cat }}

The contents of the template itself, on the page Template:Peoplepets, looks as follows:

   {{{1}}} and {{{2}}} own a {{{4}}} [[{{{kind}}}]] named {{{3}}} who is {{{age}}} years old.

In all cases, a link to the barricade plan is desired.

VSB Requested

Usage: {{user:Lariat2301/DesiredVSB | entry=BlockPage | plan=PlanPage | upgrade=EmergencyLevel }}
The page is at User:Lariat2301/DesiredVSB.

Default: VSB+2 -- For VSB-or less, this might be an entry point to named nearby over-VSB sites. Temporary upgrades to higher levels might or might not be permitted in case of heavy zombie activity.

 {{user:Lariat2301/DesiredVSB | entry=The Spear Arms |plan=East Grayside Barricade Plan | upgrade=EHB }}

should produce:

In accordance with the East Grayside Barricade Plan, this site is to be kept at Very Strongly Barricaded (VSB+2), in order to permit entry by rookies and those needing Free Running access. This location serves as an free-running entry to The Spear Arms. In the event of heavy zombie activity, barricades may be temporarily upgraded to EHB, but should be lowered back to VSB as soon as possible thereafter.

 {{user:Lariat2301/DesiredVSB}}

should produce:

This site is to be kept at Very Strongly Barricaded (VSB+2), in order to permit entry by rookies and those needing Free Running access.

EHB Requested

Usage: {{user:Lariat2301/DesiredEHB | entry=BlockPage | plan=PlanPage }}
The page is at User:Lariat2301/DesiredEHB.

Default: EHB+4 -- For over-VSB sites, named entry points might be desired.

 {{user:Lariat2301/DesiredEHB | entry=The Spear Arms | plan=East Grayside Barricade Plan }}

should produce:

Template:DesiredEHB

 {{user:Lariat2301/DesiredEHB}}

should produce:

This site is to be kept at Extremely Heavily Barricaded (EHB+4).

Wide-Open

Default: Wide-Open -- for full access even to Zombies.