Template:Historical: Difference between revisions
Jump to navigation
Jump to search
imported>GuyPerfect m (→Parameters: Forgot to document the "change" change) |
BlackSpectre (talk | contribs) No edit summary |
||
(16 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
<div role="note" class="messagebox" <includeonly>data-nosnippet</includeonly> style="display: flex; padding: 0.5em; max-width: 70ch; align-items: center;"> | |||
<div style="flex: none;">[[File:Badge_time.png|link=|alt=]]</div> | |||
<p style="margin: 0 0 0 0.5em;">{{#if:{{{text|}}}|{{{text}}}|This {{#if: {{{type|}}}|{{{type}}}|article or section}} contains information {{#if:{{{customreason|}}}|{{{customreason}}}|{{#switch: {{lc:{{{reason}}}}} | |||
|This {{#if: {{{type|}}}|{{{type}}}|article or section}} contains information {{#switch: {{lc:{{{reason}}}}} | |||
| event = about a past event in | | event = about a past event in | ||
| change = about changes that took place in | | change = about changes that took place in | ||
| maybe = that may not apply to the current version of | | maybe = that may not apply to the current version of | ||
| changed | |||
| obsolete = that no longer applies to the current version of | | obsolete = that no longer applies to the current version of | ||
| notused = about a system or idea that was never implemented into | |||
| issue = about a major update to | |||
| nopaid = about content which required payment in the past, but is now available to all players in the current version of | |||
| #default = that no longer applies to the current version of | | #default = that no longer applies to the current version of | ||
}} City of {{#switch: {{lc:{{{game}}}}} | }} }} Homecoming: City of {{#switch: {{lc:{{{game}}}}} | ||
| f | |||
| freedom = Heroes Freedom | |||
| h | | h | ||
| coh | | coh | ||
Line 20: | Line 25: | ||
| both | | both | ||
| hv | | hv | ||
| #default = Heroes/Villains}} | | #default = Heroes/Villains}}{{#if:{{{nopaid|}}}|; the content is now freely available to all players}}. {{#if:{{{more|}}}|{{{more}}}|It is provided for historical purposes.}} }}</p> | ||
</div><noinclude>{{Documentation}}</noinclude> | |||
| | |||
Latest revision as of 06:03, 12 October 2024
[edit] [ ] Documentation
Overview
This template is to be used for articles or sections of articles that fit the description in the message.
Parameters
All parameters are optional. If not supplied, a default value will be used.
- type
- Purpose: Indicates whether the message applies to the whole article or just a section.
- Default: "article or section"
- Accepts: Anything, but should probably be "article" or "section".
- reason
- Purpose: A keyword that indicates which reason this is historical. Fills in the spot between "... contains information ..." and "...City of...".
- Default: that no longer applies to the current version of
- Accepts:
- change = about changes that took place in
- event = about a past event in
- maybe = that may not apply to the current version of
- notused = about a system or idea that was never implemented into
- obsolete = that no longer applies to the current version of
- issue = about a major update to
- nopaid = about content which required payment in the past, but is now available to all players in the current version of
- customreason
- Purpose: Supplies a customized reason when there exists no reason= option that will work. Try to use only for special cases! If a more generalized reason can be added to reason=, that may be better. If used, this will disable reason=.
- Accepts: Anything.
- game
- Purpose: Indicates which game the message applies to.
- Default: "City of Heroes Freedom"
- Accepts:
- f, freedom for "City of Heroes Freedom"
- h, coh, hero, heroes for "City of Heroes"
- v, cov, villain, villains for "City of Villains"
- both, hv for "City of Heroes/Villains"
- vh for "City of Villains/Heroes"
- more
- Purpose: Used to replace the last sentence with more descriptive sentence, when applicable.
- Accepts: Anything.
- text
- Purpose: Used to provide custom text to replace the entire text structure that is normally used. Thus, all other parameters will have no effect. This should be used fairly sparingly.
- Accepts: Anything.
Usage
Template Call | Result |
---|---|
{{historical}} | |
{{historical|type=article}} | |
{{historical|type=section}} | |
{{historical|game=f}} | |
{{historical|game=coh}} | |
{{historical|game=v}} | |
{{historical|game=vh}} | |
{{historical|reason=obsolete}} | |
{{historical|reason=maybe}} | |
{{historical|reason=event}} | |
{{historical|reason=nopaid}} | |
{{historical|game=v|reason=event|type=section}} | |
{{historical|game=h|reason=change|type=section}} |