Template:Titlepage: Difference between revisions
(Created page with "%startCenter% %startHuge% 75px 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 f...") |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
%pageBreak% | %pageBreak% | ||
{{ {{{copyrightPage}}} }} | |||
{{{copyrightPage}}} | |||
==Is this the most recent version?== | ==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. | This pdf has a date at the bottom of the page of the day that the file was generated from the SCA Society Marshal's Handbook 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}}}. | 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}}} |change log]]. | ||
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. | 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. | ||
[[Category:{{{handbookCategoryName}}}|titlepage]] | [[Category:{{{handbookCategoryName}}}|titlepage]] | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"handbookImage": { | |||
"description": "Discipline logo", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"handbookTitle": { | |||
"type": "string", | |||
"required": true, | |||
"description": "Name of the Handbook", | |||
"example": "Siege Handbook" | |||
}, | |||
"versionDate": { | |||
"description": "Approved date for publication", | |||
"example": "May 2024", | |||
"type": "date", | |||
"required": true | |||
}, | |||
"copyrightPage": { | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"description": "Will include the text from the Copyright page for this handbook", | |||
"example": "Siege:Copyright" | |||
}, | |||
"changeLog": { | |||
"description": "Link to Change log page", | |||
"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" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 00:39, 28 June 2025
%startCenter%
%startHuge%
The Society for Creative Anachronism Inc.
%vspace%30%
[[File:{{{handbookImage}}}|300px]]
{{{handbookTitle}}}
%endHuge% %vspace%50%
{{{versionDate}}}
%endCenter%
%pageBreak%
{{ {{{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 Society Marshal's Handbook 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}}} |change log]].
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.
[[Category:{{{handbookCategoryName}}}|titlepage]]
Template for creating a title page
Parameter | Description | Type | Status | |
---|---|---|---|---|
handbookImage | handbookImage | Discipline logo | File | required |
handbookTitle | handbookTitle | Name of the Handbook
| String | required |
versionDate | versionDate | Approved date for publication
| Date | required |
copyrightPage | copyrightPage | Will include the text from the Copyright page for this handbook
| Page name | required |
changeLog | changeLog | Link to Change log page
| Page name | required |
handbookCategoryName | handbookCategoryName | Category tag
| String | required |