Module:Guidance: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Pingu No edit summary |
imported>Pingu No edit summary |
||
| Line 96: | Line 96: | ||
-- Function for the smaller "guidance detail" notices (under testing) | -- Function for the smaller "guidance detail" notices (under testing) | ||
function p. | function p.small(frame) | ||
for i = ri,1,-1 do | for i = ri,1,-1 do | ||
if string.find(frame.args[1],r[i][1]) and r[i][4] == 1 then | if string.find(frame.args[1],r[i][1]) and r[i][4] == 1 then | ||