User:Nad
From FollowTheScore
| Wikitext | Rendered link | Response |
|---|---|---|
{{#input: type = ajax
| update = example1
| link = foo
| ONE
}}
|
{{#input:type=ajax|update=example1|link=foo|ONE}} | this is a div with id set to example1 |
{{#input: type = ajax
| update = example2
| link = no-such-article
| TWO
}}
|
{{#input:type=ajax|update=example2|link=no-such-article|TWO}} | this is a div with id set to example2 |
{{#input: type = ajax
| update = example3
| link = /wiki/index.php?content=<nowiki>[[foo]]</nowik1>
| THREE
}}
|
{{#input:type=ajax|update=example3|link=/wiki/index.php?content=[[foo]]|THREE}} | this is a div with id set to example3 |