Template:PageHeader: Difference between revisions
Appearance
AndrewSayers (talk | contribs) Created page with "<includeonly>{{TranslationList}}</includeonly><noinclude> General information that goes at the top of every page (e.g. translations). </noinclude>" |
AndrewSayers (talk | contribs) Add PageHeader/Package |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{TranslationList}}</includeonly>< | <onlyinclude><includeonly>{{TranslationList}}{{#ifeq:{{{RevampReviewNeeded|0}}}|1|[[Category:RevampReviewNeeded]]}}{{#if:{{{Package|}}}|{{PageHeader/Package|{{{Package|}}}|{{{SourcePackage|{{{Package|}}}}}}}}}}</includeonly></onlyinclude> | ||
General information that goes at the top of every page (e.g. translations) | <templatedata> | ||
</ | { | ||
"description": "General information that goes at the top of every page (e.g. translations)", | |||
"params": { | |||
"RevampReviewNeeded": { | |||
"type": "boolean", | |||
"required": false, | |||
"default": "0", | |||
"description": "Whether this page still needs to be reviewed after the migration from MoinMoin", | |||
"example": "RevampReviewNeeded=1" | |||
}, | |||
"Package": { | |||
"type": "line", | |||
"required": false, | |||
"default": "", | |||
"description": "Name of the (binary) package associated with this page", | |||
"example": "Package=golang" | |||
}, | |||
"SourcePackage": { | |||
"type": "line", | |||
"required": false, | |||
"default": "{{Package|}}", | |||
"description": "Name of the source package associated with this page", | |||
"example": "SourcePackage=golang-defaults" | |||
} | |||
} | |||
} | |||
</templatedata> |
Latest revision as of 11:31, 20 August 2025
General information that goes at the top of every page (e.g. translations)
Parameter | Description | Type | Status | |
---|---|---|---|---|
RevampReviewNeeded | RevampReviewNeeded | Whether this page still needs to be reviewed after the migration from MoinMoin
| Boolean | optional |
Package | Package | Name of the (binary) package associated with this page
| Line | optional |
SourcePackage | SourcePackage | Name of the source package associated with this page
| Line | optional |