Template:Titlepage: Difference between revisions
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
%pageBreak% | %pageBreak% | ||
[[Category:{{{handbookCategoryName}}}|titlepage]] | [[Category:{{{handbookCategoryName}}}|titlepage]] | ||
Line 43: | Line 40: | ||
{ | { | ||
"params": { | "params": { | ||
"handbookImage": {}, | "handbookImage": { | ||
"handbookTitle": {}, | "description": "Discipline logo", | ||
"versionDate": {}, | "type": "wiki-file-name", | ||
"copyrightPage": {}, | "required": true | ||
"changeLog": { | }, | ||
"handbookTitle": { | |||
"handbookCategoryName": {} | "type": "string", | ||
"required": true | |||
}, | |||
"versionDate": { | |||
"description": "Approved date for publication", | |||
"example": "May 2024", | |||
"type": "date", | |||
"required": true | |||
}, | |||
"copyrightPage": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"changeLog": { | |||
"description": "Change log", | |||
"example": "Armored_Combat:Change_Log", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"handbookCategoryName": { | |||
"description": "Category tag", | |||
"example": "Armored Combat Handbook", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "Template for creating a title page" | "description": "Template for creating a title page" |
Revision as of 09:30, 25 June 2024
%startCenter%
%startHuge%
The Society for Creative Anachronism Inc.
%vspace%30%
[[File:{{{handbookImage}}}|300px]]
{{{handbookTitle}}}
%endHuge% %vspace%50%
{{{versionDate}}}
%endCenter%
%pageBreak%
Copyright
{{{copyrightPage}}}
Is this the most recent version?
This pdf has a date at the bottom of the page of the day that the file was generated from the SCA Marshal wiki, so you will know how up-to-date your hard copy or file of the rules is.
Updates to the content (including fixing typographical errors) and alterations to the coding behind the pdf creation will trigger a new pdf to be available from that link. Any changes to the actual rules will be documented in the {{{changeLog}}}.
We don't recommend saving copies of the pdf to other locations, as they will become out of date when the wiki is updated with rule changes. Use a bookmark or save the link instead.
%pageBreak%
[[Category:{{{handbookCategoryName}}}|titlepage]]
Template for creating a title page
Parameter | Description | Type | Status | |
---|---|---|---|---|
handbookImage | handbookImage | Discipline logo | File | required |
handbookTitle | handbookTitle | no description | String | required |
versionDate | versionDate | Approved date for publication
| Date | required |
copyrightPage | copyrightPage | no description | Page name | required |
changeLog | changeLog | Change log
| Page name | required |
handbookCategoryName | handbookCategoryName | Category tag
| String | required |