Difference between revisions of "Template:Order Header"

From TRMN
Jump to navigation Jump to search
(Undo revision 792 by WUnderhill (talk))
(Removed background style)
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="border-spacing: 0px; background: black"
{| style="border-spacing: 0px;"
|-
|-
| style="color:black" | " "
|
|-
|-
| style="color: gold" align="right" | '''To: '''  
| style="color: gold" align="right" | '''To: '''  
Line 12: Line 12:
| style="color: white" | {{{subject}}}
| style="color: white" | {{{subject}}}
|-
|-
| {{#if:{{{date|}}} |   | style="color:gold" align="right" {{!}} Date: ''' {{!}} style="color: white" {{!}} {{{date|}}} }}
|
|}
|}
<noinclude>
<noinclude>
==Purpose & Use==
# This template provides a standardized address block for all orders and directives.
# Insert <nowiki>{{Order_Header}}</nowiki> as the first element of the article within the ==Order Text== subsection.
==Syntax==
==Syntax==
<nowiki>{{Order_Header</nowiki><br>
<nowiki>{{Order_Header</nowiki><br>
Line 20: Line 24:
<nowiki>| authority = </nowiki>''the officer or person issuing the order - required<br>
<nowiki>| authority = </nowiki>''the officer or person issuing the order - required<br>
<nowiki>| subject = </nowiki>''the subject of the order - required<br>
<nowiki>| subject = </nowiki>''the subject of the order - required<br>
<nowiki>| date = </nowiki>''the date of the order - optional<br>
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>
==Example==
{| class="wikitable"
! Markup
! As displayed
|-
|
<nowiki>{{Order_Header</nowiki><br>
<nowiki>| addressees = All Tenth Fleet Wiki editors</nowiki><br>
<nowiki>| authority = CDRE Michael D. Garcia, Wiki Head Admin</nowiki><br>
<nowiki>| subject = Proper formatting of Wiki articles</nowiki><br>
<nowiki>}}</nowiki>
|
{{Order_Header
| addressees = All Wiki editors
| authority = CDRE Michael D. Garcia, Wiki Head Admin
| subject = Proper formatting of Wiki articles
}}
|}
[[Category: Formatting]]
[[Category: Orders & Directives Articles]]
[[Category: Templates]]
</noinclude>
</noinclude>

Revision as of 15:54, 23 January 2020

To: {{{addressees}}}
From: {{{authority}}}
Re: {{{subject}}}

Purpose & Use

  1. This template provides a standardized address block for all orders and directives.
  2. Insert {{Order_Header}} as the first element of the article within the ==Order Text== subsection.

Syntax

{{Order_Header
| addressees = all to whom the order is directed - required
| authority = the officer or person issuing the order - required
| subject = the subject of the order - required
}}

Example

Markup As displayed

{{Order_Header
| addressees = All Tenth Fleet Wiki editors
| authority = CDRE Michael D. Garcia, Wiki Head Admin
| subject = Proper formatting of Wiki articles
}}

To: All Wiki editors
From: CDRE Michael D. Garcia, Wiki Head Admin
Re: Proper formatting of Wiki articles