Difference between revisions of "Template:ANHBuildNotesBox"
From SWGANH Wiki
| (7 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=" | + | ! colspan="3" style="font-size:large; padding:5px;" | [[Image:anhlogo_small(22x28).jpg]] {{{Title| {{PAGENAME}} }}} |
|- | |- | ||
| '''Commit date''' | | '''Commit date''' | ||
| {{{Commit|–}}} | | {{{Commit|–}}} | ||
|- | |- | ||
| − | | ''' | + | | '''Author''' |
| − | | {{{CommitAuthor| | + | | [[User:{{{CommitAuthor|-}}}|{{{CommitAuthor}}}]] |
|- | |- | ||
| '''Version''' | | '''Version''' | ||
| {{{Version|–}}} | | {{{Version|–}}} | ||
|- | |- | ||
| − | | colspan=" | + | | colspan="3" class="title" | Update chronology |
|- | |- | ||
| − | | style="width: | + | | style="width:33%; text-align:center;" | ← Previous |
| − | | style="width: | + | | style="width:33%; text-align:center;" | Current |
| + | | style="width:33%; text-align:center;" | Next → | ||
|- | |- | ||
| − | | style="text-align:center;width: | + | | style="text-align:center;width:33%;" | {{#if:{{{Prev|}}}|[[ANH Build {{{Prev}}}]]|–}} |
| − | | style="text-align:center;width: | + | | style="text-align:center;width:33%;" | {{#if:{{{Current|}}}|[[ANH Build {{{Current}}}]]|–}} |
| + | | style="text-align:center;width:33%;" | {{#if:{{{Next|}}}|[[ANH Build {{{Next}}}]]|–}} | ||
|- | |- | ||
| − | |}<noinclude> | + | |} |
| + | [[Category:{{{CommitAuthor}}}'s Commits]] | ||
| + | <noinclude> | ||
== Usage == | == Usage == | ||
{| style="float: left; background: transparent;" | {| style="float: left; background: transparent;" | ||
| Line 30: | Line 34: | ||
| Version = (release code version) | | Version = (release code version) | ||
| 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 20:22, 28 December 2007
| | ||
|---|---|---|
| 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)
}}
|