Difference between revisions of "Template:ANHBuildNotesBox"

From SWGANH Wiki
Jump to: navigation, search
(New page: {| class="darktable" style="float:right; width: 23em;" |- ! colspan="2" style="font-size:large; padding:5px;" | Image:Icon-patch-22x22.png {{{Title|{{PAGENAME}}}}} {{#if:{{{Patchname|}...)
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| class="darktable" style="float:right; width: 23em;"
 
{| class="darktable" style="float:right; width: 23em;"
 
|-
 
|-
! colspan="2" style="font-size:large; padding:5px;" | [[Image:Icon-patch-22x22.png]] {{{Title|{{PAGENAME}}}}}
+
! colspan="3" style="font-size:large; padding:5px;" | [[Image:anhlogo_small(22x28).jpg]] {{{Title| {{PAGENAME}} }}}
{{#if:{{{Patchname|}}}|
+
{{!}}-
+
{{!}} colspan="2" class="title" style="font-size:125%; padding:5px;" {{!}} “{{{Patchname}}}” }}
+
 
|-
 
|-
{{#if:{{{Image|}}}|
+
| '''Commit date'''
{{!}} colspan="2" style="font-size:90%; text-align:center; padding-bottom:.5em; border-bottom:1px solid #999;" {{!}} {{{Image}}}{{#if:{{{Caption|}}}|<br />{{{Caption}}}}}
+
| {{{Commit|}}}
{{!}}-
+
|-
}}
+
| '''Author'''
| '''Release date (US)'''
+
| [[User:{{{CommitAuthor|-}}}|{{{CommitAuthor}}}]]
| {{{Release|}}}
+
 
|-  
 
|-  
 
| '''Version'''
 
| '''Version'''
 
| {{{Version|–}}}
 
| {{{Version|–}}}
 
|-
 
|-
{{#if:{{{Highlights|}}}|
+
| colspan="3" class="title" | Update chronology
{{!}} colspan="2" class="title" {{!}} Highlights & notes
+
{{!}}-
+
{{!}} colspan="2" {{!}}
+
{{{Highlights}}}
+
{{!}}-
+
}}
+
{{#if:{{{Related|}}}|
+
{{!}} colspan="2" class="title" {{!}} Related links
+
{{!}}-
+
{{!}} colspan="2" {{!}}
+
{{{Related}}}
+
{{!}}-
+
}}
+
| colspan="2" class="title" | Update chronology
+
 
|-
 
|-
| style="width:50%; text-align:center;" | ←&nbsp;Previous
+
| style="width:33%; text-align:center;" | ←&nbsp;Previous
| style="width:50%; text-align:center;" | Next&nbsp;→
+
| style="width:33%; text-align:center;" | &nbsp;Current&nbsp;
 +
| style="width:33%; text-align:center;" | Next&nbsp;→
 
|-  
 
|-  
| style="text-align:center;width:50%;" | {{#if:{{{Prev|}}}|[[ANH Build {{{Prev}}}]]|–}}
+
| style="text-align:center;width:33%;" | {{#if:{{{Prev|}}}|[[ANH Build {{{Prev}}}]]|–}}
| style="text-align:center;width:50%;" | {{#if:{{{Next|}}}|[[ANH Build {{{Next}}}]]|–}}
+
| style="text-align:center;width:33%;" | {{#if:{{{Current|}}}|[[ANH Build {{{Current}}}]]|–}}
|-
+
| style="text-align:center;width:33%;" | {{#if:{{{Next|}}}|[[ANH Build {{{Next}}}]]|–}}
| colspan="2" class="title" | Useful links
+
 
|-
 
|-
| colspan="2" style="width:50%; text-align:center;" | [[Patches]] &bull; [[Patch mirrors]] &bull; [[:Category:Patches|Patches category]]
+
|}
|}<noinclude>
+
[[Category:{{{CommitAuthor}}}'s Commits]]
 +
<noinclude>
 
== Usage ==
 
== Usage ==
 
{| style="float: left; background: transparent;"
 
{| style="float: left; background: transparent;"
 
|
 
|
<pre>{{PublishNotesBox
+
<pre>{{ANHBuildNotesBox
 
| Title        = (no need to use!)
 
| Title        = (no need to use!)
| Patchname    = (patch subtitle, if exists)
+
| Commit      = (commit date)
| Image        = (full image code, 256px width suggested)
+
| CommitAuthor = (commit author)
| Caption      = (image caption)
+
| Release      = (release date)
+
 
| Version      = (release code version)
 
| Version      = (release code version)
| Highlights  = (brief list of highlights)
 
| Related      = (list related links)
 
 
| Prev        = (prev patch NUMBER)
 
| Prev        = (prev patch NUMBER)
 +
| Current      = (current patch NUMBER)
 
| Next        = (next patch NUMBER)
 
| Next        = (next patch NUMBER)
 
}}</pre>
 
}}</pre>

Latest revision as of 21:22, 28 December 2007

Anhlogo small(22x28).jpg ANHBuildNotesBox
Commit date
Author {{{CommitAuthor}}}
Version
Update chronology
← Previous  Current  Next →

[[Category:{{{CommitAuthor}}}'s Commits]]

Usage

{{ANHBuildNotesBox
| Title        = (no need to use!)
| Commit       = (commit date)
| CommitAuthor = (commit author)
| Version      = (release code version)
| Prev         = (prev patch NUMBER)
| Current      = (current patch NUMBER)
| Next         = (next patch NUMBER)
}}