Template:Jam occurrence: Difference between revisions

From VNDev Wiki
m cleanup
simplified parameters for form prep
Line 1: Line 1:
{{Infobox
{{Infobox
| bodyclass  = vevent
| bodyclass  = vevent
| bodystyle  = {{{bodystyle|}}}
| title      = {{{title|<includeonly>{{PAGENAME}}</includeonly><noinclude><nowiki>{{{title}}}</nowiki></noinclude>}}}
| title      = {{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly><noinclude><nowiki>{{{title}}}</nowiki></noinclude>}}}}}}
| titleclass = summary
| titleclass = summary
| labelstyle = white-space: nowrap;
| labelstyle = white-space: nowrap;
| label1    = Occurrence of
| label1    = Occurrence of
| data1      = [[Is occurrence of::{{{series|{{{occurrenceOf|{{{instanceOf}}}}}}}}}]]
| data1      = [[Is occurrence of::{{{occurrenceOf}}}]]
| label2    = Version <!--Used for jams with multiple versions, such as Velox, O2A2, or Ukrainian-->
| label2    = Version <!--Used for jams with multiple versions, such as Velox, O2A2, or Ukrainian-->
| data2      = {{#if: {{{version|{{{ver|<noinclude>x</noinclude>}}}}}}|[[Is version::{{{version|{{{ver}}}}}}]]}}
| data2      = {{#if: {{{version|<noinclude>x</noinclude>}}}}}}|[[Is version::{{{version}}}]]}}
| label3    = Number in series  
| label3    = Number in series
| data3      = [[Is number in series::{{{number|{{{num}}}}}}]]
| data3      = [[Is number in series::{{{number}}}]]
| label4    = Start Date
| label4    = Start Date
| data4      = [[Has start date::{{{start}}}]]
| data4      = [[Has start date::{{{start}}}]]
Line 18: Line 17:
| data6      = [[Has year::{{{year}}}]]
| data6      = [[Has year::{{{year}}}]]
| label7    = Participants
| label7    = Participants
| data7      = [[Has participants::{{{participants|{{{partic}}}}}}]]
| data7      = [[Has participants::{{{participants}}}]]
| label8    = Entries
| label8    = Entries
| data8      = [[Has entries::{{{entries|{{{submissions|{{{subs}}}}}}}}}]]
| data8      = [[Has entries::{{{entries}}}]]
| label9    = Visual novels only?
| label9    = Visual novels only?
| data9      = [[Is visual novels only::{{{vnOnly}}}]]
| data9      = [[Is visual novels only::{{{vnOnly}}}]]
| label10    = Jam page
| label10    = Jam page
| data10    = {{#if: {{{page|{{{url|<noinclude>x</noinclude>}}}}}} | [[Has URL::{{{page|{{{url}}}}}}]]}}
| data10    = {{#if: {{{url|<noinclude>x</noinclude>}}} | [[Has URL::{{{url}}}]]}}
| label11    = Competitive?
| label11    = Competitive?
| data11    = [[Is competitive::{{{competitive|{{{comp|False}}}}}}]]
| data11    = [[Is competitive::{{{competitive|False}}}]]
| label12    = Top Prize
| label12    = Top Prize
| data12    = [[Has top prize::{{{topPrize|{{{top_prize|<includeonly>0 USD</includeonly>}}}}}}]]
| data12    = [[Has top prize::{{{topPrize|<includeonly>0 USD</includeonly>}}}]]
| label13    = Total Prize Pool
| label13    = Total Prize Pool
| data13    = [[Has prize pool::{{{prizePool|{{{prize_pool|{{{totalPrize|{{{total_prize|<includeonly>0 USD</includeonly>}}}}}}}}}}}}]]
| data13    = [[Has prize pool::{{{prizePool|<includeonly>0 USD</includeonly>}}}]]
}}<!--
}}<!--


--><includeonly>[[Category:Occurrences of {{{series|{{{occurrenceOf|{{{instanceOf|unknown jams}}}}}}}}}]]</includeonly><!--
--><includeonly>[[Category:Occurrences of {{{occurrenceOf}}}]]</includeonly><!--


--><noinclude>
--><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 08:56, 21 January 2025

{{{title}}}
Occurrence of {{{occurrenceOf}}}
Version }

| label3 = Number in series | data3 = {{{number}}} | label4 = Start Date | data4 = {{{start}}} | label5 = End Date | data5 = {{{end}}} | label6 = Year | data6 = {{{year}}} | label7 = Participants | data7 = {{{participants}}} | label8 = Entries | data8 = {{{entries}}} | label9 = Visual novels only? | data9 = {{{vnOnly}}} | label10 = Jam page | data10 = {{{url}}} | label11 = Competitive? | data11 = False | label12 = Top Prize | data12 = | label13 = Total Prize Pool | data13 = }}

Documentation icon Template documentation [view] [edit] [purge]
{{Jam occurrence
| title       =   <!--Can also use "name", or will default to the name of the page-->
| series      =   <!--If article for jam series exists, give exact title. Otherwise, use longest form of jam name, without abbreviations, title case. Can also use "occurrenceOf" or "instanceOf"-->
| version     =   <!--Used for jams with multiple versions, such as Velox, O2A2, or Ukrainian. Can also use "ver"-->
| number      =   <!--Give a numeral only, no "st" or "th" etc. For jams with multiple versions, give the sequence number within that version. Can also use "num"-->
| start       =   <!--Use {{#dateformat:jan 1 2025}}-->
| end         =   <!--Use {{#dateformat:jan 1 2025}}-->
| year        = 
| partic      =   <!--Can also use "participants"-->
| entries     =   <!--Can also use "submissions" or "subs"-->
| vnOnly      =   <!--Whether the jam is visual novels only, or accepts other types of games. Set as "Yes" or "No".-->
| page        =   <!--Can also use "url"-->
| competitive =   <!--Set as "Yes" or "No". Can also use "comp"-->
| topPrize    =   <!--Give amount and currency abbreviation (USD, GBP, etc.) Defaults to $0. Can also use "top_prize"-->
| prizePool   =   <!--Give amount and currency abbreviation (USD, GBP, etc.) Defaults to $0. Can also use "prize_pool", "totalPrize", or "total_prize"-->
}}