---
title: "View source for Template:HowTo - DreamFactory Wiki"
source: "https://wiki.dreamfactory.com/index.php?action=edit&title=Template%3AHowTo"
canonical_url: "https://wiki.dreamfactory.com/index.php?action=edit&title=Template%3AHowTo"
converted_at: "2026-05-01T06:17:04.967Z"
format: "markdown"
converted_by: "html-to-md-ai"
---
[]()
	
	
	
	# View source for Template:HowTo

	
		
		← [Template:HowTo](/Template:HowTo)
		
		
		
		[Jump to navigation](#mw-head)
		[Jump to search](#searchInput)
		You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: [Users](/index.php?title=DreamFactory_Wiki:Users&action=edit&redlink=1).

---

You can view and copy the source of this page.

&lt;noinclude>
== HowTo ==
Adds schema.org HowTo JSON-LD structured data for installation and tutorial pages.

'''Usage:''' &lt;code>&lt;nowiki>{{HowTo|description=How to install DreamFactory|time=PT30M}}&lt;/nowiki>&lt;/code>

'''Parameters:'''
* '''description''' — A short description of what this how-to covers
* '''time''' — Estimated time in ISO 8601 duration format (e.g., PT30M for 30 minutes, PT1H for 1 hour)
&lt;/noinclude>&lt;includeonly>{{#tag:script|
&lt;nowiki>{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "{{PAGENAME}}",
  "description": "{{{description|How-to guide for {{PAGENAME}}}}}",
  "url": "https://wiki.dreamfactory.com/{{FULLPAGENAMEE}}",&lt;/nowiki>{{#if:{{{time|}}}|&lt;nowiki>
  "totalTime": "{{{time}}}",&lt;/nowiki>}}&lt;nowiki>
  "publisher": {
    "@type": "Organization",
    "name": "DreamFactory Software",
    "url": "https://www.dreamfactory.com"
  },
  "inLanguage": "en"
}&lt;/nowiki>|type=application/ld+json}}&lt;/includeonly>
Return to [Template:HowTo](/Template:HowTo).

Retrieved from "[https://wiki.dreamfactory.com/Template:HowTo](https://wiki.dreamfactory.com/Template:HowTo)"