Page property search

Jump to navigation Jump to search
Page property search

Either enter a page and property, or just a property to retrieve all assigned values.

Showing below up to 44 results starting with #1.

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)


    

List of results

  • A positive number that specifies at which position of a Topic the given property should show. The first property to show has the index 1 each following property has an index that is +1 of the previous.  +
  • Documentation for the source Role  +
  • Documentation for the target Role  +
  • Documentation of the Topic using MediaWiki / Semantic Mediawiki markup  +
  • Has this been done?  +
  • I am true if this property is displayed in the default list of properties for my topic as a column  +
  • If none empty >0 this is the position iIf none empty >0 this is the position in the sort clause of this </br>property. This is used when displaying list of the topic as the default sort order</br>and it is used for selecting topics .</br></br>E.g.</br>Sortpos 1 for attribute lastname and sortpos 2 for attribute firstname leads to sort by lastname,firstnameirstname leads to sort by lastname,firstname  +
  • Java mapping of this type  +
  • Name of the context  +
  • SMW internal id of the type  +
  • Should the Topic be stored using the [https://www.mediawiki.org/wiki/Extension:Cargo Cargo Extension?]  +
  • Specifies that a link should be placed nexSpecifies that a link should be placed next to this field, that opens a popup window to let the user upload a file; see 'Uploading files', below. See</br>* https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag</br>* https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Uploading_files</br></br>The type of the target property needs to be Page for this to workproperty needs to be Page for this to work  +
  • Specifies that this field must be filled iSpecifies that this field must be filled in by the user. Note: mandatory should not be used in conjunction with hidden. Use of both in any field will cause the mandatory check on any field to fail when the form is saved.</br></br>see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tagantic_Forms/Defining_forms#.27field.27_tag  +
  • Specifies where to get the possible valuesSpecifies where to get the possible values to be displayed in a form from see</br>http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag</br></br>* values from property=property name - Similar to values=, but gets its values from the the set of all values that a certain SMW property points to.</br>* values from category=category name - Similar to values=, but gets its values from the names of all pages belonging to a specific category.</br>* values from concept=concept name - Similar to values=, but gets its values from the names of all pages belonging to a specific concept.</br>* values from namespace=namespace name - Similar to values=, but gets its values from the names of all pages belonging to a specific namespace. (To get values from the main namespace, use 'Main' for the namespace name, or just leave it blank.)</br>* values from url=URL identifier - Used only for autocompletion. Specifies that autocompletion should be based on the values retrieved from an outside URL; see Autocompleting on outside values for how to do this.</br>* values from external data=variable name - Used for autocompletion. You need to have theExternal Data extension installed to be able to use this parameter. It specifies that autocompletion should be based on the data retrieved from an outside source. A large number of data sources are supported, including web APIs, regular wiki pages, files on the local server, databases and LDAP directories. See Autocompletion using External Data.s. See Autocompletion using External Data.  +
  • The Semantic Media Wiki Special page for this specific type e.g. Special:Types/Text, Special:Types/Boolean, Special:Types/Date, Special:Types/Number, Special:Types/Page  +
  • The Semantic MediaWiki type without the prefix e.g. Text, Number, Boolean  +
  • The default storemode of the topic  +
  • The documentation for a property  +
  • The documentation of this Semantic Media Wiki type  +
  • The label to be shown when in a form  +
  • The name of the property  +
  • The name of the topic  +
  • The name of the topic link  +
  • The plaintext documentation of a Topic. Please do not use markup for this.  +
  • The plural of a topic name. E.g. for the topic 'City' the pluralName is 'Cities'. If no pluralName is specified an 's' is appended. E.g. for the topic 'Book' the default pluralName is 'Books'  +
  • The type of a Property  +
  • The url of the 'official' documentation page of this type  +
  • There are two ways to specified allowed VaThere are two ways to specified allowed Values:</br># https://semantic-mediawiki.org/wiki/Help:Special_property_Allows_value. <br>Use [[Property:Allows_value]] to see which values are allowed for certain properties</br># http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag<br>values=possible values - Specifies a set of either possible values or autocompletion values (depending on the input type) that this field can have, overriding whatever set of values may have been set from the Semantic MediaWiki property. This set of values is separated by commas by default, but the delimiter can be modified using the delimiter= parameter.</br></br>If you specify any values method number 2 will be used here which might override any allowed Values specified with method number 1.ide any allowed Values specified with method number 1.  +
  • What is the default #ask list limit for this Topic?  +
  • What needs to be done to get this fixed?  +
  • an Icon for the topic  +
  • default value - Specifies a default value default value - Specifies a default value for this field. For date-related fields, default=now will set the value to the current date and possibly time. For text fields, default=current user will set the value to the username of the user adding this page. For the checkbox input type, default=yes will check the checkbox by default. (The 'checkboxes' input type, on the other hand, like the 'listbox' type, requires specifying the actual values, like default=Value A, Value C.) You can also include templates, parser functions, and magic words within the 'default=' value.</br></br>see http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag (default)s/Defining_forms#.27field.27_tag (default)  +
  • is this property a primary key of it's topic?  +
  • namespace prefix  +
  • see * http://www.mediawiki.org/wiki/Extenssee</br>* http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#.27field.27_tag<br>input type - Specifies the type of input this field will have in the form. If a field corresponds to an SMW property or Cargo field, the form will usually have the correct input type by default; otherwise the default is text. If the corresponding SMW property, or Cargo field, cannot be automatically determined, you can use the parameter 'property', or the parameters 'cargo table' and 'cargo field', to manually specify it (see below). The allowed set of input types is different for every semantic property type; see below for the full list of options.</br>* http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Allowed_input_types_for_data_types</br>* http://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputsdiawiki.org/wiki/Extension:Semantic_Forms_Inputs  +
  • shall the forms be generated with header tabs?  +
  • should nullvalues be allowed and value set to NULL when empty?  +
  • should the details be displayed in the samshould the details be displayed in the same form and template?</br>If no </br>* for a 1:1 link there will be a linking attribute used and that can be selected. </br>* for a 1:n link a link to the list of neighbours will be displayed</br>if yes</br>* for a 1:1 link the details</br>* for a 1:n linkor a 1:1 link the details * for a 1:n link  +
  • since when is this context available?  +
  • the display size of the field for the property  +
  • the source of a topic Link  +
  • the url of an icon  +
  • true if this Property is derived form a Link. It will not be exported to SiDIF separately and automatically be added by the Property Generator  +
  • what is the original master source of this context  +