Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
15,203
edits
m (+‘view’ parameter) |
m (default = span) |
||
| Line 10: | Line 10: | ||
where view could be one of the following^ | where view could be one of the following^ | ||
* '''center''' -- uses tag <nowiki><p></nowiki> with text align = center | * '''center''' -- uses tag <nowiki><p></nowiki> with text align = center | ||
* '''footnote''' -- uses tag <nowiki><span></nowiki> | * '''footnote''' -- uses tag <nowiki><span></nowiki> (default) | ||
On every option text color is grey. | On every option text color is grey. | ||
| Line 24: | Line 23: | ||
</noinclude><includeonly>{{#switch: {{{view|}}} | </noinclude><includeonly>{{#switch: {{{view|}}} | ||
| center = <p style="color: grey; text-align: center;">{{{1|}}}</p> | | center = <p style="color: grey; text-align: center;">{{{1|}}}</p> | ||
| footnote | | footnote | ||
| #default = < | | #default = <span style="color: grey;">{{{1|}}}</span> | ||
}}</includeonly> | }}</includeonly> | ||