Category:Feature: Difference between revisions

From Freephile Wiki
update the format of the set
link to Form and Template; remove the note about unassigned properties because I added them to the form
 
Line 1: Line 1:
{{#default_form:Feature}}
{{#default_form:Feature}}


Features ''should'' have the following four properties; at least three are used on the [[Features]] page display. But they are not included in the form definition and I'm not sure how to add them. For now, just copy/paste.
[[Features]] are a "class" of pages in this wiki. Defined using the [[Form:Feature]] form to gather important information in a uniform way, the form invokes the [[Template:Feature]] responsible for turning those form fields into '''properties''' on the saved page. Those properties give the page content machine-readable context for powerful knowledge management while the user only needs to fill out a simple form.
<pre>
 
{{#set:
feature description = Subpages are turned on for this wiki.  
| feature notes = Subpages can be a good way...
| feature tests = The [[MediaWiki]] page has many subpages
| feature examples = [[Git]] has a popular subpage [[Git/hacks]]
}}
</pre>
{{highlight
{{highlight
|text=Please see the [[features]] page for a nice presentation of the features of this wiki.}}
|text=Please see the [[features]] page for a nice presentation of the features of this wiki.}}

Latest revision as of 10:06, 7 September 2025

This category uses the form Feature.

Features are a "class" of pages in this wiki. Defined using the Form:Feature form to gather important information in a uniform way, the form invokes the Template:Feature responsible for turning those form fields into properties on the saved page. Those properties give the page content machine-readable context for powerful knowledge management while the user only needs to fill out a simple form.