Template:ElementSpec: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
<includeonly> | |||
= {{{title}}} = | |||
; Kind | |||
: {{{kind}}} | |||
; Microsoft Docs | |||
: [{{{ms_url}}} {{{title}}} documentation on learn.microsoft.com] | |||
; Introduced | |||
: {{{introduced}}} | |||
; Deprecated | |||
: {{#if:{{{deprecated|}}}|{{{deprecated}}}|—}} | |||
; Notes | |||
: {{#if:{{{notes|}}}|{{{notes}}}|—}} | |||
== Properties == | |||
{| class="wikitable sortable" | |||
! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | |||
{{{props}}} | |||
|} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
This template | This is the ElementSpec template. Use it like: | ||
{{ElementSpec|title=Button|kind=Control|ms_url=https://…|introduced=MAUI 6.0 (.NET 6)|deprecated=|notes=|props= | |||
{{ElementSpec | |||
! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | ||
| Text || ? || || | | Text || ? || || | ||
}} | }} | ||
</noinclude> | |||
Revision as of 15:03, 17 October 2025
This is the ElementSpec template. Use it like:
Button
- Kind
- Control
- Microsoft Docs
- Button documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- {{#if:||—}}
- Notes
- {{#if:||—}}
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes | Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|