All public logs

From Data Islands

Combined display of all available logs of Data Islands. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:46, 16 June 2025 WikiSysopdi talk contribs created page CreateIsland (Created page with "Example below showing how to manually create an island in code var table=CreateTable(); table.Columns.Add("fname"); table.Columns.Add("lname"); table.Rows.Add("James", "Joyce"); table.Rows.Add("John", "Steinbeck"); //append to the island di.push("writers", table);") Tag: Visual edit