Revision history for BingoAction


Revision [21719]

Last edited on 2012-05-03 23:26:59 by BrianKoontz [remove spam]
Additions:
Documentation: BingoActionInfo.>>This is the development page for the bingo action.::c::
Deletions:
Documentation: BingoActionInfo.>>This is the development page for the [[http://www.frivpro.com/ friv]] bingo action.::c::


Revision [21713]

Edited on 2012-05-02 22:43:05 by cutegirl36 [remove spam]
Additions:
Documentation: BingoActionInfo.>>This is the development page for the [[http://www.frivpro.com/ friv]] bingo action.::c::
if (($i % 5) == 0) print "<tr class='bingorow'>\n";
if ($i < 12) {
print "<td>" . $words[$i] . "</td>\n";
} elseif ($i == 12) {
print "<td class='bingojoker'>" . $wakka->ReturnSafeHtml($joker) . "</td>\n";
} else {
print "<td>" . $words[$i-1] . "</td>\n";
}
if ((($i + 1) % 5) == 0) print "</tr>\n";
$bingo_joker = $vars["joker"];
print "Your seed contains less than 12 valid words, aborting!";
if ($bingo_size < 24) {
$bingo_words = array_merge($bingo_words,$bingo_words);
}
if ($bingo_size > 24) {
$bingo_words = array_slice($bingo_words,0,24);
}
print_card($bingo_words,$bingo_joker);
Deletions:
Documentation: BingoActionInfo.>>This is the development page for the bingo action.::c::
if (($i % 5) == 0) print "<tr class='bingorow'>\n";
if ($i < 12) {
print "<td>" . $words[$i] . "</td>\n";
} elseif ($i == 12) {
print "<td class='bingojoker'>" . $wakka->ReturnSafeHtml($joker) . "</td>\n";
} else {
print "<td>" . $words[$i-1] . "</td>\n";
}
if ((($i + 1) % 5) == 0) print "</tr>\n";
$bingo_joker = $vars["joker"];
print "Your seed contains less than 12 valid words, aborting!";
if ($bingo_size < 24) {
$bingo_words = array_merge($bingo_words,$bingo_words);
}
if ($bingo_size > 24) {
$bingo_words = array_slice($bingo_words,0,24);
}
print_card($bingo_words,$bingo_joker);


Revision [18333]

Edited on 2008-01-28 00:11:12 by NilsLindenberg [Modified links pointing to docs server]

No Differences

Revision [6990]

Edited on 2005-03-29 13:44:53 by NilsLindenberg [small changes]
Additions:
$bingo_validseed = "/^[A-Z,a-z,ÄÖÜ,äöü]+[A-Z,a-z,0-9,ÄÖÜ,ßäöü]*$/s";
Deletions:
* @since Wikka 1.1.6.0
$bingo_validseed = "/^[A-Z,a-z,ÄÖÜ,äöüß]+[A-Z,a-z,0-9,ÄÖÜ,ßäöü]*$/s";


Revision [6987]

Edited on 2005-03-29 07:20:05 by TimoK [v0.2 - now using SafeHTML; removed a css-class]
Additions:
* @version 0.2
global $wakka;
print "<td>" . $words[$i] . "</td>\n";
print "<td class='bingojoker'>" . $wakka->ReturnSafeHtml($joker) . "</td>\n";
print "<td>" . $words[$i-1] . "</td>\n";
Deletions:
* @version 0.1
print "<td class='bingocell'>" . $words[$i] . "</td>\n";
print "<td class='bingojoker'>" . $joker . "</td>\n";
print "<td class='bingocell'>" . $words[$i-1] . "</td>\n";


Revision [6960]

Edited on 2005-03-27 23:01:17 by TimoK [Removed a certain swearword...]
Additions:
* A simple action to create a bxxxxxxt bingo game card.
$bingo_joker = "";
Deletions:
* A simple action to create a bullshit bingo game card.
$bingo_joker = "BULLSHIT";


Revision [6959]

The oldest known version of this page was created on 2005-03-27 22:58:57 by TimoK [Removed a certain swearword...]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki