Wikibase
MediaWiki Wikibase extension
|
Generates HTML for a section edit link. More...
Public Member Functions | |
getSiteLinksEditSection (?EntityId $entityId=null) | |
Returns HTML allowing to edit site links. | |
getLabelDescriptionAliasesEditSection ( $languageCode, ?EntityId $entityId) | |
Returns HTML allowing to edit label, description and aliases. | |
getStatementEditSection (Statement $statement) | |
Returns HTML allowing to edit a statement. | |
getAddStatementToGroupSection (PropertyId $propertyId, ?EntityId $entityId=null) | |
Returns HTML allowing to add a statement to a statementgroup. | |
Generates HTML for a section edit link.
Wikibase\View\EditSectionGenerator::getAddStatementToGroupSection | ( | PropertyId | $propertyId, |
?EntityId | $entityId = null ) |
Returns HTML allowing to add a statement to a statementgroup.
PropertyId | $propertyId | The property of the statement group |
EntityId | null | $entityId | The id of the entity on which to add a statement |
Implemented in Wikibase\View\ToolbarEditSectionGenerator.
Wikibase\View\EditSectionGenerator::getLabelDescriptionAliasesEditSection | ( | $languageCode, | |
?EntityId | $entityId ) |
Returns HTML allowing to edit label, description and aliases.
string | $languageCode | |
EntityId | null | $entityId |
Implemented in Wikibase\View\ToolbarEditSectionGenerator.
Wikibase\View\EditSectionGenerator::getSiteLinksEditSection | ( | ?EntityId | $entityId = null | ) |
Returns HTML allowing to edit site links.
EntityId | null | $entityId |
Implemented in Wikibase\View\ToolbarEditSectionGenerator.
Wikibase\View\EditSectionGenerator::getStatementEditSection | ( | Statement | $statement | ) |
Returns HTML allowing to edit a statement.
Statement | $statement |
Implemented in Wikibase\View\ToolbarEditSectionGenerator.