Item Redirection

We seek a way to redirect code references to item-id using an optional redirection section of the wiki page. We have a number of choices:

1. We require a Manual Item-Id Fix. This involves copying of the original item-id element back to the page from another copy. 1. We provide a redirect section on the page, and add this to the wasm code. 1. We provide a Wasm Warning when we fail to find the required item-id on the page, which contains instructions regarding how to manually fix.

# Why In more complex application there may be many code-items on a page that are in use, and for this we use item-ids to refer to the correct element regardless of their position on the page.

This becomes fragile when an author delete the item, or otherwise uses another similar looking element. From the point of view of the casual wiki-author they have simply used standard wiki tools to produce a result that looks correct - however teh code will no longer know where to find the relevant element.

# Solution For now we explore the use of: - Wasm Warning to address the issue.