Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Шаблон:ApiDocStart: различия между версиями

Материал из wiki.iccup.org
Новая страница: «<includeonly> <!-- Displaying the function name with a link, based on the availability of the `api_module_name` variable --> <dt> {{#if:{{#var:api_module_name|}}|[[{{#var:api_module_name}}/doc/{{{1|}}}|{{{1|}}}]]|[[/{{{1|}}}|{{{1|}}}]]}} <!-- Displaying parameters if provided --> {{#if:{{{params|}}}|<span style="font-weight:400;">({{{params|}}})</span>}} <!-- Displaying return type if provided --> {{#if:{{{returns|}}}|<span style="font-weight:400;"...»
Метка: редактор вики-текста 2017
 
Нет описания правки
Метка: редактор вики-текста 2017
Строка 15: Строка 15:
<br/>
<br/>


<!-- Conditional block for storing the data point in LPDB, only if `api_store` and `isDocPage` conditions are true -->
<!-- Conditional block for storing the data point in iccupdb, only if `api_store` and `isDocPage` conditions are true -->
{{#if:{{#var:api_store}}|
{{#if:{{#var:api_store}}|
   {{#if:{{#invoke:ApiDoc|isDocPage}}|
   {{#if:{{#invoke:ApiDoc|isDocPage}}|
     {{#lpdb_datapoint:API_{{PAGENAME}}_{{{1|}}}
     {{#iccupdb_datapoint:API_{{PAGENAME}}_{{{1|}}}
       |type=api
       |type=api
       |name={{{1|}}}
       |name={{{1|}}}
Строка 24: Строка 24:
       |image=
       |image=
       |date=
       |date=
       |extradata={{#lpdb_create_json:
       |extradata={{#iccupdb_create_json:
         |description={{{description|}}}
         |description={{{description|}}}
         |params={{{params|}}}
         |params={{{params|}}}
Строка 30: Строка 30:
         |module={{#var:api_module_name}}
         |module={{#var:api_module_name}}
       }}<!-- end of extradata -->
       }}<!-- end of extradata -->
     }}<!-- End of lpdb -->
     }}<!-- End of iccupdb -->
   }}<!-- End of isDocPage conditional -->
   }}<!-- End of isDocPage conditional -->
}}
}}

Версия от 19:06, 3 сентября 2024


Message_documentation_title[view] [edit] [history] [purge]
message_transclude_desc
{{#seo:

| type = website | description = Шаблон:ApiDocStart is a template page used on the iCCup Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. | site_name = iCCup Wiki | locale = ru }}