View source for Module:Sports table/Stv1
MyWikiBiz, Author Your Legacy — Tuesday July 08, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-- Style for vb tables
local pp = {}
function pp.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii_start,ii_end,ii_fw,bg_col,N_teams,ii,ii_show)
-- Build the inner parts of individual rows
-- Sub-module usage
local mm = require('Module:Math')
local yesno = require('Module:Yesno')
-- Get custom/default options for in table
local bw_p = tonumber(Args['bwp']) or 3
local sw_p = tonumber(Args['swp']) or 2
local sl_p = tonumber(Args['slp']) or 1
local bl_p = tonumber(Args['blp']) or 0
-- Get some input
local bw = tonumber(Args['bw_'..team_code_ii]) or 0
local sw = tonumber(Args['sw_'..team_code_ii]) or 0
local bl = tonumber(Args['bl_'..team_code_ii]) or 0
local sl = tonumber(Args['sl_'..team_code_ii]) or 0
000
1:0
Template used on this page:
Return to Module:Sports table/Stv1.