Form:Image: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(create form per https://www.mediawiki.org/wiki/Extension:Page_Forms/Manual/Using_Semantic_Forms_for_file_pages_and_uploads)
 
m (forgot to update from stolen code)
Line 3: Line 3:
This specific page shouldn't be used to upload an image. Instead use the following upload button on Park or Trail pages (or templates);
This specific page shouldn't be used to upload an image. Instead use the following upload button on Park or Trail pages (or templates);
<pre>
<pre>
{{#formlink:form=YourSemanticFormNameHere
{{#formlink:form=Image
  | link text=Click here to upload a file
  | link text=Click here to upload an Image
  | link type=button
  | link type=button
  | query string=Image[Trail or Park]={{PAGENAME}}
  | query string=Image[Trail or Park]={{PAGENAME}}

Revision as of 12:44, 4 May 2018

This is the "Image" form. This specific page shouldn't be used to upload an image. Instead use the following upload button on Park or Trail pages (or templates);

{{#formlink:form=Image
 | link text=Click here to upload an Image
 | link type=button
 | query string=Image[Trail or Park]={{PAGENAME}}
}}