1 | get("#349") -- table functions |
2 | |
3 | refs = findNTTitle("Need bridge %") |
4 | |
5 | for id in all(refs) do |
6 | id = "#"..id |
7 | title = getSnippetTitle(id) |
8 | print(id.." - "..title) |
9 | _, _, snippetID, masterBridgeID = title:find("from (#%d+) following master bridge (#%d+)") |
10 | snippetTitle = getSnippetTitle(snippetID) |
11 | snippetText = getSnippet(snippetID) |
12 | print(" "..snippetID.." - "..snippetTitle) |
13 | print(" "..snippetText.."\n") |
14 | print(" Your verdict: \n") |
15 | end |
test run test run with input download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
2 comment(s) hidden. show
Snippet ID: | #530 |
Snippet name: | Find "Need bridge" snippets & present questionnaire |
Eternal ID of this version: | #530/1 |
Text MD5: | db2686056de850eb2f2b3e384699717d |
Author: | stefan |
Category: | |
Type: | Lua code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-03-15 00:43:24 |
Source code size: | 470 bytes / 15 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 1548 / 282 |
Referenced in: | [show references] |