Help talk:Conditional tables: Difference between revisions

Content deleted Content added
Line 456:
::{{u|Primefac}} Do you know anything about [[Countdown (game show)|Countdown]]? I want to count back 64 episodes from the most recently broadcast episode. It's for the seed table at [http://wiki.apterous.org/Series_78], I want to subtract the most recently broadcast episode from the first quarter final. With less than 64 episodes to be broadcast, the person at the top of the leaderboard is guaranteed a spot there.--<span style="background:#FF0;font-family:Rockwell Extra Bold">[[User:Launchballer|<u style="color:#00F">Laun</u>]][[User talk:Launchballer|<u style="color:#00F">chba</u>]][[Special:Contribs/Launchballer|<u style="color:#00F">ller</u>]]</span> 22:16, 15 March 2018 (UTC)
:::Could you give an example, like, what you want it to look like before and after the "65th" entry is added? Doesn't have to be a full table, just gives me some sort of indication what you're specifically looking for. [[User:Primefac|Primefac]] ([[User talk:Primefac|talk]]) 22:20, 15 March 2018 (UTC)
::::Now I think about it, I don't think you need to read values from elsewhere in a table. I'm muddling up parameters and rows.
{| class="wikitable" name="table"
| p
| <nowiki>{{#if:{{#expr:<first quarterfinal/> - <most recently broadcast episode/>}} < 64|'''seed 1'''|seed 1}}</nowiki>
|}
::::I think I can do that on my own.--<span style="background:#FF0;font-family:Rockwell Extra Bold">[[User:Launchballer|<u style="color:#00F">Laun</u>]][[User talk:Launchballer|<u style="color:#00F">chba</u>]][[Special:Contribs/Launchballer|<u style="color:#00F">ller</u>]]</span> 22:34, 15 March 2018 (UTC)