User:Noa T'Nessa Levinson/Sandbox7: Difference between revisions
Jump to navigation
Jump to search
(Creating yet another sandbox) |
m (Spaces?) |
||
Line 29: | Line 29: | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
}, | }, | ||
"wiki-page-name ": { | "wiki-page-name": { | ||
"label": "Wiki page name param", | "label": "Wiki page name param", | ||
"description": "Probably self-explanatory.", | "description": "Probably self-explanatory.", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"wiki-file-name ": { | "wiki-file-name": { | ||
"label": "File name param", | "label": "File name param", | ||
"description": "Yep.", | "description": "Yep.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"wiki-template-name ": { | "wiki-template-name": { | ||
"label": "Template name param", | "label": "Template name param", | ||
"description": "Mmhm.", | "description": "Mmhm.", | ||
"type": "wiki-template-name" | "type": "wiki-template-name" | ||
}, | }, | ||
"wiki-user-name ": { | "wiki-user-name": { | ||
"label": "Wiki username param", | "label": "Wiki username param", | ||
"description": "Woohoo!", | "description": "Woohoo!", |
Revision as of 08:14, 4 February 2023
Just something to test TemplateData in. There's nothing here, really. Parameter types are a recommendation, anyway.
Hi! This is a test. If you're seeing this outside of the TemplateData table, then you're using something incorrectly!
Parameter | Description | Type | Status | |
---|---|---|---|---|
unknown param type | unknown | Uh, yes. | Unknown | optional |
Plain string param | string | Sure! | String | optional |
Single line param | line | Obviously. | Line | optional |
Wikitext param | content | Woah! | Content | optional |
Unbalanced wikitext param | unbalanced-wikitext | For all your unclosed <div> tags! | Unbalanced wikitext | optional |
Wiki page name param | wiki-page-name | Probably self-explanatory. | Page name | optional |
File name param | wiki-file-name | Yep. | File | optional |
Template name param | wiki-template-name | Mmhm. | Template | optional |
Wiki username param | wiki-user-name | Woohoo! | User | optional |
Numerical param | number | Uhhhh, beep boop 1 2 3? | Number | optional |
Boolean param | boolean | But does it add a checkbox? | Boolean | optional |
Date param | date | Huh. How does it work with our Stardates? | Date | optional |
URL param | url | Sim URLs! They might just go here! | URL | optional |