Difference between revisions of "Issuepedia:Forms/v3/news/entry"
< Issuepedia:Forms | v3
Jump to navigation
Jump to search
m (Woozle moved page Issuepedia:Forms/v3/news/link to Issuepedia:Forms/v3/news/entry: this is the *entry* form for news (links)) |
(replacing w3tpl with html tags) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
<noinclude>[[category:forms/entry]]</noinclude> | <noinclude>[[category:forms/entry]]</noinclude> | ||
− | + | blrg | |
− | < | + | <html> |
− | + | <form action="/Special:MakePage" target=newpage method=POST> | |
− | + | <table> | |
− | + | <tr><td align=right>Date:</td> <td><input name=date> ⇐ YYYY/MM/DD </td></tr> | |
− | + | <tr><td align=right>Link:</td> <td><input name=url size=80> ⇐ URL </td></tr> | |
− | + | <tr><td align=right>Source:</td> <td><input name=source size=60> ⇐ source site/organization (optional) </td></tr> | |
− | + | <tr><td align=right>Author:</td> <td><input name=author size=60> ⇐ author's name (optional) </td></tr> | |
− | + | <tr><td align=right>Link title:</td> <td><input name=linktitle size=80> ⇐ headline </td></tr> | |
− | + | <tr><td align=right valign=top>Page title: </td> | |
− | + | <td><input name=pagetitle size=80> ⇐ simplified headline </td></tr> | |
− | + | <tr><td colspan=2> ^ <i>for wiki page title and category sorting</i> </td></tr> | |
− | + | <tr><td align=right valign=top>Topic tags: </td> | |
− | + | <td><input name=topic_tags size=80> [[topic::<i>topic page title</i>]] </td></tr> | |
− | + | <tr><td align=right valign=top>Keywords: </td> | |
− | + | <td><input name=keywords size=80> [[keyword::<i>word or phrase</i>]] </td></tr> | |
− | + | <tr><td colspan=2>Summary: <textarea name=textShort rows=3></textarea> </td></tr> | |
− | + | <tr><td colspan=2>Commentary (optional): <textarea name=text rows=8></textarea> </td></tr> | |
− | + | <tr><td colspan=2> | |
− | + | <input type=hidden name=!TPLTPAGE value=project:forms/v3/news/template> | |
− | + | <input type=hidden name=!TITLETPLT value="[$date$]/[$pagetitle$]"> | |
− | + | <input type=submit value=Preview /> <input type=reset value="-clear-"> | |
− | < | + | </td></tr> |
− | < | + | </table> |
− | + | </form> | |
− | + | </html> | |
− | < | + | ==Notes== |
+ | * Template file: [[project:forms/v3/news/template]] |