Template:SimpleGraphModuleMarkup: Difference between revisions
(→Test) |
No edit summary |
||
| Line 38: | Line 38: | ||
{{SimpleGraphModuleMarkup|userparam=intro}} | {{SimpleGraphModuleMarkup|userparam=intro}} | ||
{{#ask: [[Concept:SimpleGraphModule]] | {{#ask: [[Concept:SimpleGraphModule]] | ||
| mainlabel=SimpleGraphModule | |mainlabel=SimpleGraphModule | ||
| ?SimpleGraphModule name = name | |?SimpleGraphModule name = name | ||
| ?SimpleGraphModule modulename = modulename | |?SimpleGraphModule modulename = modulename | ||
| ?SimpleGraphModule systemname = systemname | |?SimpleGraphModule systemname = systemname | ||
| ?SimpleGraphModule logo = logo | |?SimpleGraphModule logo = logo | ||
| ?SimpleGraphModule apiname = apiname | |?SimpleGraphModule apiname = apiname | ||
| ?SimpleGraphModule apiurl = apiurl | |?SimpleGraphModule apiurl = apiurl | ||
| ?SimpleGraphModule url = url | |?SimpleGraphModule url = url | ||
| ?SimpleGraphModule documentation = documentation | |?SimpleGraphModule documentation = documentation | ||
|sort=SimpleGraphModule name | |sort=SimpleGraphModule name | ||
|format=template | |format=template | ||
| Line 60: | Line 60: | ||
{{SimpleGraphModuleMarkup|userparam=mintro}} | {{SimpleGraphModuleMarkup|userparam=mintro}} | ||
{{#ask: [[Concept:SimpleGraphModule]] | {{#ask: [[Concept:SimpleGraphModule]] | ||
| mainlabel=SimpleGraphModule | |mainlabel=SimpleGraphModule | ||
| ?SimpleGraphModule name = name | |?SimpleGraphModule name = name | ||
| ?SimpleGraphModule modulename = modulename | |?SimpleGraphModule modulename = modulename | ||
| ?SimpleGraphModule systemname = systemname | |?SimpleGraphModule systemname = systemname | ||
| ?SimpleGraphModule logo = logo | |?SimpleGraphModule logo = logo | ||
| ?SimpleGraphModule apiname = apiname | |?SimpleGraphModule apiname = apiname | ||
| ?SimpleGraphModule apiurl = apiurl | |?SimpleGraphModule apiurl = apiurl | ||
| ?SimpleGraphModule url = url | |?SimpleGraphModule url = url | ||
| ?SimpleGraphModule documentation = documentation | |?SimpleGraphModule documentation = documentation | ||
|sort=SimpleGraphModule name | |sort=SimpleGraphModule name | ||
|format=template | |format=template | ||
| Line 89: | Line 89: | ||
| ?SimpleGraphModule url = url | | ?SimpleGraphModule url = url | ||
| ?SimpleGraphModule documentation = documentation | | ?SimpleGraphModule documentation = documentation | ||
|sort=SimpleGraphModule name | | sort=SimpleGraphModule name | ||
}} | }} | ||
</noinclude><includeonly>{{#switch:{{{userparam|}}}|intro={{{!}} class="wikitable sortable" | </noinclude><includeonly>{{#switch:{{{#userparam|}}}|intro={{{!}} class="wikitable sortable" | ||
{{!}}- | {{!}}- | ||
! Module | ! Module | ||
Revision as of 09:47, 7 March 2021
This template is used in six modes:
- intro
- outro
- row
- mintro
- moutro
- mrow
the mode is given as the userparam parameter for this template
Usage
{{SimpleGraphModuleMarkup|userparam=intro}}
{{#ask: [[Concept:SimpleGraphModule]]
| mainlabel=SimpleGraphModule
| ?SimpleGraphModule name = name
| ?SimpleGraphModule modulename = modulename
| ?SimpleGraphModule systemname = systemname
| ?SimpleGraphModule logo = logo
| ?SimpleGraphModule apiname = apiname
| ?SimpleGraphModule apiurl = apiurl
| ?SimpleGraphModule url = url
| ?SimpleGraphModule documentation = documentation
|sort=SimpleGraphModule name
|format=template
|link=none
|userparam=row
|named args=yes
|template=SimpleGraphModuleMarkup
}}
{{SimpleGraphModuleMarkup|userparam=outro}}
Example
Wiki Markup
|-
|style="text-align: center; width: 120px" | File:Circle-icons-calendar.svg CalDAV
|style="text-align: left" | CalDAV
|style="text-align: left" | ical4j library for parsing and building iCalendar data models
|style="text-align: left" | makes Calendar data available via ical4j
|-|-
|style="text-align: center; width: 120px" |
CardDAV
|style="text-align: left" | CardDAV
|style="text-align: left" | [ ]
|style="text-align: left" | makes VCard data available
|-|-
|style="text-align: center; width: 120px" | File:Microsoft Excel 2013 logo.svg Excel
|style="text-align: left" | Excel
|style="text-align: left" | Apache POI XSSF/HSSF
|style="text-align: left" | makes Microsoft Excel workbooks accessible via the Apache POI API
|-... further results
Github Markup
|[CalDAV](http://www.bitplan.com/index.php/SimpleGraph-CalDAV)
|[CalDAV](https://en.wikipedia.org/wiki/CalDAV)
|[ical4j library for parsing and building iCalendar data models](https://github.com/ical4j/ical4j)
|[CardDAV](http://www.bitplan.com/index.php/SimpleGraph-CardDAV)
|[CardDAV](https://en.wikipedia.org/wiki/CardDAV)
|[]()
|[Excel](http://www.bitplan.com/index.php/SimpleGraph-Excel)
|[Excel](https://en.wikipedia.org/wiki/Microsoft_Excel)
|[Apache POI XSSF/HSSF](https://poi.apache.org/components/spreadsheet/quick-guide.html)
... further results

