Difference between revisions of "Template:Infobox designpattern"

From Open Pattern Repository for Online Learning Systems
Jump to navigation Jump to search
(Remove extra cell)
(Try including underscore in regex)
Line 15: Line 15:
| {{{source}}}
| {{{source}}}
|-
|-
! | Other pattern formats
! | Pattern formats
| {{#regex: {{PAGENAME}} | /([a-zA-Z_-]+).*/  |  $1 }}
| {{#regex: {{PAGENAME}} | /([a-z|A-Z|_|-]+).*/  |  $1 }}
|-
|-
|class="subheader" colspan="2" | Usability
|class="subheader" colspan="2" | Usability

Revision as of 13:42, 20 July 2016

[[File:{{{image}}}|center|300px|]]
Contributors {{{contributor}}}
Last modification April 18, 2024
Source {{{source}}}
Pattern formats /([a-z|A-Z|_|-]+).*/ | $1 }}
Usability
Learning domain
Stakeholders