Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softcatala/sc-shortcodes
SC Shortcodes: Shortcodes útils per a la web de Softcatalà
https://github.com/softcatala/sc-shortcodes
Last synced: about 2 months ago
JSON representation
SC Shortcodes: Shortcodes útils per a la web de Softcatalà
- Host: GitHub
- URL: https://github.com/softcatala/sc-shortcodes
- Owner: Softcatala
- Created: 2016-03-09T21:05:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T22:41:35.000Z (over 8 years ago)
- Last Synced: 2024-04-04T01:29:05.201Z (9 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sc-shortcodes
[![Build Status](https://travis-ci.org/Softcatala/sc-shortcodes.svg?branch=master)](https://travis-ci.org/Softcatala/sc-shortcodes)
[![Stable Version](https://poser.pugx.org/softcatala/sc-shortcodes/v/stable)](https://packagist.org/packages/softcatala/sc-shortcodes)This WordPress extension adds the possibility to create complex lists based on specific styles. Each type of list has a specific name and properties.
##List types
###llista-icones
Available options: gris, blanc, blancgrisExamples:
[llista-icones color="blancgris"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones]
[llista-icones color="blanc"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones][llista-icones color="gris"]
calendar|Element title|Element description
calendar|Element title|Element description
calendar|Element title|Element description
[/llista-icones]
###llista-links
Example:
[llista-links]
icon|Element title|url
icon|Element title|url
icon|Element title|url
icon|Element title|url
icon|Element title|url
[/llista-links]