Template:KdeGamesSvn2GitRow: Difference between revisions

From KDE Community Wiki
(Remove stray closing brace)
(Get documentation from a subpage, like Wikipedia does for its templates.)
Line 1: Line 1:
<noinclude>This is a Mediawiki template. It expands to a table cell.
<noinclude>{{ {{PAGENAME}}/doc }}</noinclude>
 
<includeonly>
Test usage:
{| style="background-color:#EEEEEE"
{{:Games/GitConversionProgress/Repo|foo|longname=Foo project|rulesby=NA|scratch=scratch/coates/kbreakout-conversion-test.git|scratchby=PC|headscheck=NA}}
|}
</noinclude>
|-
|-
! {{{longname}}}
! {{{longname}}}
Line 24: Line 19:
| {{{branchnamescheck|}}}
| {{{branchnamescheck|}}}
| {{{branchescheck|}}}
| {{{branchescheck|}}}
</includeonly>

Revision as of 03:59, 10 March 2012

This template expands to a table row, for use in Games/GitConversionProgress.

{{KdeGamesSvn2GitRow
| bomber
| longname   = Bomber
| rulesby    = JD
| inprogress = 1
| scratchby  = JD 
| scratch    = scratch/johndoe/kdegames-bomber
| docscheck  = JD
}}

Parameters

First unnamed parameter
Repository name. The conversion rules are expected to be in kdegames/name-rules.
longname=
User-friendly name of the repository. May contain spaces, etc. It's used in the first cell of the table, as a row heading.
rulesby=
Initials of the author of the rules.
inprogress=1
Marks the conversion as being a work in progress. If present, the initials of the rule author are shown with a percent sign following it. Otherwise, the initials are a link to the rules in the kde-ruleset repository.
scratchby=
Initials of the uploader of the scratch repository. If present, the scratch= parameter must be specified too.
scratch=
Path to the scratch repository. Must be present if scratchby= is given.
foocheck=
Initials of the person who performed the 'foo' check. There are several parameters, one for each defined check. The defined checks are:
  • completenesscheck
  • docscheck
  • metadatacheck
  • headscheck
  • stablecheck
  • tagscheck
  • branchnamescheck
  • branchescheck