Différences entre les versions de « Catégorie:Semantic Title example »

De Semantic MediaWiki - Sandbox

(add)
 
(chg)
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
[[Category:Example]]
+
Note that this wiki uses the [[Property:Has pagetitle|"Has pagetitle"]] property to set the page title. See the respective configuration setting:
 +
 
 +
<syntaxhighlight lang="php">
 +
## Semantic Title
 +
require "extensions/SemanticTitle/SemanticTitle.php";
 +
$wgSemanticTitleProperties = array(
 +
        NS_MAIN => "Has pagetitle"
 +
        );
 +
</syntaxhighlight>
 +
 
 +
[[Category:Examples]]

Dernière version du 12 octobre 2016 à 10:15

Note that this wiki uses the "Has pagetitle" property to set the page title. See the respective configuration setting:

## Semantic Title
require "extensions/SemanticTitle/SemanticTitle.php";
$wgSemanticTitleProperties = array(
        NS_MAIN => "Has pagetitle"
        );

Pages dans la catégorie « Semantic Title example »

Cette catégorie comprend 2 pages, dont les 2 ci-dessous.

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.