Sjabloon:Perceel: verschil tussen versies

Uit HisGIS
Naar navigatie springen Naar zoeken springen
kGeen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 1: Regel 1:
{{#if:{{{perceelnr}}}|{{{perceelnr}}}|}}{{#if:{{{tvg|}}}|/{{{tvg}}}|}}
{{#if:{{{perceelnr}}}|{{{perceelnr}}}|}}{{#if:{{{tvg|}}}|/{{{tvg}}}|}}
<noinclude>
{{Documentation|content=
...
<templatedata>
<templatedata>
{
{
     "description": "",
     "description": "",
     "params": {
     "params": {
         "perceelr": {
         "1": {
             "label": "perceel-nummer",
             "label": "Example parameter",
             "description": "nummer van het perceel",
             "description": "Example parameter description",
            "type": "integer"
        },
        "tvg": {
            "label": "perceel-nummer-toevoeging",
            "description": "toevoeging op het perceelnummer, zoals `bis`",
             "type": "string"
             "type": "string"
         }
         }
     }
     }
}
}
</templatedata>
</templatedata>
</noinclude>

Versie van 28 aug 2022 17:12

{{{perceelnr}}}

{{Documentation|content= ... <templatedata> {

   "description": "",
   "params": {
       "1": {
           "label": "Example parameter",
           "description": "Example parameter description",
           "type": "string"
       }
   }

} </templatedata>