Template:Jam occurrence: Difference between revisions

From VNDev Wiki
m more smw fiddling
Tag: Manual revert
okay, this is a draft of SMW compatibility. let's see what's broken
Line 6: Line 6:
| labelstyle = white-space: nowrap;
| labelstyle = white-space: nowrap;
| label1    = Occurrence of
| label1    = Occurrence of
| data1      = <includeonly>[[</includeonly>{{{series|{{{occurrenceOf|{{{instanceOf|<noinclude><nowiki>{{{series}}}</nowiki></noinclude>}}}}}}}}}<includeonly>]]</includeonly>
| data1      = [[Is occurrence of::{{{series|{{{occurrenceOf|{{{instanceOf|}}}}}}}}}]]
| 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      = {{{version|{{{ver|<noinclude><nowiki>{{{version}}}</nowiki></noinclude>}}}}}}
| data2      = [[Is version::{{{version|{{{ver}}}}}}]]
| label3    = Number in series <!--For jams with multiple versions, give the sequence number within that version-->
| label3    = Number in series  
| data3      = {{{number|{{{num|<noinclude><nowiki>{{{number}}}</nowiki></noinclude>}}}}}}
| data3      = [[Is number in series::{{{number|{{{num}}}}}}]]
| label4    = [[Property:Start Date|Start Date]]
| label4    = Start Date
| data4      = [[Has start date::{{{start}}}]]
| data4      = [[Has start date::{{{start}}}]]
| label5    = End Date
| label5    = End Date
| data5      = {{{end|<noinclude><nowiki>{{{end}}}</nowiki></noinclude>}}}
| data5      = [[Has end date::{{{end}}}]]
| label6    = Year
| label6    = Year
| data6      = {{{year|<noinclude><nowiki>{{{year}}}</nowiki></noinclude>}}}
| data6      = [[Has year::{{{year}}}]]
| label7    = Participants
| label7    = Participants
| data7      = {{{participants|{{{partic|<noinclude><nowiki>{{{participants}}}</nowiki></noinclude>}}}}}}
| data7      = [[Has participants::{{{participants|{{{partic}}}}}}]]
| label8    = Entries
| label8    = Entries
| data8      = {{{entries|{{{submissions|{{{subs|<noinclude><nowiki>{{{entries}}}</nowiki></noinclude>}}}}}}}}}
| data8      = [[Has entries::{{{entries|{{{submissions|{{{subs}}}}}}}}}]]
| label9    = Visual novels only?
| label9    = Visual novels only?
| data9      = {{{vnOnly|<noinclude><nowiki>{{{vnOnly}}}</nowiki></noinclude>}}}
| data9      = [[Is visual novels only::{{{vnOnly}}}]]
| label10    = Jam page
| label10    = Jam page
| data10    = {{{page|{{{url|<noinclude><nowiki>{{{page}}}</nowiki></noinclude>}}}}}}
| data10    = [[Has URL::{{{page|{{{url}}}}}}]]
| label11    = Competitive?
| label11    = Competitive?
| data11    = {{{competitive|{{{comp|<noinclude><nowiki>{{{competitive}}}</nowiki></noinclude>}}}}}}
| data11    = [[Is competitive::{{{competitive|{{{comp}}}}}}]]
| label12    = Top Prize
| label12    = Top Prize
| data12    = {{{topPrize|{{{top_prize|<includeonly>$0</includeonly><noinclude><nowiki>{{{topPrize}}}</nowiki></noinclude>}}}}}}
| data12    = [[Has top prize::{{{topPrize|{{{top_prize|<includeonly>$0</includeonly>}}}}}}]]
| label13    = Total Prize Pool
| label13    = Total Prize Pool
| data13    = {{{prizePool|{{{prize_pool|{{{totalPrize|{{{total_prize|<includeonly>$0</includeonly><noinclude><nowiki>{{{prizePool}}}</nowiki></noinclude>}}}}}}}}}}}}
| data13    = [[Has prize pool::{{{prizePool|{{{prize_pool|{{{totalPrize|{{{total_prize|<includeonly>$0</includeonly>}}}}}}}}}}}}]]
}}<!--
}}<!--



Revision as of 08:14, 21 January 2025

{{{title}}}
Occurrence of
Version {{{ver}}}
Number in series {{{num}}}
Start Date {{{start}}}
End Date {{{end}}}
Year {{{year}}}
Participants {{{partic}}}
Entries {{{subs}}}
Visual novels only? {{{vnOnly}}}
Jam page {{{url}}}
Competitive? {{{comp}}}
Top Prize
Total Prize Pool
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"-->
}}