Template:Mission Briefing: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
m (rewrite with html5 style blockquotes)
m (flex instead of float to prevent float-related layout problems)
Line 1: Line 1:
<div role="figure" aria-labelledby="mission-briefing-{{anchorencode:{{{Contact}}}}}">
<div role="figure" aria-labelledby="mission-briefing-{{anchorencode:{{{Contact}}}}}" style="display: flex;">


<div style="float: left; width: 60px; text-align: center; font-size: smaller;"><div>{{#if:{{{Image|}}}|[[File:{{{Image}}}|{{{Size|48px}}}|link=|alt=]]|{{#ifexist:File:Contact Small {{{Contact}}}.jpg|[[File:Contact Small {{{Contact}}}.jpg|48px|link=|alt=]]|[[File:Badge question mark.png|link=|alt=]]}}}}</div>{{#if:{{{ContactLink|}}}|[[{{{ContactLink}}}|<span id="mission-briefing-{{anchorencode:{{{Contact}}}}}" style="padding-top: {{#expr:{{{Size|48}}}+2}}px;">{{{Contact}}}</span>]]|{{linkifexists|page={{{Contact}}}|name=<span id="mission-briefing-{{anchorencode:{{{Contact}}}}}" style="padding-top: {{#expr:{{{Size|48}}}+2}}px;">{{{Contact}}}</span>}}}}</div>
<div style="flex: none; width: 60px; text-align: center; font-size: smaller;"><div>{{#if:{{{Image|}}}|[[File:{{{Image}}}|{{{Size|48px}}}|link=|alt=]]|{{#ifexist:File:Contact Small {{{Contact}}}.jpg|[[File:Contact Small {{{Contact}}}.jpg|48px|link=|alt=]]|[[File:Badge question mark.png|link=|alt=]]}}}}</div>{{#if:{{{ContactLink|}}}|[[{{{ContactLink}}}|<span id="mission-briefing-{{anchorencode:{{{Contact}}}}}" style="padding-top: {{#expr:{{{Size|48}}}+2}}px;">{{{Contact}}}</span>]]|{{linkifexists|page={{{Contact}}}|name=<span id="mission-briefing-{{anchorencode:{{{Contact}}}}}" style="padding-top: {{#expr:{{{Size|48}}}+2}}px;">{{{Contact}}}</span>}}}}</div>


<div style="margin-left: 70px;">
<div style="margin-left: 10px;">
{{#if:{{{Text|}}}|
{{#if:{{{Text|}}}|


<div style="margin: 1em 0; font-weight: bold;">{{{Type|Briefing}}}</div>
<div style="font-weight: bold;">{{{Type|Briefing}}}</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 13: Line 13:


}}{{#if:{{{Brief|}}}|
}}{{#if:{{{Brief|}}}|
<div style="margin: 1em 0; font-weight: bold;">Briefing</div>
<div style="font-weight: bold;">Briefing</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 21: Line 21:
}}{{#if:{{{Debrief|}}}|
}}{{#if:{{{Debrief|}}}|


<div style="margin: 1em 0; font-weight: bold;">Debriefing</div>
<div style="font-weight: bold;">Debriefing</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 29: Line 29:
}}{{#if:{{{Accept|}}}|
}}{{#if:{{{Accept|}}}|


<div style="margin: 1em 0; font-weight: bold;">Mission Acceptance</div>
<div style="font-weight: bold;">Mission Acceptance</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 37: Line 37:
}}{{#if:{{{TeamReq|}}}|
}}{{#if:{{{TeamReq|}}}|


<div style="margin: 1em 0; font-weight: bold;">Team Requirement Restriction</div>
<div style="font-weight: bold;">Team Requirement Restriction</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 45: Line 45:
}}{{#if:{{{Solicit|}}}|
}}{{#if:{{{Solicit|}}}|


<div style="margin: 1em 0; font-weight: bold;">Unnecessary Solicitation</div>
<div style="font-weight: bold;">Unnecessary Solicitation</div>


<blockquote style="margin: 0;">
<blockquote style="margin: 0;">
Line 54: Line 54:
</div>
</div>


</div>{{clr|left}}<noinclude>{{Documentation}}</noinclude>
</div><noinclude>{{Documentation}}</noinclude>

Revision as of 02:18, 21 March 2022

{{{Contact}}}
[edit] [purge] Documentation

Format Option 1: {{Mission Briefing|Type=|Contact=|Text=}}

Format Option 2: {{Mission Briefing|Contact=|Brief=|Accept=|TeamReq=|Solicit=}}

Format Option 3: {{Mission Briefing|Contact=|Debrief=}}

  • Type is the the type of information communicated (Briefing/Debriefing/Threat of DOOOMM!!!1!). This option can be left out, and will default to "Briefing" if the Text parameter is in use.
  • Contact is the contact that gives the info
  • Text is the information the contact delivers. This was originally the only text parameter in the template, but can now be replaced with a combination of the following options.
  • Brief is the information a contact gives you prior to accepting the mission.
  • Accept is the information a contact gives you immediately following mission acceptance.
  • TeamReq is the information a contact gives you concerning any team restrictions (i.e. when a TF/SF contact tells you that all members of your team must be in the zone before you may begin or one or more team members are not a high enough level.)
  • Solicit is the information a contact gives you if you solicit them after mission acceptance and before completion.
  • Debrief is the information a contact gives you after mission completion.
  • Image is an option that allows an editor to specify an image name that may not match the name of the contact.
  • Size alters the size of the image used with Image (above). This parameter has no effect if Image is not used.

Example:

{{Mission Briefing|Type=Briefing|Contact=Scirocco|Text=Greetings.  There is much work to be done.}}
Briefing

Greetings. There is much work to be done.

In addition, there is an optional ContactLink parameter that allows linking to a page other than the exact name of the Contact. For example, when documenting a briefing from the ally named Faultline, the link will point to the page for the zone named Faultline by default. Adding the ContactLink parameter allows that link to be pointed at Faultline (Ally) instead, while still correctly referencing the proper small contact image.

Example:

{{Mission Briefing|Type=Briefing|Contact=Faultline|ContactLink=Faultline (Ally)|Text=We need to rescue Fusionette... again.}}
Briefing

We need to rescue Fusionette... again.