Category:Feature: Difference between revisions

From Freephile Wiki
No edit summary
update the format of the set
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 ''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.  
<pre>
<pre>
{{#set:feature description = Subpages are turned on for this wiki. }}
{{#set:
{{#set:feature notes = Subpages can be a good way to expand a topic on a tangent without creating super long page names. Use [[Categories|Category]] tagging if you just want to broadly organize pages by their subject.}}
feature description = Subpages are turned on for this wiki.  
{{#set:feature tests = The [[MediaWiki]] page has many subpages }}
| feature notes = Subpages can be a good way...
{{#set:feature examples = [[Git]] has a popular subpage [[Git/hacks]] }}
| feature tests = The [[MediaWiki]] page has many subpages  
| feature examples = [[Git]] has a popular subpage [[Git/hacks]]  
}}
</pre>
</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.}}

Revision as of 11:29, 5 September 2025

This category uses the 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.

{{#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]] 
}}