Difference between revisions of "Issuepedia:Forms/v1/news/link"
Jump to navigation
Jump to search
(table formatting now works, go figure. Also added "nametplt" parameter.) |
m (Woozle moved page Issuepedia:Forms/v1/link/news to Issuepedia:Forms/v1/news/link: one more reorg -- group by purpose) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <table> | + | <noinclude>[[category:forms/entry]]</noinclude><table> |
− | {{#form:target=newpage|method= | + | {{#form:target=newpage|method=POST| |
<tr><td align=right>Date:</td><td>{{#input:name=date}}</td></tr> | <tr><td align=right>Date:</td><td>{{#input:name=date}}</td></tr> | ||
<tr><td align=right>Link:</td><td>{{#input:name=url|size=80}}</td></tr> | <tr><td align=right>Link:</td><td>{{#input:name=url|size=80}}</td></tr> | ||
− | |||
<tr><td align=right>Link title:</td><td>{{#input:name=linktitle|size=60}}</td></tr> | <tr><td align=right>Link title:</td><td>{{#input:name=linktitle|size=60}}</td></tr> | ||
<tr><td align=right>Page title:</td><td>{{#input:name=pagetitle|size=60}}</td></tr> | <tr><td align=right>Page title:</td><td>{{#input:name=pagetitle|size=60}}</td></tr> | ||
+ | <tr><td align=right>Topic list:</td><td>{{#input:name=topics|size=80}}</td></tr> | ||
<tr><td colspan=2>Commentary:{{#input:name=text|type=textarea|rows=4}}</td></tr> | <tr><td colspan=2>Commentary:{{#input:name=text|type=textarea|rows=4}}</td></tr> | ||
{{#input:type=hidden|name=title|value=Special:CreatePage}} | {{#input:type=hidden|name=title|value=Special:CreatePage}} | ||
− | {{#input:type=hidden|name= | + | {{#input:type=hidden|name=!TPLTPAGE|value=Template:Link.news}} |
− | {{#input:type=hidden|name= | + | {{#input:type=hidden|name=!TITLETPLT|value=<<date>> <<pagetitle>>}} |
− | < | + | </table> |
− | {{#input:type=submit|value=Preview}}{{#input:type=reset|value=-clear-}} | + | {{#input:type=submit|value=Preview}}{{#input:type=reset|value=-clear-}} |
}} | }} | ||
− | |||
* Page title can be the same as link title, or it can be simplified for a nicer-looking page URL. | * Page title can be the same as link title, or it can be simplified for a nicer-looking page URL. | ||
* The preview will show up in a separate window or tab. If you have previously created a page from this form and not closed the window or tab, the preview will show up in the same window or tab; you may need to bring that window or tab into the foreground to see the results. | * The preview will show up in a separate window or tab. If you have previously created a page from this form and not closed the window or tab, the preview will show up in the same window or tab; you may need to bring that window or tab into the foreground to see the results. | ||
+ | * The new page will be the [[Template:Link.news]] page with the form's values plugged in | ||
+ | * The new version of this page is [[project:forms/link/news|here]] |
Latest revision as of 13:20, 19 July 2012
{{#form:target=newpage|method=POST|
{{#input:type=hidden|name=title|value=Special:CreatePage}} {{#input:type=hidden|name=!TPLTPAGE|value=Template:Link.news}} {{#input:type=hidden|name=!TITLETPLT|value=<<date>> <<pagetitle>>}}
Date: | {{#input:name=date}} |
Link: | {{#input:name=url|size=80}} |
Link title: | {{#input:name=linktitle|size=60}} |
Page title: | {{#input:name=pagetitle|size=60}} |
Topic list: | {{#input:name=topics|size=80}} |
Commentary:{{#input:name=text|type=textarea|rows=4}} |
{{#input:type=submit|value=Preview}}{{#input:type=reset|value=-clear-}} }}
- Page title can be the same as link title, or it can be simplified for a nicer-looking page URL.
- The preview will show up in a separate window or tab. If you have previously created a page from this form and not closed the window or tab, the preview will show up in the same window or tab; you may need to bring that window or tab into the foreground to see the results.
- The new page will be the Template:Link.news page with the form's values plugged in
- The new version of this page is here