Back-end wiki maintenance was completed on 4/16/25. If you encounter any strange behavior, please report it in the DevTalk Discord server.
If you are using the Vector 2022 skin, dark mode has moved to Preferences > Appearance.

Template:Infobox jam: Difference between revisions

From VNDev Wiki
m updated link to List of ongoing visual novel jams
m move cat to doc
Tag: 2017 source edit
 
(23 intermediate revisions by the same user not shown)
Line 14: Line 14:
| data2      = {{{timing|}}}
| data2      = {{{timing|}}}
| label3    = Status
| label3    = Status
| data3      = {{{status|}}}
| data3      = [[Has status::{{{status|}}}]]
| label4    = Most Participants
| label4    = Most Participants
| data4      = {{{most_participants|{{{most participants|}}}}}}
| data4      = [[Has most participants::{{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has participants|format=max}}]]
| label5    = Most Entries
| label5    = Most Entries
| data5      = {{{most_entries|{{{most entries|}}}}}}
| data5      = [[Has most entries::{{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has entries|format=max}}]]
| label6    = Year Started
| label6    = Year Started
| data6      = {{{started|}}}
| data6      = {{{started|}}}
Line 28: Line 28:
| data9      = {{{host|}}}
| data9      = {{{host|}}}
| label10    = Cumulative Participants
| label10    = Cumulative Participants
| data10    = {{{cumul_participants|{{{cumul participants|}}}}}}
| data10    = [[Has cumul participants::{{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has participants|format=sum}}]]
| label11    = Cumulative Entries
| label11    = Cumulative Entries
| data11    = {{{cumul_entries|{{{cumul entries|}}}}}}
| data11    = [[Has cumul entries::{{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has entries|format=sum}}]]
| label12    = Record(s) Held
| label12    = Record(s) Held
| data12    = {{{records|}}}
| data12    = <includeOnly>{{#invoke:Jam leaderboards|seriesStats|name={{PAGENAME}}}}</includeOnly>
| label13    = Detailed Stats
| label13    = Detailed Stats
| data13    = {{#if:{{{stats|}}}|[[List of ongoing visual novel jams#{{{stats|}}}|More Stats]]|}}
| data13    = {{#ifeq:{{{status|}}} | Discontinued | [[List of discontinued visual novel jams#{{PAGENAME}}|More Stats]] | [[List of ongoing visual novel jams#{{PAGENAME}}|More Stats]] }}
| label14    = Most Recent Jam Page
| label14    = Most Recent Jam Page
| data14    = {{{url|}}}
| data14    = {{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has URL |limit=1 |sort=Has start date |order=descending |mainlabel=- |searchlabel=|headers=hide}}
}}<noinclude>
}}<!--
{{documentation}}
 
</noinclude>
-->[[Has month category::{{{month|{{#time: F|{{#ask: [[Is occurrence of::{{PAGENAME}}]] |?Has start date|format=plainlist|sort=Has start date|order=desc|headers=hide|limit=1|mainlabel=-|searchlabel=}}}}}}}| ]]<!--
 
-->[[Description::{{{desc|}}}|]]<!--
 
-->[[Has versions::{{#if: {{#ask: [[Is occurrence of::{{PAGENAME}}]] [[Is version::+]]}} |true|false}} |]]<!--
 
-->{{Invert-property|Is occurrence of|Has occurrence}}<!--
 
-->[[Has short name::{{{shortName|{{PAGENAME}}}}}|]]<!--
 
-->[[Has latest occurrence::{{#ask: [[Jam occurrence:+]] [[Is occurrence of::{{PAGENAME}}]] |? |format=plainlist|sort=Has end date|order=desc|headers=hide|limit=1|mainlabel=-|searchlabel= |link=none}} |]]<!--
 
--><includeonly>[[Category:Jam series]]</includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 12:27, 14 April 2025

Status
Most Participants 0.0e+0
Most Entries 0.0e+0
Cumulative Participants 0.0e+0
Cumulative Entries 0.0e+0
Detailed Stats More Stats
Documentation icon Template documentation [view] [edit] [purge]

This template is used to format and store the data for a jam series. Do not transclude it manually - use Visual novel jam statistics/maintenance to add jam series.

This template is creates the infobox that is seen on each jam series page, and it also stores the data associated with that jam series using Semantic MediaWiki. Using Form:Infobox jam is the easiest way to create or edit jam series using this template, and there are essentially no scenarios where you should invoke this template manually.

Each occurrence of a jam is stored as a separate page in the "Jam occurrence" namespace, using Template:Jam occurrence. The entire VN jam statistics system is based on querying data from series pages (which use this template) and occurrence pages (which use the other template).

List of Semantic MediaWiki Properties

  • Description: A 1-2 sentence, human readable description of the jam. Provided by the user.
  • Has cumul entries: The total number of entries across all occurrences. Calculated.
  • Has cumul participants: The total number of participants across all occurrences. Calculated.
  • Has latest occurrence: The most recent occurrence of this jam, as measured by end date. Calculated.
  • Has month category: The location where this jam will appear on List of ongoing visual novel jams or List of discontinued visual novel jams (as appropriate). It can be provided by the user, but if it is not, it will be calculated based on the start date of the most recent occurrence. The most common case where a user would want to provide this field is to sort a series into the "Miscellaneous" category.
  • Has most entries: The highest number of entries any occurrence of this series has had. Calculated.
  • Has most participants: The highest number of participants any occurrence of this series has had. Calculated.
  • Has occurrence: All jam occurrences which are occurrences of this series. Links to the pages in the "Jam occurrence" namespace. Calculated.
  • Has short name: A shorter name of the jam, such as "Spooktober" for "Spooktober Visual Novel Jam". Provided by the user.
  • Has status: The status of the jam series - either "Ongoing", "Planned", or "Discontinued". Determines whether the series should be shown on List of ongoing visual novel jams (for ongoing and planned jams) or List of discontinued visual novel jams (for discontinued jams). Provided by the user.
  • Has versions: Whether this jam has multiple versions (e.g. "Queer" and "Standard" for O2A2). Calculated.

Some jam series will also have the "Has article body" SMW property. This is not added by this template, but rather by Template:Jam nav. This parameter is either "true" or not provided. It determines whether a "main article" link should be shown in Template:Jam series occurrence stats, and by extension, List of ongoing visual novel jams or List of discontinued visual novel jams.