m
Move page script moved page TitleId to WoW:TitleId without leaving a redirect
(Undo revision 2714314 by 186.233.78.124 (talk)) |
m (Move page script moved page TitleId to WoW:TitleId without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 301: | Line 301: | ||
This simple script code will iterate through the title IDs and display them in the default chat window: | This simple script code will iterate through the title IDs and display them in the default chat window: | ||
for i = 1, | for i = 1, | ||
print(i..":"..( | () do | ||
print(i..":"..(281(i) or "nil")) | |||
end | end | ||