Difference between revisions of "Making semantic forms"

From Sun Myung Moon Archive
Line 24: Line 24:
 
*Activated in Semantic Bundle
 
*Activated in Semantic Bundle
 
*In the file LocalSettings.php in the main MediaWiki directory, add the following line below the Semantic MediaWiki extension line (both the main 'include_once' line and the 'enableSemantics' line):
 
*In the file LocalSettings.php in the main MediaWiki directory, add the following line below the Semantic MediaWiki extension line (both the main 'include_once' line and the 'enableSemantics' line):
  include_once "$IP/extensions/SemanticForms/SemanticForms.php";--[[User:DivineCriticizer|DivineCriticizer]] ([[User talk:DivineCriticizer|talk]]) 00:48, 19 June 2015 (PDT)
+
  include_once "$IP/extensions/SemanticForms/SemanticForms.php";
 +
--[[User:DivineCriticizer|DivineCriticizer]] ([[User talk:DivineCriticizer|talk]]) 00:48, 19 June 2015 (PDT)
  
 
====Using <nowiki>#forminput</nowiki> to make new pages with a form====
 
====Using <nowiki>#forminput</nowiki> to make new pages with a form====

Revision as of 07:49, 19 June 2015

This page documents making semantic forms in this wiki.

List of pages used for making a form and infobox for the Private: namespace

Logbook

160717

Extension added

  • Activated in Semantic Bundle
  • In the file LocalSettings.php in the main MediaWiki directory, add the following line below the Semantic MediaWiki extension line (both the main 'include_once' line and the 'enableSemantics' line):
include_once "$IP/extensions/SemanticForms/SemanticForms.php";

--DivineCriticizer (talk) 00:48, 19 June 2015 (PDT)

Using #forminput to make new pages with a form

See more here:[1]

Make a new page by entering the name of an already existing or new page. Then click 'create or edit' and the form will be added to the new or existing page.

  • Form=Name of form
{{#forminput:form=|size=|default value=|button text=|query string=''query string parameters''|autocomplete on category=|autocomplete on namespace=|remote autocompletion|placeholder=|popup}}--DivineCriticizer (talk) 00:48, 19 June 2015 (PDT)

160618

Combobox input in form

Making a model class

This was done so we can see the codes that are generated for each of the fields that were made with different properties, types and values. To see this, go to the various pages based on the class 'Model' (for example Form:Model, Template:Model, and the test page made based on this model Testing the Model form).

Create a class Model.JPG--DivineCriticizer (talk) 00:48, 19 June 2015 (PDT)

Make a page with the Model form

Make such a Page by entering the name of the page you wish to make, or the name of an already existing page. Then click 'create or edit'.

 

--DivineCriticizer (talk) 00:48, 19 June 2015 (PDT)

160619

=Making help page for Adding a private file

References

External links to pages that we used