×
Create a new article
Write your page title here:
We currently have 3,093 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
3,093Articles

Template:Documentation/preload: Difference between revisions

(mainly update parameters section. suggests to use Help:TemplateData which is yet to be created)
(fix missing brace in templatedata, and reformat braces)
 
Line 18: Line 18:
<!--Search for Help:TemplateData if you need help formatting this-->
<!--Search for Help:TemplateData if you need help formatting this-->
<includeonly><templatedata>
<includeonly><templatedata>
{
"description": "The template does X and is used when you want Y.",
"description": "The template does X and is used when you want Y.",
"format": "inline",
"format": "inline",
Line 34: Line 35:
"example": "Example_Input",
"example": "Example_Input",
"default": "Default_If_Static"
"default": "Default_If_Static"
}}}</templatedata></includeonly>
}
}
}
</templatedata></includeonly>
<!--The following comment holds a template you can copy-paste or reference with all options listed-->
<!--The following comment holds a template you can copy-paste or reference with all options listed-->
<!--
<!--

Latest revision as of 20:42, 23 September 2024

-- This preload is based off the original documentation template's own documentation. You do not have to follow it exactly. --

Description

This template can be used to...

Usage

Parameters

Sample

The following input:

{{Example|param=value|pa..}}

Produces:

<Example here>

noinclude>/noinclude> includeonly>

/includeonly>